@charset "iso-8859-1";
/* CSS Document */

body, p, td {
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	color:#666;
}
.cabecera {
	background-image:url(imagenes/cabecera.jpg);
	
}
.cabecera_t1{
	color:#fff;
	font-size:32px;
}
.cabecera_t2{
	color:#fff;
	font-size:18px;
}
	
p {
	text-align:justify;
	padding:5px;
}
H1 {
	font-size: 18px;
	color: #69B700;
	margin: 0px;
	padding: 0px;
}
H2 {
	color:#74C900;
	font-size: 15px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
td {
	vertical-align:top;
	padding:3px;
}
a {
	text-decoration:none;
	color:#091840;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	color:#091840;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#44A2FF;
}
.caja_menu_superior {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #e0e0e0;
	border-left-color: #e0e0e0;
	border-right-color: #e0e0e0;
}
.caja_central {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
	border-right-color: #e0e0e0;
}
/* MENU LATERAL */

.menu_lateral {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
.menu_lateral ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu_lateral li {
	list-style-type: none;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom:1px;
	padding-left: 10px;
}
.menu_lateral li:hover {
	list-style-type: none;
	background: #ededed;
}
.li2 {
	list-style-type: none;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom:1px;
	padding-left: 10px;
	background: #ededed;
}
.menu_lateral a {
	color: #091840;
	text-decoration: none;
}
.menu_lateral a:visited {
	color: #091840;
	text-decoration: none;
}
.menu_lateral a:hover {
	color: #44A2FF;
	text-decoration: underline;
}
/*---------------Fotos------*/
.foto-centro {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #B2E571;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
}
.foto-izquierda {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	border: 1px solid #B2E571;
	padding: 4px;
	background-color: #FFF;
}
.foto-derecha {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #B2E571;
	margin-left: 8px;
	padding: 4px;
	background-color: #FFF;
}
