#home {
	position: relative;
	width : 890px;
	margin :  17px   0px   0px  60px;
	font-family: 'Trebuchet MS';
	font-size  : 12px;
}


#colL {
}
#colR {
	float: right;
	width: 500px;
}
#colRL {
	float: left;
	position: relative;
	width: 255px;
}
#colRR {
	float: right;
	position: relative;
	width: 227px;
}


#hProdDest {
	position: relative;
}
#hProdDest p {
	position: absolute;
	bottom: 10px;
	left  : 10px;
	margin :  0px;
	color: #FFFFFF;
}

#hBuscador {
	position: relative;
	width : 226px;
	height:  86px;
	margin :  0px  0px 12px  0px;
}
#hBuscador form {
	margin :  0px;
	padding:  0px;
}
#hBuscador #inpBuscar {
	position: absolute;
	top   : 33px;
	left  : 15px;
	width : 196px;
	border:  1px solid white;
}
#hBuscador #btnBuscar {
	position: absolute;
	bottom:  6px;
	right : 13px;
	color : #3A7EB1;
}


#hNoticias {
	position: relative;
	width : 227px;
	padding: 25px  0px  0px  0px; 
}
#hNoticias .fecha {
	margin :  0px;
	font-size  : 10px;
	color : #666666;
}
#hNoticias .titular {
	margin :  0px;
	font-weight: bold;
	color : #000000;
}
#hNoticias .resumen {
	margin :  0px  0px 12px  0px;
	color : #666666;
}
#hNoticias a {
	color : #3A7EB1;
}


#foot {
	clear: both;
	position: relative;
	font-family: 'Trebuchet MS';
	font-size  : 12px;
	text-align :center;
}
#foot a {
	color: #3A7EB1;
}
