
html, body {
	height: 100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.5rem;
	color: #4b4b4b;
	-webkit-font-smoothing: antialiased; 
}


#container {
	min-height: 100%;
	background-color: #ffffff;
	width: 98%;
	margin: 0 auto;	
}
* html #container {
	height: 100%;	
}

#div_contenido2_g {
	width: 85%;
	height: auto;
	margin: 0 auto;
  	padding: 0px;

}

/*	Banners promocionales derecha	*/

.div_POSTF1{
	height: auto;
	width: 87%;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-align: left;
	color: #3b3a3a;
	border: #666666 dotted 1px;
}

.div_POSTF2{
	
	height: auto;
	width: 80%;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-align: left;
	color: #3b3a3a;
	border:#666666 dotted 1px;
}

.div_POSTF2lon{
	height: auto;
	width: 87%;
	padding-left: 5px;
	padding-top: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-align: left;
	color: #3b3a3a;
	border: #666666 dotted 1px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.div_POST1 {
	background: #dedede;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 98%;
	height: auto;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
	text-align: left;
	color: #3b3a3a;
	padding-bottom: 10px;
}

.p { padding: 7px; }


.estabilizador{
	display: block;
	clear: both;
}

.texto_pie    {
	margin: 0;
	text-align: left;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	color: #444444;
	padding: 5px 0 0 0;
}

.link {
	font-family: Helvetica, Arial, sans-serif;;
	font-size: 0.9rem;
	color: #4b4b4b;
	text-decoration: underline;

}
A.link:hover {
	color: #000000;
	text-decoration: underline;
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	color: #4b4b4b;
	text-decoration: none;
	padding: 5px;

}
A.link2:hover {
	color: #000000;
	text-decoration: underline;
}


.IMGlink {
	opacity: 0.3;
	filter: alpha(opacity=30); /*for Internet Explorer 6/7*/
	filter: “alpha(opacity=30)”; /*for Internet Explorer 8*/
	text-decoration: none; overflow: hidden;

}
A.IMGlink:hover {
	opacity: 1;
	filter: alpha(opacity=100); /*for Internet Explorer 6/7*/
	filter: “alpha(opacity=100)”; /*for Internet Explorer 8*/
	text-decoration: none; overflow: hidden;
}
