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

*{
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
}
img {
	border: none;
	outline: none;
}
#contenedor {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #cabecera {
	height: 230px;
	width: 766px;
	background-image: url(imagenes/cabecera_nueva_1.jpg);
	background-repeat: no-repeat;	
}
#contenedor #cabecera #titulo {
	width:395px;
	height:45px;
	float: right;
	margin-top: 167px;	
	margin-right: 22px;
}
a {
	text-decoration: none;
	outline: none;
}
#lateral_izq {
	float: left;
	width: 175px;
}
#lateral_izq ul {
	list-style-type: none;
	margin-top: 0px;
	width: 175px;
}
#lateral_izq ul li {
	width: 175px;
	text-align: left;
	display: block;
	height: 55px;
	line-height: 51px;
}
#lateral_izq ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(imagenes/flecha_arr.jpg);
	height: 55px;
	width: 175px;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 2px;
	line-height: 51px;
	text-transform: capitalize;
}
#lateral_izq ul li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 55px;
	width: 175px;
	display: block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background-image: url(imagenes/flecha_aba.jpg);
	line-height: 51px;
}
#cuerpo {
	float: left;
	width: 575px;
	margin-left: 16px;
}
h1 {
	text-align: center;
	color: #854809;
	font-weight: 900;
	font-size: 2.1em;
	line-height: 45px;
}
#pie {
	clear: both;
	height: 20px;
	width: 766px;
	text-align: center;
	font-size: 10px;
	padding-top: 9px;
	color: #854809;
}
.imgder{
	float:right; /* un margen cualquiera */
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 0px;
	height: 290px;
	width: 275px;
	text-align: center;
}
.imgder .pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
.imgizq .pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
.imgizq{
	float:left;
	margin-top: 7px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	height: 290px;
	width: 275px;
}
.imgizq img, .imgder img{
	margin-top: 0;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0;
}
.imgder_corto{
	float:right; /* un margen cualquiera */
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 0px;
	height: 225px;
	width: 275px;
	text-align: center;
}
.imgder_corto .pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
.imgizq_corto .pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
.imgizq_corto {
	float:left;
	margin-top: 7px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	height: 225px;
	width: 275px;
}
.imgizq_corto img, .imgder_corto img{
	margin-top: 0;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0;
}
.active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(imagenes/flecha_act.jpg);
	height: 55px;
	width: 175px;
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-left: 2px;
	line-height: 51px;
}.track {
	letter-spacing: -0.15em;
}
#contenedor #cuerpo .coletilla {
	clear: both;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	border: 0.2em solid #486537;
}

