/* CSS Document */

.fuente {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

.fuente10pt {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}

.fuenteboton {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#669900;
}



.fuentetituloverde {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#669900;
font-weight:bold;
}

.fuentetitulonaranja {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF6600;
font-weight:bold;
font-stretch:wider;
}

.fuentenegrita {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
font-weight: bold;
}

.cerrarsesion {
font-size: 9px; 
color: #990000; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.fuentedistr {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
font-style:italic;
}

.bordeinput {
border-color:#669900;
border-style:solid;
border-width:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

.fondoinput {
background-color:#669900;
border-color:#669900;
border-style:solid;
border-width:1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
text-align:center;
}

.tituloimc {
border-color:#FFFFFF;
border-style:none;
border-width:1px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
font-weight: bold;
}

.blocker {
  position: absolute;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;        /* hacemos que ocupe toda la pantalla a cualquier resolución*/
  z-index: 50;        /* lo colocamos por encima del resto de componentes*/
  background: url(http://www.dbproducto.com/images/macFFBgHack.png) repeat;  /*Color de fondo semitransparente*/
}

.popup{
  z-index: 1000;                     /* un z-index mayor al del blocker */
  background-color: white;  /* Un color de fondo para que se vea sobre la capa anterior*/
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.enlace10pt:link {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF6600;
}
enlace10pt:visited {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF9933;
}
enlace10pt:hover {
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF6600;
}
enlace10pt:active {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF6600;
}

.fondocablineas {
background-color:#FFB871;
}

.fondocabpedido {
background-color:#CCCCCC;
border:solid;
border-color:#669900;
border-width:1px;
}

.fondolinea {
background-color:#E3FFAA;
}

.fondolineaoriginal {
background-color:#E0FF9F;
}

.fuentenaranja12pt {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF8C40;
}

.fuentenaranja11pt {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF8C40;
}

.fondolineapro {
background-color:#DADADA;
}

.fuenteresumencarrito {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF7B24;
}

.fuenteimportetotal
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#A1A1A1;
}

.fuentemensajes {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF6600;
}

/*COMIENZO CLASES MENU*/
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_five */
.preload16 {background: url(http://www.dbproducto.com/menu/pro16_2.gif);}
.preload16a {background: url(http://www.dbproducto.com/menu/pro16_2a.gif);}

.pro16 {padding:0 0 0 0; margin:0; list-style:none; height:40px; position:relative; font-size:10px;}
.pro16 li {float:left; height:40px;}
.pro16 li a {display:block; float:left; height:40px; line-height:35px; color:#888; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 5px; cursor:pointer; background:url(http://www.dbproducto.com/menu/pro16_0a.gif) no-repeat;}
.pro16 li a b {float:left; display:block; padding:0 27px 0 0; background:url(http://www.dbproducto.com/menu/pro16_0.gif) no-repeat right top;}
.pro16 li.current a {color:#FF6600; background:url(http://www.dbproducto.com/menu/pro16_2a.gif) no-repeat;}
.pro16 li.current a b {color:#FF6600; background:url(http://www.dbproducto.com/menu/pro16_2.gif) no-repeat right top;}
.pro16 li a:hover {color:#FF6600; background: url(http://www.dbproducto.com/menu/pro16_2a.gif) no-repeat;}
.pro16 li a:hover b {color:#FF6600; background:url(http://www.dbproducto.com/menu/pro16_2.gif) no-repeat right top;}
.pro16 li.current a:hover {color:#FF6600; cursor:default;}
/*FIN CLASES MENU*/