/* CSS  */

BODY {
 scrollbar-base-color: #cccccc;
 scrollbar-track-color: #cccccc;
 scrollbar-face-color: #666666;
 scrollbar-highlight-color: #cccccc;
 scrollbar-3dlight-color: #999999;
 scrollbar-darkshadow-color: #cccccc;
 scrollbar-shadow-color: #cccccc;
 scrollbar-arrow-color: #cccccc;
 margin: 0 0 0 0;
 font-family: Century Gothic, Verdana, sans-serif;
 font-size:11px;
 color: #666666;
}


.mayus {
	text-transform: uppercase;	
}



.TEXTO{
	text-align: center;
	vertical-align: top;
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#333333;

}

a {
	color: #d9001d;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;

}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;

}
a:hover {
	color: #d9001d;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;

}

.producto {
	color: #d9001d;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
}
.fecha {
   color: #d9001d;
   font-weight: bold;
   padding-top:5px;
   text-align:center;   
   }

td {
	text-align: left;
	vertical-align: top;
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size:11px;
	color:#000000;
}

.tde {
	text-align: left;
 	font-family: Century Gothic, Verdana, sans-serif;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:4px;
	padding-right:4px;
}

.idioma {
   color: #d9001d;
   font-weight: bold;
   padding-top:5px;
   text-align:left;   
   }

.invisible a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;

}

.invisible a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;

}
.invisible a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;

}



  .prueba {
   color: #d9001d;
   padding-top:3px;
   text-align:left;
   font-size:0.7ems   
   }

a {
	text-decoration: none;
	color:#000000;
}
a.1 {
	text-decoration: underline;
	color:#4A7B9E;
}
a.2 {
	text-decoration: underline;
	color:#3E6E95;
	font-family:Verdana; 
	font-weight:bold;
}
a.3 {
	text-decoration: underline;
	color:#FFFFFF;
}

.t11 {
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.pie {
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;
	background: #D9001D;
	with:800px;

}

.pie a {
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;

}
.pie a:hover {
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;
     text-decoration:underline;
}


.tdpie {
	text-align: center;
	vertical-align: top;
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size:11px;
	color:#ffffff;
	background: #D9001D;
	with:800px;

}

.promocion {
	text-align: center;
	vertical-align: top;
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size:14px;
	color:#ffffff;
	background: #D9001D;

}

.producto{
	text-align: center;
	vertical-align: top;
 	font-family: Century Gothic, Verdana, sans-serif;
	font-size:14px;
	color:#D9001D;
	background: #ffffff;

}



.v10 {
	 font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.v9 {
	 font-family: Century Gothic, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.style2 {
	 font-family: Century Gothic, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {
	 font-family: Century Gothic, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #4A7B9E;
}
.style5 {color: #7B7B7B}
.style6 {
	color: #FB7C00;
	font-weight: bold;
}
.style9 {color: #7B8F19; font-weight: bold; }
.style11 {color: #5282A9; font-weight: bold; }

<!--Menu horizontal--*/

#menu
{
	 font-family: Century Gothic, Verdana, sans-serif;
	font-size: 0.8em;
}

#menulist
{
	 font-family: Century Gothic, Verdana, sans-serif;
	font-size: 0.8em;
}

#menu li {
	/* Indicamos que la posición de 'li' sea adjunte siempre a la izquierda */
	float: right;
	/* Eliminamos las marcas que genera el li como pueden ser las redonadas o recuadros */
	list-style-type: none;
}

/* Por defecto ul genera una separación hacia la derecha. con margin:0 queda anulada */
#menu ul {
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #D9001D;
	background: #ffffff;
	padding: 3px 10px 3px 10px;
	text-align: center;
	border: 1px solid #D9001D;
	/* Pintamos las lineas de todos los lados, excepto el izquierdo */
	border-width: 1px 1px 1px 1px;
}


/* El primer recuadro, no tiene la linea izquierda. Aqui se la colocamos */

#menu a#primero {
	border: 1px solid #D9001D;
}

#menu a:hover {
	background: #cccccc;
}

#active
{
border-color: #D9001D;
color: #FFFFFF;
background: #cccccc;
}
-->

hr.linea { 
height: 1px;
border: 0;
color: #cc0000;
background-color: #333333;
width: 800;
}

<!--Menu vertical con estilos utilizando 'ul' y 'li'</title>

#menuv {
	border: 1px solid #D9001D;
	/* Pintamos las lineas de todos los lados, excepto el inferior, ya que cada
	   'li' ya trae el borde inferior */
	border-width: 1px 1px 0 1px;
	/* Determina la anchura del menu */
	width: 150px;
	 font-family: Century Gothic, Verdana, sans-serif;
	font-size: 0.8em;
}

/* Por defecto ul genera una separación hacia la derecha. con margin:0 queda anulada */
#menuv ul {
	margin: 0;
	padding: 0;
}

#menuv li {
	/* Eliminamos las marcas que genera el li como pueden ser las redonadas o recuadros */
	list-style-type: none;
	/* En cada li, pintamos la linea inferior */
	border-bottom: 1px solid #D9001D;
}

