/*****************************************************************
*                                                                *
*                 	  Definición de estilos                      *
*                                                                *
*****************************************************************/

body {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	color: #666;	
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-align: center; /* IE */
	line-height: 16px;
	background: #096700 url(../img/fondo_web.jpg) top left repeat-x; 
}

/*****************************************************************
*                                                                *
*                 Etiquetas HTML comunes                         *
*                                                                *
*****************************************************************/
h1 {
	font-size: 170%;
	color: #004000;
	margin-bottom: 5px;
	font-weight: normal;
}

h2 {
	font-size: 150%;
	color: #3ea11d;
	margin-bottom: 5px;
	font-weight: normal;
}

h3 {
	font-size: 90%;
	color: #3ea11d;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}

h4 {
	font-size: 100%;
	color: #3ea11d;
	margin-bottom: 5px;
	font-weight: bold;
}

p {
	margin-bottom: 10px;
	font-weight: normal;
}

.red {
	color: #d54a4a;
	padding-right: 12px;
}

.cierre_red {
	color: #d54a4a;
	padding-right: 0px;
}

/*****************************************************************
*                                                                *
*                         Capas GRALES.                          *
*                                                                *
*****************************************************************/

#container {
	position: relative;
	width: 900px;
	margin: 0 auto; /* centrado Mozilla */
	padding: 0;
	background-color: #004000;
	text-align: left;
}

/* header styles */

#header_sup {
	width: 900px;
	height: 210px;
	background-color: #68b700;
}

#header_fixed {
	width: auto;
	height: auto;
	float: left;
}

#header_fixed img {
	behavior: url(../js/iepngfix.htc);
}

#time {
	text-align: right;
	float:right;
	width: 150px;
	height: auto;
	margin: 0;
	margin-top: 10px;
	margin-right: 5px;
	color: black;
}

#header_inf {
	/*border: 1px solid white;*/
	margin: 0;
	padding: 3px 7px 3px 0;
	color: #7e868d;
	background-color: #004000;
	font-size: 10px;
	overflow: hidden;
	_height: 1%; /* IE */
	clear: both;
}

#header_inf ul {
	/*border: 1px solid white;*/
	float: right;
	margin: 0 0 0 0px;
}

#header_inf li {
	display: inline;
	margin: 0;
	padding: 0 0 0 10px;
}

#header_inf li a,
#header_inf li a:link,
#header_inf li a:visited,
#header_inf li a:active,
#header_inf li a:hover {
	color: #7e868d;
	text-decoration: none;
	font-weight: 700; /* bold */
}

/* fin header styles */
#aviso_legal {
	/*border: 1px solid white;*/
	width: auto;
	margin: 0;
	margin-top: 15px;
	padding: 0px;
	color: white;
	background-color: transparent;
	font-size: 10px;
	overflow: hidden;
	_height: 1%; /* IE */
	clear: both;
	text-align: center;
}

#aviso_legal a,
#aviso_legal a:link,
#aviso_legal a:visited,
#aviso_legal a:active,
#aviso_legal a:hover {
	color: white;
	text-decoration: none;
	font-weight: 700; /* bold */
}

#header_aviso_legal {
	text-align: left;
	position: relative;
	margin: 9px 0px 0px 10px;
}

#header_aviso_legal h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: green;
	font-size: 11px;
	margin:0;
	margin-bottom:10px;
}

#content_aviso_legal {
	position: relative;
	text-align: left;
	/*background: url(../img/background_contenido.jpg) right bottom no-repeat;*/
	margin: 9px 12px 0px 12px;
	padding-bottom: 10px;
	width: auto;
	height: 490px;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	/*border: 1px solid black;*/
}

#content_aviso_legal a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #999999;	
}

#content_aviso_legal h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin:0;
	margin-bottom:10px;
}

#content_aviso_legal h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold; 
	margin:0;
	margin-bottom:10px;
}

#banns{
	clear: both;
	height: 365px;
}

#bann_1{
	background: #c8e4cd;
	width: 220px;
	height: 340px;
	float: left;
	overflow: hidden;
}

#bann_2{
	background: #87b97e;
	background-image: url("../img/home/busca_fnd.jpg");
	margin-left: 5px;
	width: 220px;
	height: 340px;
	float: left;
	overflow: hidden;
}

#bann_3{
	background: #5b9f52;
	margin-left: 5px;
	width: 220px;
	height: 340px;
	float: left;
	overflow: hidden;
}

#bann_4{
	background: #24791c;
	margin-left: 5px;
	width: 225px;
	height: 340px;
	float: left;
	overflow: hidden;
}