BODY {
	BACKGROUND-COLOR: #FFFFFF; 
	margin-top:0px;
}

div#Madre { 
   width:100%; 
   text-align:center; 
}

div#MadreCentrada { 
   width:770px; 
   margin:auto; 
   text-align:left; 
   background-color:#cfd7e9; 
   border:solid 2px #5274b3;
}

div#Superior { 
   top:0; 
   left:0; 
   width:100%;
   height:100px; 
   BACKGROUND: url(imagenes/Cabecera.jpg) no-repeat; 
   border-bottom:solid 4px #5274b3;
}

div#Inferior { 
   left:0; 
   width:100%; 
}

div#Izquierda { 
   width:170px; 
   height:570px; 
   float:left;
   background-color:#273e70; 
   border-right:solid 2px #5274b3;
   padding: 10 5 10 5px; 
   font: italic small-caps 900 16px arial; 
   TEXT-ALIGN: center; 
   color: #FFFFFF;
}

div#Derecha { 
   top:0; 
   width:565px;   
   min-height: 570px;
   height: auto !important;
   height: 570px; 
   margin-left: 185px; 
   font: normal normal 900 12px Verdana; 
   TEXT-ALIGN: justify; 
   color: #5274b3;
   padding: 10 0 10 10px;
}

div#Portada { 
   padding: 10 5 10 5px;
   top:0; 
   width:590px; 
   height:570px; 
   margin-left: 170px;
   BACKGROUND: url(imagenes/PORTADA.jpg) no-repeat;
}

A.menu {
	COLOR: #ffffff; text-decoration: none;
}
A.menu:visited {
	COLOR: #ffffff; text-decoration: none;
}
A.menu:active {
	COLOR: #ffffff; text-decoration: none;
}
A.menu:unknown {
	COLOR: #ffffff; text-decoration: none;
}
A.menu:link {
	COLOR: #ffffff; text-decoration: none;
}
A.menu:hover {
	COLOR: #ffffff; text-decoration: underline;
}

P#titulo { 
   font: normal small-caps 900 18px verdana; 
   color: #273e70;
}

P#subtitulo { 
   font: normal small-caps 900 14px verdana; 
   color: #273e70;
}

table {   
	font: normal normal 900 12px Verdana; 
	TEXT-ALIGN: justify; 
	color: #5274b3;
}

#ariel_arlin {
  float: left;
  margin: 10px;
  margin-top:0;
}

.rojo {color: red}

novedades div#uno {
	color: #006699;
	/*cursor que se quiera sobre el cuadro - default, hand, etc*/
	cursor: default;  
	position:absolute;
}
novedades div#dos {
	color: #006699;
	/*cursor que se quiera sobre el cuadro - default, hand, etc*/
	cursor: default;  
	position:absolute;
}
novedades.enlace{
	/* estilo de los enlaces*/
  /*se comenta o descomenta si se quiere o no negrita en el texto del enlace */
	font-weight: bold;
	/*color del texto del enlace*/
	color: #63231A;
  /*fuente para los textos */
	font-family: Verdana;
  /* tamaņo de la fuente del enlace */
	font-size: 10;
}

/*para pagina de las galerias de fotos */
#listaGalerias li {
   display:inline;
   float:left;
   width:133px;
   background-color:#b73f3f;/*#f5f7f9;*/
   padding:5px;
   margin:10px;
   text-align: center;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
} 
#listaGalerias li span {
	color: black;
}

#FrogJSCaption {
	margin-top: 1em;
}