body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#FFF;
}

a{
	text-decoration:none;	
	color:#00F;
}
a:hover{
	text-decoration:underline;	
}

#cabecera-izq {
	float:left;
	background-color: #006599;
	height: 90px;
	padding: 0px;
	background-image: url(/interface/fondo-cabecera-izq.jpg);
	text-align:right;
	margin-left:auto;
	width: 30%;
	margin: 0px;
}
#cabecera-der {
	float:left;
	background-color: #006599;
	height: 90px;
	padding: 0px;
	background-image: url(/interface/fondo-cabecera.jpg);
	text-align:left;
	margin-right:auto;
	width: 30%;
	margin: 0px;
	clear:right;
}

#contenedor {
	clear:both;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	padding-bottom: 20px;
	width: 1200px;
	overflow:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
  /*	border: 1px dashed #564b47;*/

}
#ultimas-nov{
	background-image:url(/interface/fondo-ultimas-nov2.jpg);	
	width: 500px;
	height: 154px;
	float:left;
}
#logo{
	float:right;
}
#fecha{
	background-image:url(/interface/fondo-fecha.jpg);
	width: 500px;
	height: 33px;
	float:left;
	background-repeat: repeat-x;
}
#novedades{
	width: 500px;
	height:415px;
	float:left;
	display:auto;
	overflow:scroll;
	}
#izquierda{
	width: 240px;
	float:left;
	text-align:center;
	background-color:#d8ebfa;
}
#centro{
	width: 500px;
	float:left;
	text-align:center;
	background:#F4F4F4;
}

#derecha {
	width: 240px;
	float:left;
	text-align:center;
}
#pie {
	clear:both;
	text-align:center;
	height: 100px;
	width: 100%;
	background-image: url(/interface/fondo-pie.jpg);
	background-repeat: repeat-x;
}
#lista-centro{
	text-align:left;
	background:#F4F4F4;
	list-style-type: none;
	list-style-position: inside;
	padding: 5px;
	margin: 0px;
}
#lista-centro li{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-image: url(interface/flecha.jpg);
	text-align: justify;
}
#lista-centro .titulo_lista {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
}
.lista{
	text-align:center;
	margin: 0px;
	list-style-type: none;
	padding: 5px;
}
.lista li{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
}
#formulario-inscripcion {
	background-color: #CCC;
}
.font_12{
	font-size: 10px;	
}
.font_16{
	font-size: 16px;	
}
.rojo {
	color: #F00;
}
#centrada {
	width: 960px;
	background-color:#F3F3F3;
	border:#333 thin solid;
	padding: 10px;
	margin: auto;
	overflow: auto;
}
