@charset "utf-8";

.caja1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #D0D9E8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
}

/*   --- FORMULARIOS   */

.formulario1 {
	display: block;
	margin: 0px;
	text-align: center;
}
.formulario1 input, .formulario1 textarea, .formulario1 select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #D0D9E8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
}
.formulario1 label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.formulario1 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.formulario1 input[type="image"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

/*   --- CENTRO ---   */

.lcentro h3 {
	font-size: 20px;
	text-align: center;
	color: #508EBF;
	background-image: url(../imgs/divisor2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 4px;
	margin: 5px;
	font-weight: normal;
}
.lcentro p {
	font-size: 12px;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.lcentro ul {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-right: 5px;
	margin-left: 30px;
	list-style-image: url(../imgs/bullet_go.gif);
	list-style-position: outside;
	list-style-type: square;
}
.lcentro ul li {
	padding-bottom: 3px;
}
.lcentro a, .lcentro a:visited, .lcentro a:link {	/* enlace */
	color: #0066FF;
	text-decoration: none;
}
.lcentro a:hover {	/* enlace */
	color: #759B00;
	text-decoration: underline;
}
.lcentro .division {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 15px;
}
.imagen_izq {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imagen {
	margin: 5px;
	display: inline;
}

/*   --- LATERAL VERDE ---   */

.lverde {
	font-size: 12px;
	color:#000000;
	text-align: center;
}
.lverde p {
	margin: 5px;
}
.lverde a, .lverde a:link, .lverde a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.lverde a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}
.lverde .tit {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

/*   --- LATERAL AZUL ---   */

.lazul {
	font-size: 12px;
	color:#000000;
	text-align: center;
}
.lazul p {
	margin: 5px;
}
.lazul a, .lazul a:link, .lazul a:visited {	/* enlace */
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.lazul a:hover {	/* enlace */
	color:#000000;
	text-decoration:underline;
	font-weight: bold;
}

/*   --- NOVEDADES ---   */

.novedades_fecha {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
.novedades_leermas {
	font-size: 12px;
	color: #999999;
	text-align: right;
	text-decoration: none;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-right: 5px;
}

/*   --- TABLAS ---   */

.contenido table, .tabla1 {	/* tabla */
	border-collapse:collapse;
	background-color: #E6EAF2;
	width: 390px;
	margin: 5px;
}
.contenido table caption, .tabla1 caption {	/* tabla */
	font-size: 13px;
	background-color: #E6EAF2;
	border-bottom: 3px solid #C2DBEF;
	padding: 5px;
}
.contenido table th, .tabla1 th {	/* tabla */
	background-color:#4284C0;
	color:#FFFFFF;
	padding:3px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1F437E;
	font-size: 12px;
	text-align: left;
}
.contenido table td, .tabla1 td {	/* tabla */
	padding: 3px;
	background-color: #F5F5F5;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #234B8F;
	font-size: 11px;
}
.contenido table tfoot td, .tabla1 tfoot td {	/* tabla */
	background-color:#59819F;
	color:#FFF;
	padding:4px;
	text-align:center;
}

