/* - - - - - - - - - - - - -  ESTILOS PAGINA INICIO  - - - - - - - - - - - - - - - */
#promo{
	background-color: transparent;
	background-image: url(../images/bg_promo.gif);
	background-repeat: repeat;
	background-x-position: 0%;
	background-y-position: 0%;
	heigt:254px;
}
#promo .capsula{
    position: relative;
	width: 960px;
	margin: 0 auto;
	padding:0;
	background-color: transparent;
	text-align: left;
	height: 254px;		
}
.capsula img{
    margin:-26px 0 0 -33px;
	padding:0;
}
#content { width: 920px; margin: 0 auto; text-align: left; position: relative;}
#columna1 { width: 630px; float: left; margin:10px 0 15px 6px; display: inline; }
#columna2{ width:274px; float:left; position:relative !important; top:-266px; 
    right:10px;
	*right:15px;
	_right:8px;
	margin:0 0 -276px 0;
}
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												
/* - - - - - - - - - - - - - - - Menú productos - - - - - - - - - - - - - - - -*/
.menu_productos{
	float:right;
	width:274px;
	background-color:#01488A;
	font: normal 12px "Trebuchet MS";
}
.menu_productos a {          
	  text-decoration:none; 
	  display:block; 
	  color:#FFFFFF; 
	  border-bottom: 1px solid #3F7BB1; 
	  padding:15px 0px 12px 10px;
	  margin:0;
	  position:relative;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.menu_productos a span {float:none;}
/* End IE5-Mac hack */
.menu_productos a:hover {
    background-color:#00366A;
}
.menu_productos a:hover .roll {
    position:absolute;
	top:-30px;
	left:-153px;
	*left:-155px;
	visibility:visible;	
}
.menu_productos a .roll {
	position:absolute;
	top:-10px;
	left:-1000px;
	visibility:hidden;
}
.menu_productos .pata_menu{
    background: url(../images/bg_patamenu.gif) no-repeat bottom; 
	height: 5px;
}
/* - - - - - - - - - - - - - - -  Fin Menú productos - - - - - - - - - - - - - - - -*/
/* - - - - - - - - - - - - - - - - - - Destacados - - - - - - - - - - - - - - - - - -*/
.destacado{
    float:left;
	background-repeat:repeat-x;
	width:580px;
	margin:40px 20px 20px 20px;
	border:1px solid #508ABC;
}
.cajaizquierda{
	background:url(../images/fondo_destacado.png) repeat-x;
	float:left;
	width:290px;
}
.cajaderecha{
	background:url(../images/punteado.png) no-repeat;
	float:right;
	width:290px;
	_margin:0 0 0 -55px;
}
.destacado h1{
	width:190px;
	color:#00488A;
	padding:12px 0 20px 90px;
	font: bold 13px "Trebuchet MS";


}

.destacado h2{
	width:285px;
	float:right;
	color:#00488A;
	padding:12px 0 0 0;
	font:bold 13px "trebuchet MS";
	text-align:center;

}
.destacado h3{
	width:240px;
	color:#333333;
	padding:0 5px 15px 35px;
	float:left;
	font:normal 12px/12px "trebuchet MS";

}
.destacado h4{
	width:235px;
	color:#333333;
	float:left;
	padding:2px 25px 15px 35px;
	*padding:5px 25px 15px 35px;
	font:normal 12px/14px "trebuchet MS";
}
.destacado h5{
	font:normal 12px/12px "trebuchet Ms";
	color:#00FF00;
	background:#FFFF00;
	width:157px;
}
.marca{
	text-align:center;
	border-bottom:none;
	padding:26px 0 10px 40px;
	*padding:28px 10px 10px 40px;
	width:210px;
	*width:210px;
	height:80px;
}
.marca p{
	float:left;
	margin:13px 0 0 13px;
	font:bold 12px  "Trebuchet MS";
}
.marcados{
	text-align:center;
	float:right;
	padding:0px 60px 10px 30px;
	*padding:0px 58px 10px 31px;
	width:190px;
	height:49px;
}
.marcados p{
	float:left;
	margin:13px 0 0 13px;
	font: bold 13px /17px "Trebuchet MS";
}
.marca img{
	text-align:center;
	padding:12px 0 0 0;
}
.marca a, .marca a:visited{
    color:#666;
	text-decoration:none;
}
.marcados a{
    color:#9A0002;
	text-decoration:none;
}
.marcados a:hover{
	background:none;
	color:#FFFFFF;
}
.garantia{
    border:0;
	padding:25px 70px 25px 70px;
	text-align:center;
	float:right;
}
	
/* - - - - - - - - - - - - - - - - -Fin Destacados - - - - - - - - - - - - - - - - - -*/