/* CSS Document */
body{ font-family:"Trebuchet MS"; font-size:12px; color:#666666; margin:0}
.textbox{
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
color:#333333; 
background:transparent; 
border:1px solid #003366;
padding:1px;
height:20px;}
.barra_subheader{
background:#011365;
color:#FFFFFF;
font-weight:bold;
font-size:11px; 
letter-spacing:1px;
border-top:2px solid #333333}

.barra_footer{
background:#7E828B;
color:#FFFFFF;
font-weight:bold;
font-size:11px; 
letter-spacing:1px;
border-bottom:2px solid #333333}

.boton_azul{
background:url(../images/rac_bgboton_azul.jpg) repeat-x;
height:25px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
border:0;
}
.boton_gris{
background:url(../images/rac_bgboton_gris.jpg) repeat-x;
height:25px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
border:0;
}
.boton_naranja{
background:url(../images/rac_bgboton_naranja.jpg) repeat-x;
height:25px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
border:0;
}
.boton_rojo{
background:url(../images/rac_bgboton_rojo.jpg) repeat-x;
height:25px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
border:0;
}
.item_menu{
width:100%;
border-bottom:1px solid #CCCCCC;
margin-top:3px;
}
.item_menu a{
color:#4A0000;
text-decoration:none;
font-weight:normal;
letter-spacing:1px;
}
.item_menu a:hover{
color:#333333;
font-weight:bold;}
.contenedor{
 -moz-border-radius:5px;
 -webkit-border-radius: 5px;
 behavior:url(../esquinas.htc);
 background:transparent;
 border:1px solid #999999;
 padding:6px;
}
.titulo_menu{
 -moz-border-radius:5px;
 -webkit-border-radius: 5px;
 behavior:url(../esquinas.htc);
 background:transparent;
 border:1px solid #7E828B;
 background:#7E828B;
 padding:3px;
 color:#FFFFFF;
 font-size:12px;
 text-align:left;
 font-weight:bold;
 letter-spacing:2px;
}
.producto{
background:url(../images/fondoProducto.png) no-repeat top center;
padding:5px;
}
.carrito{
 -moz-border-radius:5px;
 -webkit-border-radius: 5px;
 behavior:url(../esquinas.htc);
 background:#eaeaea;
 border:1px solid #eaeaea;
 padding:6px;
}
.texto_precio_decuento{
color:#990000;
font-weight:bold;
font-size:12px;
}
.texto_precio_normal{
color:#333333;
font-weight:bold;
font-size:12px;
}
.texto_precio_final_descuento{
color:#003366;
font-weight:bold;
font-size:12px;
}