/* CODIGOS DE COLORES BASICOS DE LA WEB 

- Gris Oscuro (Fondo tablas): #262825
- Gris Claro (Fondo web): #858E8A
- Marfil (Textos): #E3E3E3
- Rojo: #D74023
- Amarillo: #FFCC00

*/ 

/********************************** GENERALES ***************************/
body	{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	background-color: #efefef;
}

td {
 vertical-align:top;
 font-size:11px;
 line-height:13px;
 font-family:Tahoma;
 color: #efefef;
}

strong a	{
 color:#858E8A;
 text-decoration:underline;
}

strong a:hover	{
 color:#858E8A;
 text-decoration:none;
}													

img {
 border:0;
}

option {
	color: Black; 
	background-color:White;
}

select {
	color: Black; 
	background-color:White;
}


/************************************ HEAD *****************************/
.head b	{
	color: #E3E3E3;
	font-size: 10px;
}	

.head a	{
	color:#D74023;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold;
}

.head a:hover	{
	color:#FFCC00;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}	

/************************************ FOOTER *****************************/
.footer 	{
 font-size:10px;
 font-weight:bold;
 line-height:18px;
 padding-top:40px;
}	

.footer span	{
 color: #E3E3E3;
}				
						
/****************************** <UL>, <EM>, <I>, <STRONG>, <FORM> ************************/
em, i {
 font-style:normal;
}						

em {
 color:#D74023;
 font-size:14px;
 font-weight:bold;
}

em b {
 color:#D74023;
 font-size:14px;
 font-weight:bold;
}	

.ss2 {
 color:#D74023;
 font-size:14px;
 font-weight:bold;
}

strong	{
 color:#58646A;
}																																					

form {
 padding:0px;
 margin:0px;
}						

/************************************* <A>, <H1>, <H2>, <SPAN> *****************************/
a	{
 color:#E3E3E3; /* color de texto de los enlaces (las subcategorias) */
 font-size:11px;
 text-decoration:none;
}

a:hover	{
 color:#FFCC00; /* color de texto de los enlaces (las subcategorias) cuando esta el raton encima */
 font-size:11px;
 text-decoration:none;
						}

b	{
 color:#FFCC00; /* color de texto de las categorias */
 font-size:10px;
}	

h1, h2	{
 text-transform:uppercase;
 font-size:14px;
 color:#E3E3E3;
 padding:16px 0px 0px 8px;
 margin:0px 0px 0px 0px;
 font-family:Arial, Helvetica, sans-serif;
}

h1	{
 padding:16px 0px 0px 8px;
}		

h2	{
 padding:12px 0px 0px 0px;
}										

h1 span, h2 span	{
 color:#D74023; /* color del texto "categorias" y "menu" */
}	

span	{
 color:#E3E3E3;
}	


/******************************************* OTRAS ***************************************/
.cabecera_tabla_marca	{
 text-transform:uppercase;
 font-size:14px;
 color:#E3E3E3;
 font-family:Arial, Helvetica, sans-serif;
}

.cabecera_tabla_medidas	{
 text-transform:uppercase;
 font-size:12px;
 color:#E3E3E3;
 font-family:Arial, Helvetica, sans-serif;
}


.main {
 font-size:11px;
 font-family:Tahoma;
 color: #E3E3E3;
}

.smalltext {
 font-size:9px;
 font-family:Tahoma;
 color: #E3E3E3;
}

DIV {
 font-size:11px;
 font-family:Tahoma;
 color: #E3E3E3;
}

.inputRequirement {
 font-size:10px;
 font-family:Tahoma;
 color: #262825;
}

.tabla_1{
	border: 1px solid #E3E3E3;
}

.celda_1{
	color: #E3E3E3;
	font-size:11px;
	font-family:Tahoma;
}

.celda_2{
	color: #E3E3E3;
	font-size: 11px;
	font-family: Tahoma;
	border-top: 1px solid #e3e3e3;
}

.texto_cabecera_celdas	{
	color: #D74023;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

/************************************* INPUT, TEXTAREA ***********************************/
input[type="text"], textarea {
 width:100px;
 background-color:#ffffff;
 border:1px solid #818181;
 font-family:Tahoma;
 font-size:10px;
 color:#777E85;
 line-height:10px;
 padding-left:4px;
 padding-right:2px;
}												

.input_1	{
 height:15px;
 width:30px;
 padding-top:0px;
 margin:0px 0px 0px 0px;
}

.input_2	{
 height:14px;
 width:14px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}						

.textarea_1	{
 height:90px;
 margin:0px 0px 0px 0px;
 overflow:hidden;
}	

select	{
 height:20px;
 color:#858E8A;
 font-size:11px;
 padding-left:5px;
 margin:0;
}	

.select_form	{
 width:119px;
}												

/******************************** LINKS EN COLOR AMARILLO **********************************/
a.yellow_link:link, a.yellow_link:visited, a.yellow_link:active {
 color: #FFCC00;
 font-size: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 background: #262825;
}
a.yellow_link:hover {
	color: #33FF33;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #262825;
}

/******************************** LINKS EN COLOR BLANCO **********************************/
a.white_link:link, a.white_link:visited, a.white_link:active {
 color: #FFFFFF;
 font-size: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 background: #262825;
}
a.white_link:hover {
	color: #33FF33;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #262825;
}

/******************************** LINKS EN COLOR ROJO **********************************/
a.red_link:link, a.red_link:visited, a.red_link:active {
 color: #E02727;
 font-size: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-decoration: none;
 background: #262825;
}
a.red_link:hover {
	color: #33FF33;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: #262825;
}


/************************************* TEXTO COLORES ***************************************/
.blanco{
	color: White;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #262825;
}

.amarillo{
	color: #FFCC00;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #262825;
}

/******************************** MENU SHOW SUBCATEGORIES MOD ******************************/
a.menucateg:link, a.menucateg:visited, a.menucateg:active {
 display: block;
 vertical-align: middle;
 font-size: 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 text-align: left;
 height: 12px;
 text-decoration: none;
 background: #262825;
}

a.menucateg:hover {
 background-color: #2851C6;
 text-decoration: none;
 font-weight: bold;
 color: #262825;
}

a.menusubcateg:link, a.menusubcateg:visited, a.menusubcateg:active {
 display: block;
 vertical-align: middle;
 font-size: 9px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 height: 12px;
 text-decoration: none;
 background: #262825;
 border: 0;
}

a.menusubcateg:hover {
	background-color: #2851C6;
	text-decoration: none;
	color: #E3E3E3;
}
/******************************* FIN MENU SHOW SUBCATEGORIES MOD ****************************/
 .infoBox, .infoBoxContents {
	background-color:#262825;
	text-decoration:none;
}

.boxText{
	color:#E3E3E3;
	font-weight:bold;
}

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #00ff5a; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FF6600; }

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #262825;
  color: #ffffff;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #00ff5a;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #990000;
}

.productSpecialPrice {
	text-decoration:line-through;
	color:#999999;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #f13838;}
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; background-color: #02d03c; }

ul.sitemap {
color: #ff0000;
}


li.sitemap	{
 color:#858E8A;
 font-size:11px;
 text-decoration:none;
}

li.sitemap a	{
 color:#858E8A;
 font-size:11px;
 text-decoration:none;
}

li.sitemap a:hover	{
 color:#858E8A;
 font-size:11px;
 text-decoration:underline;
}

#box-table-a {
    border-collapse: collapse;
    font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
    font-size: 12px;
    margin: 10px;
    text-align: left;
}

#box-table-a th {
    background: none repeat scroll 0 0 #B9C9FE;
    color: #003399;
    font-size: 12px;
    font-weight: normal;
    padding: 8px;
}

#box-table-a td {
    background: none repeat scroll 0 0 #E8EDFF;
    color: #666699;
    padding: 8px;
}

#box-table-a tr {
    border-bottom: 1px solid #a9a9a9;
}