#menuv a {
	display: block;
	text-decoration: none;
	color: #D9001D;
	background: #ffffff;
	padding: 3px 6px 3px 6px;
}

#menuv a:hover {
	background: #cccccc;
}

#marianh
{
border-right: 1px solid #fff;
padding: 0 0 1em 0;
margin-bottom: 0em;
font-family: Century Gothic, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #;
color: #333;
}

-->
<!--Menu vertical para el mapa web con estilos utilizando 'ul' y 'li'

#marianlistv
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 14px Century Gothic, Verdana, sans-serif;
}

#marianlistv li
{
	/* Indicamos que la posición de 'li' sea adjunte siempre a la izquierda */
	/* Eliminamos las marcas que genera el li como pueden ser las redonadas o recuadros */
	list-style-type: none;
margin: 0;
border-bottom: 1px solid #EBE9E9;

text-align: left;
}

#marianlistv li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #;
text-decoration: none;

}

#marianlistv li a:link { color: #4B4B4B; }
#marianlistv li a:visited { color: #000000; }


#marianlistv li a:hover
{
border-color: #D9001D;
color: #D9001D;
background: #D8E0D6;
}

#activev
{
color: #D9001D;
background: #D8E0D6;
border-left: 1em solid #D9001D;
}

-->
<!--Menu horizontal con estilos utilizando 'ul' y 'li'

#marianlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Century Gothic, Verdana, sans-serif;
}

#marianlist li
{
	/* Indicamos que la posición de 'li' sea adjunte siempre a la izquierda */
	float: right;
	/* Eliminamos las marcas que genera el li como pueden ser las redonadas o recuadros */
	list-style-type: none;
margin: 0;
border-bottom: 1px solid #EBE9E9;

text-align: left;
}

#marianlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #;
text-decoration: none;

}

#marianlist li a:link { color: #4B4B4B; }
#marianlist li a:visited { color: #000000; }


#marianlist li a:hover
{
border-color: #D9001D;
color: #D9001D;
background: #D8E0D6;
}

#active
{
color: #D9001D;
background: #D8E0D6;
border-left: 1em solid #D9001D;
}

<!--Menu horizontal para promocion utilizando 'ul' y 'li'

#promocion
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Century Gothic, Verdana, sans-serif;
color:#CCCCCC;
}

#promocion li
{
	/* Indicamos que la posición de 'li' sea adjunte siempre a la izquierda */
	float: right;
	/* Eliminamos las marcas que genera el li como pueden ser las redonadas o recuadros */
	list-style-type: none;
margin: 0;
border-bottom: 0.5px solid #EBE9E9;

text-align: left;
}

#promocion li a
{
display: block;
padding: 1em 1em 1em 1em;
border-left: 1em solid #D8E0D6;
background: #;
text-decoration: none;

}

#promocion li a:link { color: #ffffff; }
#promocion li a:visited 
{ 
color: #D9001D;
font-size:14px;
 }


#promocion li a:hover
{
color: #D9001D;
background: #D8E0D6;
}

#active
{
color: #D9001D;
background: #D8E0D6;
font-size:14px;
border-left: 1em solid #D9001D;*/
}

<!--otro Menu vertical con estilos utilizando 'ul' y 'li'</title>

#navcontainer
{
width: 172;
border-right: 1px solid #fff;
padding: 0 0 1em 0;
margin-bottom: 0em;
font-family: Century Gothic, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #;
color: #333;
}


#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Century Gothic, Verdana, sans-serif;
color: #D8E0D6;
width: 181;
}

#navlist li
{
list-style: none;
margin: 0;
border-bottom: 1px solid gray;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #;
text-decoration: none;
}

#navlist li a:link { color: #4B4B4B; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover
{
border-color: #D9001D;
color: #D9001D;
background: #D8E0D6;
}

#active
{
color: #D9001D;
background: #D8E0D6;
border-left: 1em solid #D9001D;

}

