/* GENERAL */

body {
	background-color: #fff;
}
body.index{
	background: url(../img/bg001.jpg) no-repeat fixed top right;
}
body.trayectoria{
	background: url(../img/bg002.jpg) no-repeat fixed top right;
}
body.trayectoria{
	background: url(../img/bg002.jpg) no-repeat fixed top right;
}
body.repertorio{
	background: url(../img/bg007.jpg) no-repeat fixed top right;
}
body.galerias{
	background: url(../img/bg004.jpg) no-repeat fixed top right;
}
body.prensa{
	background: url(../img/bg005.jpg) no-repeat fixed top right;
}
body.contacto{
	background: url(../img/bg006.jpg) no-repeat fixed top right;
}
#cuerpo{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 671px;
}
#cabecera{
	width: 671px;
	height: 140px;
}
#idioma{
	float: left;
	width: 170px;
	padding: 6px 0 0 0;
}
#contMenu{
	float: right;
}
#contenido{
	width: 671px;
}
#presentacion{
	background: url(../img/bgGris.png);
	/*width: 383px;
	float: left;*/
	width: 100%;
}
#ultNoticias{
	background: url(../img/bgGris.png);
	width: 272px;
	float: right;
}
#presentacion p{
	padding: 20px 20px 20px 20px;
}
#ultNoticias p{
	padding: 15px 15px 15px 15px;
	font-size: 11px;
}
#ultNoticias p b{
	font-size: 12px;
	font-weight: normal;
}
#ultNoticias p a, #presentacion p a{
	text-align: right;
	float: right;
	font-size: 11px;
}
#ultNoticias p a.izda{
	float: left;
}
#fotoHome{
	background: url(../img/bgGris.png);
	margin: 16px 0 0 0;
}
#fotoHome p{
	padding: 9px 10px 9px;
}
#global{
	padding: 20px 20px 20px 20px;
	background: url(../img/bgGris.png);
}
#caja{
	width:100%;
	/*display: none;*/
}
#caja #izda{
	float: left;
	width: 49%;
	text-align: left;
}
#caja #dcha{
	float: right;
	width: 49%;
	text-align: left;
}
#galFotos{
	padding: 10px 0 0 0;
}
#galFotos .dcha{
	float: right;
}
#galFotos .izda{
	float: left;
}

/* PIE */
#pie{
	font-size: 10px;
	padding: 6px 0 10px 0;
}
#pie p{
	float: right;
}