@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-image: url(../Imagenes/sitio_fondo.jpg);
	background-repeat:  repeat-x;
	background-color: #FFFFFF;
}
a {
outline:none
}

.sitio_centra {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.cabecera_arriba {
	float: left;
	width: 100%;
	height: 24px;
	color: #CAF3FF;
	text-align: right;
}
.cabecera_arriba_bandera {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.cabecera_centro {
	float: left;
	width: 100%;
	height: 272px;
	position: relative;
	margin-bottom: 5px;
}
.cabecera_logo {
	float: left;
}
.cabecera_menu {
	float: right;
	height: 30px;
	width: 550px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../Imagenes/menu_fondo.jpg);
	background-repeat:  repeat-x;
}
.cabecera_banner_contenedor {
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 20px;
}
.cabecera_derecha {
	float: right;
}
.cabecera_derecha a {
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
	padding-top: 3px;
}
.cabecera_derecha a:hover {
	color: #88E8FF;
	text-decoration: underline;
}

.menu_item {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	margin-top: 8px;
}
.menu_item:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu_separador {
	float: left;
	height: 23px;
	width: 0px;
	margin-top: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3C927;
	border-left-color: #8AA500;
}
.contenido_contenedor {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	height: auto;
	margin-top:-146px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 150px;
}
.contenido_pagina {
	padding: 10px;
	float: left;
	width: 880px;
	background-color: #FFFFFF;
}

.contenido_cuadro_empresa_contenedor {
	float: left;
	height: 273px;
	width: 100%;
	background-image: url(../Imagenes/index_cuadro_empresa_fondo.jpg);
	background-repeat:  repeat-x;
	position: relative;
}
.contenido_cuadro_empresa_imagen {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.contenido_cuadro_empresa_texto1 {
	float: left;
	width: 500px;
	color: #FFFFFF;
	padding: 4px;
	font-size: 23px;
}
.contenido_cuadro_empresa_texto2 {
	width: 500px;
	color: #FFFFFF;
	padding: 4px;
	font-size: 12px;
}
.contenido_arriba {
	float: left;
	height: 22px;
	width: 100%;
	background-color: #333333;
	color: #F1F3F8;
}
.contenido_banner {
	margin: 25px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.contenido_arriba span {
	color: #F1F3F8;
	margin: 4px;
	float: left;
}


.footer_contenedor {
	background-repeat:  repeat-x;
	float: left;
	height: auto;
	width: 890px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 5px;
}

.footer_logo {
	float: left;
	margin-top: 15px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer_dentro {
	background-color: #2E7F70;
	width: 100%;
	height: 81px;
}

.footer_datos {
	color: #DDE4D3;
	text-align: center;
	padding: 20px;
	float: left;
	width: 600px;
}
.by {
	background-image: url(../Imagenes/by.gif);
	float: right;
	height: 45px;
	width: 110px;
	margin-top: 20px;
}

.index_boton_verde {
	float: left;
	width: 890px;
	background-image: url(../Imagenes/boton_verde.jpg);
	height: 30px;
	border: 1px solid #86B300;
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding-top: 6px;
	font-size: 22px;
}
.index_boton_verde:hover {
	float: left;
	width: 890px;
	background-image: url(../Imagenes/boton_verde.jpg);
	height: 30px;
	border: 1px solid #86B300;
	margin-left: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006600;
	text-align: center;
	text-decoration: underline;
	padding-top: 6px;
	font-size: 22px;
}
.sitio_leer_mas  {
	color: #FFFF97;
	text-decoration: none;
	margin: 10px;
	float: right;
	border: 1px solid #FFCC00;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.sitio_leer_mas:hover  {
	text-decoration: underline;
}
.contenido_izquierda {
	float: left;
	width: 211px;
	padding: 5px;
}
.cuadro01_contenedor {
	float: left;
	height: auto;
	width: 211px;
	margin-bottom: 5px;
}
.cuadro01_arriba {
	background-image: url(../Imagenes/cuadro_arriba.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	width: 205px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 6px;
}
.cuadro01_centro {
	float: left;
	height: auto;
	width: 209px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.cuadro01_abajo {
	background-image: url(../Imagenes/cuadro_abajo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 8px;
	width: 211px;
}
.cuadro01_titulo {
	background-color: #6A8E81;
	height: 20px;
	width: 201px;
	padding-top: 4px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 4px;
	float: left;
}
.cuadro01_item {
	font-size: 11px;
	float: left;
	width: 185px;
	margin: 4px;
	background-image: url(../Imagenes/item01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
	color: #4D883E;
	text-decoration: none;
}
.cuadro01_item:hover {
	color: #F90;
	text-decoration: underline;
	background-image: url(../Imagenes/item02.jpg);
}
.contenido_cdo_contenedor {
	background-color: #FFF;
	float: left;
	width: 675px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.boton_ver_mas {
	font-size: 12px;
	color: #528F72;
	text-decoration: underline;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	margin: 15px;
}
.boton_ver_mas:hover {
	color: #006633;
}
.titulo01 {
	font-size: 22px;
	color: #426439;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 430px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}

.clima
{
	border:0px none;
	font-size: 10px;
	color: rgb(79, 0, 0);
	text-decoration: none;
	font-family: sans-serif, Helvetica, Arial;
}
.dolar
{
	border: 1px solid #40754E;
	text-align: center;
	width: 180px;
	height: 120px;
	line-height: 100%;
	background-attachment: scroll;
	background-color: #71AA84;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 50%;
}
