
/* ESTILOS DE CUERPO */

/*empezamos por esto, para evitar resultados extraños en distintos navegadores, y algo de estilo al texto*/
body {
	background-color: #ddd;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
	text-align:center;
}

#wrapper{	
	position:relative;
	width:600px;
	margin: 0 auto;
	top:90px;
	padding:0;
	text-align:center;
	background-color: transparent;

}
#cabecera {
	margin: 0;
	padding:0;
	width: 600px;
	height:92px;
	background-color:#fffbe7;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom:0;
}

#menu
{	
	margin:0;
	padding:0;
	width:600px;
	height:24px;
	background-color:#FFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom:1px solid #000000;
	text-align:left;
}

#menu img
{
margin:0;
padding:0;
border:0;
}
#contenido
{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	padding:0;
	width:600px;
	height:410px;

	background-color:#FFF;
	color: #000;
	text-align: left;
	overflow:auto;
	border-top: 0px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	
}

#pie{

	margin:0px;	
	padding:0px 0px 0px 0px;
	width:600px;
	height:16px;
	text-align:left;
	background-color: #FFFBE7;
	border:#000000 1px solid;
} 
#pie img{ 
	margin:0px;	
	padding:1px 2px;
}
#CABECERA7_IZQUIERDA {
	position:absolute;
	left:1px;
	top:1px;
	width:130px;
	height:91px;
}

#CABECERA7_TITULO {
	position:absolute;
	left:131px;
	top:1px;
	width:356px;
	height:64px;
}

#CABECERA7_DERECHA {
	position:absolute;
	left:485px;
	top:1px;
	width:113px;
	height:91px;
}

#PRESENTACION {
	position:absolute;
	left:128px;
	top:65px;
	width:93px;
	height:27px;
}

#EXPOSICION {
	position:absolute;
	left:221px;
	top:65px;
	width:69px;
	height:27px;
}

#OBRA {
	position:absolute;
	left:290px;
	top:65px;
	width:36px;
	height:27px;
}

#CATALOGO {
	position:absolute;
	left:326px;
	top:65px;
	width:62px;
	height:27px;
}

#SEDES {
	position:absolute;
	left:388px;
	top:65px;
	width:41px;
	height:27px;
}

#CREDITOS2 {
	position:absolute;
	left:429px;
	top:65px;
	width:56px;
	height:27px;
}


#piecreditos
{
width:600px;
margin-top:12px;
background-color:transparent;
text-align: center;
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
color: #333;

}

#piecreditos a,a:hover
{
color: #333;
font-size: 10px;
text-decoration:none;
}
h1	
{
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}
	
p	
{
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.6em;
	
}

.imgDcha{
float:right;
margin-top:0;
margin-bottom:0;
margin-left:0;
margin-right:0;
}

.imgDcha1{
float:right;
margin-top:0;
margin-bottom:6px;
margin-left:12px;
margin-right:1px;
}
.imgIzda{
float:left;
margin-top:0;
margin-bottom:6px;
margin-left:12px;
margin-right:12px;
}

.centrar-imagen {
text-align: center; 

} 
#contenidoTexto
{
	margin: 10px;
	padding: 10px;
	color: #000;
	text-align: left;
}
#contenidoTextoMenu2
{
	margin: 20px;
	padding: 10px;
	color: #000;
	text-align: left;
}
#contenidoTextoMenu
{
	margin-top:40px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	color: #000;
	text-align: left;
}