*
{
	font-family:"Trebuchet MS", "Lucida Grande","Lucida Sans Unicode",serif;
	font-size: 11px;
}
body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body.noticias
{
	background-image: url(../images/fondoNoticias.gif);
	background-position: top center;
	background-repeat: no-repeat
}
div#container
{
	width: 748px;
	margin:0 auto 0 auto;
	position: relative;
}
div#header
{
	position:relative;
	width: 748px;
	height: 107px;
	background-image:url(../images/headerLabastida.gif);
	background-repeat:no-repeat;
}
.homeMargen
{
	margin: 50px auto 0 auto !important;
}
/******************************************************************** noticias *****************************************************************/
div#contenidosNoticias
{
	min-height:350px;
	width:748px;
	position: relative;
}
* html div#contenidosNoticias
{
	height:350px;
}
.noticiaFichaIzda
{
	width: 367px;
	height: 142px;
	float: left;
	margin: 0 0px 10px 0px;
	position: relative;
}
.noticiaFichaDcha
{
	width: 366px;
	height: 142px;
	float: right;
	margin: 0 0px 10px 1px;
	position: relative;	
}
div#capaDetalle
{
	position: absolute;
	left: 118px;
	top: 100px;
	padding: 20px 20px;
	z-index: 10;
	width: 512px;
	min-height: 350px;
	background-color: #d0d0d0;
	filter:alpha(opacity=98);
	-moz-opacity: 0.98;
	opacity: 0.98;
}
* html div#capaDetalle
{
	height: 350px;
}
.fotoDetalle
{
	float: right;
	margin: 0 20px 20px 20px;
}
.fotoDetalleBodega
{
	float: left;
	margin: 0 20px 20px 20px;
}
.fotoBodegaVentana
{
	float: right !important;
	margin: 0 20px 20px 20px;
}
/******************************************************************** bodega *****************************************************************/
div#contenidos
{
	min-height:350px;
	width:746px;
	border:1px solid #cccccc;
}
* html div#contenidos
{
	height:350px;
}
div#contenidosHome
{
	height:250px;
	width:748px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;	
}
div#bloqueIzda
{
	width: 275px;
	min-height: 350px;
	float: left;
	position: relative;
}
* html div#bloqueIzda
{
	height: 350px;
}
div#bloqueAmigos
{
	width: 398px;
	height: 350px;
	background-image: url(../images/fondoAmigos.jpg);
	background-repeat: no-repeat;
	float: left;
}
div#bloqueTextoAmigos
{
	width: 348px;
	height: 350px;
	float: right;
	background-color: #2b2b2b;
	position: relative;
}
div#bloqueTextoAmigos p
{
	color: #fff;
	padding: 20px;
}
div#saberMas
{
	height: 120px;
	position: absolute;
	bottom:0px;
}
div#bloqueDcha
{
	width: 471px;
	float: right;
}
div#maps
{
	width: 412px;
	float: right;
	height: 350px;
}
.bodega
{
	background-image: url(../images/fondoBodega.gif);
	background-repeat: no-repeat;
	min-height: 350px;
}
* html .bodega
{
	height: 350px;
}
.localizacionDeco
{
	background-image: url(../images/fondoDecoLocalizacion.gif);
	background-repeat: repeat-y;
	min-height: 350px;
}
* html .localizacionDeco
{
	height: 350px;
}
.fotoLocalizacion
{
	position: absolute;
	bottom:0px;
}
/******************************************************************** prensa *****************************************************************/
div#contenidosPrensa
{
	min-height:350px;
	width:746px;
	border:1px solid #cccccc;
	background-image:url(../images/fondoContainerPrensa.gif);
	background-repeat: repeat-y;
	padding: 0 0 10px 0;
}
* html div#contenidosPrensa
{
	height:350px;
}
.prensa
{
	background-image: url(../images/fondoPrensa.gif);
	background-repeat: no-repeat;
	min-height: 350px;
}
* html .prensa
{
	height: 350px;
}
div#bloqueIzdaPrensa
{
	width: 345px;
	float: left;
}
div#bloqueDchaPrensa
{
	width: 401px;
	float: right;
}

/********************************************************************  *****************************************************************/
div#footer
{
	position: relative;
	height: 47px;
	width: 748px;
	margin: 20px 0 0 0;
	clear: both;
	z-index: 1;
}
/******************************************************************** hack para solucionar el overflow de los objetos con divs floats *****************************************************************/
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}