@charset "utf-8";
/* CSS Document */

@import url( general.css );
@import url( header.css );
@import url( footer.css );



/*---------------------- elementos home  ---------------------  */
#containerFlashHome{
width:992px; float:none; height:350px; clear:both; background-color: #FFF; 
} 


#containerPromosHome{
width:992px; height:auto; min-height:168px; padding-top:20px; /*padding-left:34px; padding-right:34px;*/ float:none; background-color:#F3F3F3; /*padding-bottom:28px;*/  clear:both ;
} 

/* 3 columnas de promocion */
#colPromoA{
width:308px; height:auto; min-height:148px; float:left; 
} 
#colPromoB{
width:308px; height:auto; min-height:148px; float:left; 
} 
#colPromoC{
width:308px; height:auto; min-height:148px; float:right;
} 

/* interior de promociones*/
#rowPromoImagen{
width:308px; height:65px; float:left; margin-bottom:12px;
} 

#rowPromoTitulo{
width:264px; height:26px; float:left; background:url(../images/promos/diamond_promo_shadow.gif) no-repeat top left; padding-top:12px;
padding-left:22px; padding-right:22px;
} 

#rowPromoTexto{
width:264px; height:auto; min-height:15px; margin-top:7px; float:left; padding-left:22px; padding-right:22px;
} 

#rowPromoLink{
width:264px; height:auto; min-height:12px; margin-top:7px; float:left;padding-left:22px; padding-right:22px;
} 

/*---------------------- registro legal y contacto  ---------------------  */
#containerVarios{
width:992px; float:none; height:500px; clear:both;
} 

#cabezaVarios{
width:972px; float:none; height:50px; clear:both; padding:10px; background:url(../images/fondo_degrada_menu.jpg) top left repeat-x #FFF; 
} 