/*- Menu con pestañas ---------------------------  


    #tabs1 {
      float:left;
      width:395;
	  background:#;
      font-size:1.2em;
	  color: #D9001D;
      line-height:normal;
	  border-bottom:1px solid #D9001D;
      }
    #tabs1 ul {
	  margin:0;
	  padding:2px 20px 0 20px;
	  list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url(../images/tableft4.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url(../images/tabright4.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#D9001D;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac 
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack  
    #tabs1 a:hover span {
      color:#333333;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px; 
      }*/

.enlaceboton {    
	font-family: Century Gothic, Verdana, arial, sans-serif; 
    font-size: 0.9em; 
    font-weight: bold; 
    padding: 2px; 
    background-color: #ffffff; 
    color: #D9001D; 
    text-decoration: none; 
} 
.enlaceboton:link, 
.enlaceboton:visited { 
    border-top: 1px solid #cccccc; 
    border-bottom: 2px solid #666666; 
    border-left: 1px solid #cccccc; 
    border-right: 2px solid #666666; 
	font-size: 0.8em; 

} 
.enlaceboton:hover { 
    border-bottom: 1px solid #cccccc; 
    border-top: 2px solid #666666; 
    border-right: 1px solid #cccccc; 
    border-left: 2px solid #666666; 
    font-size: 0.8em; 

} 
.benviar {    
   color: #D9001D; 
   margin:4px;
	border:1px solid;
	border-color:#D9001D #000000 #000000 #D9001D;
	padding:0 3px;
	background:#ffffff;
	font-family: Century Gothic, Verdana, arial, sans-serif; 
    font-size: 1.2em; 
    font-weight: bold; 
	color:#D9001D;
	text-decoration:none;

   } 
.benviar:link,
.benviar:visited { 
margin: 2px;
border: 1px solid;
border-color: #D9001D #000000 #000000 #D9001D;
padding: 0px 3px 0px 3px;
background: #cccccc;
	font-family: Century Gothic, Verdana, arial, sans-serif; 
    font-size: 1.2em; 
    font-weight: bold; 
color: #D9001D;
text-decoration: none;
} 

.benviar:hover { 
margin: 2px;
border: 1px solid;
border-color: #999999 #000000 #000000 #999999;
padding: 0px 3px 0px 3px;
background: #D9001D;
	font-family: Century Gothic, Verdana, arial, sans-serif; 
    font-size: 1.2em; 
    font-weight: bold; 
color: #ffffff;
text-decoration: none;
} 


/*- Otro Menu con pestañas*/


    #tabs11 {
      float:left;
      width:612px;
	  color:#323232;
	  background:#F9F7F3;
	font-family: Century Gothic, Verdana, arial, sans-serif; 
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #C2BDAE;
      }
    #tabs11 ul {
	  margin:0;
	  padding:10px 10px 0 2px;
	  list-style:none;
      }
    #tabs11 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs11 a {
      float:left;
      background:url(../images/pesta1.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs11 a span {
      float:left;
      display:block;
      background:url(../images/pesta2.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#323232;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs11 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs11 a:hover span {
      color:#ffffff;
      }
    #tabs11 a:hover {
      background-position:0% -42px;
      }
    #tabs11 a:hover span {
      background-position:100% -42px;
	  
	  
      }
	/* este menu es el de productos*/
	
	
ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
    padding: 0;
	width: 325px; /* ANCHO DEL MENU Items */
	border-bottom: 1px solid #ccc;
	background: #fff; /* IE6 Bug */
	/*list-style-image:url(../images/plus.gif);*/
	font-size: 100%;
	cursor: crosshair;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	cursor: crosshair;
	}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	zoom: 1;
	cursor: crosshair;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; 	cursor: crosshair;
}
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 299px; /* 1px menos de ancho menú */
	top:-40px;
	}

ul#primary-nav li ul li a { padding: 1px 2px; list} /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none;
} /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block;;
} /* The magic */

ul#primary-nav li.menuparent { background: transparent url(arrow.gif) right center no-repeat; }

/*ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #f9f9f9; }

ul#primary-nav li a:hover { color: #777; }*/


/*otro menu vertical que se despliega con CSS */


#nava
{
list-style-type: none;
color: #000000;
background-color: gainsboro;
margin-left: 5px;
}

#active:hover li { display: block; }
#active li { display: none; }

#navcon
{
width: 610px;
background-color: #ffffff;
border: 1px gray solid;
}

#navcon a
{
color: gray;
background-color: gainsboro;
width: 300px;
display: block;
}

#navcon a:visited
{
color: gray;
background-color: gainsboro;
}

#navcon a:active
{
color: white;
background-color: gray;
}

#navcon a:hover
{
color: white;
background-color: gray;
}

