@charset "iso-8859-1";

body {
	color: #333333;
	background-color: #8ED200;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #3E5B00;
}
a:active {
	text-decoration: none;
	color: #3E5B00;
}
.cabecera {
	background-image: url(imagenes/fondoWeb.jpg);
	background-repeat:  repeat-y;
	background-position: center top;
}
.sub_cabecera {
	background-image: url(imagenes/cabeceraIdiomasFondo.jpg);
	background-repeat:  repeat-x;
}
.menu {
	background-image: url(imagenes/menuFondo.jpg);
	background-repeat:  repeat-x;
	width: 928px;
	padding-left: 10px;
	padding-right: 10px;
}
.menu_item {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left:15px;
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.menu a:link {
	color: #FFFFFF;	
}
.menu a:visited {
	color: #FFFFFF;	
}
.menu a:hover {
	color: #8ED200;	
}
.menu a:active {
	color: #FFFFFF;	
}
.contenido {
	background-image: url(imagenes/fondoWeb.jpg);
	background-repeat:  repeat-y;
	background-position: center top;
}
.contenido_margenes {
	text-align: left;
	width: 918px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;	
}
.caja {
	background-color: #8ED200;
	margin-bottom: 15px;
}
.cajaTopRight {
	background-image: url(imagenes/cajaTopRight.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 15px;
	height: 5px;
}
.cajaTopLeft {
	background-image: url(imagenes/cajaTopLeft.jpg);
	background-position: left top;	
	background-repeat: no-repeat;
	width: 15px;
	height: 5px;
}
.cajaBotLeft {
	background-image: url(imagenes/cajaBotLeft.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 15px;
	height: 7px;
}
.cajaBotRight {
	background-image: url(imagenes/cajaBotRight.jpg);
	background-position: right bottom;	
	background-repeat: no-repeat;
	width: 15px;
	height: 7px;
}
.pie {
	background-color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
}
.pie a:link {
	color: #FFFFFF;	
}
.pie a:visited {
	color: #FFFFFF;	
}
.pie a:hover {
	color: #8ED200;	
}
.pie a:active {
	color: #FFFFFF;	
}
.pie_contenido {
	width: 930px;	
}
h1 {
	background-image: url(imagenes/h1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #639300;
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-bottom: 4px;
}
h2 {
	font-size: 13px;
}
.menuLateralItem {
	background-image: url(imagenes/menuLateralItemQuadradito.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin-top: 3px;
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
}
.menuLateralItem a:link {
	color: #333333;
}
.menuLateralItem a:visited {
	color: #333333;	
}
.menuLateralItem a:hover {
	color: #000000;	
}
.menuLateralItem a:active {
	color: #333333;	
}
.subMenuLateralItem {
	background-image: url(imagenes/redondita.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin-top: 3px;
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
}
.subMenuLateralItem a:link {
	color: #333333;
}
.subMenuLateralItem a:visited {
	color: #333333;	
}
.subMenuLateralItem a:hover {
	color: #000000;	
}
.subMenuLateralItem a:active {
	color: #333333;	
}
.imagenUltimaHora {
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
}