@charset "utf-8";
/* CSS Document */

.cabezal{
	width:630px; height:170px; float:left; font-family:Georgia, 'Times New Roman', Times, serif;
	text-align:center; 
	background-image: url(../imagenes/fondocabezal.png);
	background-repeat:no-repeat;
}
.datoscentrales{
	float:left; width:630px; height:100%;
}
.espaciosuperior{
	float:left; width:630px; height:20px; font-family:Georgia, 'Times New Roman', Times, serif; font-size:18px; color:#333333; text-align:center
}
.textocentral{
	float:left; width:630px; height:100%; font-family:Georgia, 'Times New Roman', Times, serif; font-size:12px; color:#000000; text-align:justify
}
.pie{
	width:820px; height:15px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; background-color:#333333; text-align:center; float:left;
}
.contenedordemenu{
	float:left; width:190px; height:auto;
}
.menu{
	float:left; width:190px; text-align:left;
}
.novedades{
	float:left; width:190px; height:25px; background-color:#900; color:#ffffff; text-align:center; padding-top:6px; font-family:Verdana, Geneva, sans-serif; font-size:11px; font-weight:bold;
}
.logoinferior{
	width:190px; height:auto; float:left; text-align:center;
}
.contenedor{
	width:820px; height:100%; float:left;
}
.superior{
	width:820px; height:100%; float:left;
}
.left{
	width:190px; height:100%; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px;
}
.imagen{
	float:left; width:190px; height:185px; text-align:center; vertical-align:top;
}
.menuteoria
{
padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
font-size:10px;
white-space:nowrap;
list-style-type:none;
}
#menuteoria li {display:inline;}
#menuteoria li a
{
padding:0.2em 1em;
background:#fc6;
color:#000;
text-decoration:none;
float:left;
border:1px solid #000;
}
#menuteoria li a:hover
{
background:#08c;
color:#fff;
}


