/* CSS Document */



body {
	text-align:center;
	margin:0px;
	padding:0px;
	background:#000000;
	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#EAEBEC;

}
td{
font-size:11px;
font-family:arial;

}

#areaclientespub{

border:0px;
width:850;
height:140;

}


#relojes{

border:0px;


width:850;
height:140;

}

#container {
	position:relative;
	width:944px;
	background:#000000 url(imgTemplate/fondoContainer.jpg) no-repeat bottom;
	text-align:left;
	margin:auto;
}

/* ------------------------------------------------------------- ESTILOS CABECERA --------------------------------------------------- */ 

#cabecera { 
	position:relative;
	height: 275px;
	width: 944px;
	background:url(imgTemplate/cabecera.jpg) no-repeat;
}
#flashCabecera{
	position:absolute;
	width:704;
	height:145px;
	top:127px;
	right:15px;
	}


#datos{
	position:absolute;
	display:inline;
	top:48px;
	left:30px;}
#datos a{
	color:#ffffff;
	font-size:11px;}
#datos a:hover{
	text-decoration:underline;
	color:#C3BDE9;}





/* -------------------------------- ESTILOS MENU TOP -------------------------- */ 

#menuTop{
	position:absolute;
	display:inline;
	width:920px;
	top:95px;
	right:20px;
	text-align:center;
	color:#dddddd;
	}
.elementoMenuTop{
	position:relative;
	margin:0px 15px 0px 15px;}
.elementoMenuTop a{
	color:#ffffff;
	font-weight:bold;
	font-size:13px;}
.elementoMenuTop a:hover{
	color:#6759B8;}




/* ---------------BARRA DE NAVEGACION -------------------------- */ 
#mainNavBar{
	text-align:right;
	margin-right:25px;}

A.headerNavigation { 
	position:relative;
	margin-top:2px;
	  color: #DEE1E5; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	z-index:10;
	text-align:right;
}

A.headerNavigation:hover {
  color: #CAAD0C;
}

/* --------------- ESTILOS BUSCADOR -------------------------- */ 
#searchBox{
	background:#DEE1E7;
	width:196px;
	margin-left:4px;}
#searchBox a{
	font-size:11px;
	color:#081F38;}
#busquedaAvanzada{
	margin-top:10px;
	border:1px solid #C3C8D2;
	padding:3px;
	width:120px;
	background-color:#E7E9EE;}


/* ----------------------------------------------------------------- ESTILOS CUERPO --------------------------------------------------- */ 


#cuerpo {
 position:relative;
 padding:10px 5px 10px 0px;
}
#contenido {
	position:relative;
	margin:5px 0px 0px 230px;
	width: 680px;
    color:#ffffff;
	font-size:11px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}


#contenido2 {
	position:relative;
	width: 850px;
	margin-left:40px;
    color:#ffffff;
	font-size:11px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

#contenido .infoBox{
	border:1px solid #475D76;}
#contenido .infoBox td{
color:#ACC0D7;
font-weight:bold;}



/*------------------------------------------COLUMNA IZQUIERDA--------------------------------------------------------------------------------*/



#lateralIzq {
	width:202px;
	margin:3px 1px 3px 15px;
	padding:3px;
	float:left;
	padding:0px;
	display: inline;/* Internet explorer tiene un bug y los pixels de margin de un float los considera dobles, con esta linea se arregla */
	background:#0C2F55 url(imgTemplate/lateralIzq.jpg) top left no-repeat;
}
#bajo{
	background-image:url(imgTemplate/lateralIzqBajo.jpg);
	width:203px;
	height:74px;}

#columnaIzq{
	
}

.numSubSec {
	display:none;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;

}
#boton{
	margin:5px;}



/*---------------------------NIVELES DE CATEGORIA---------------------------------
--------------------------------------------------------------------------------*/

.categoria0 {
	padding:3px 0px 3px 0px;
	margin-left:2px;
	
}

.categoria0 a{
	color:#ffffff;
}

.categoria0 a:hover{
	color:#ffffff;
}

.categoria1 {
	padding:3px 0px 3px 0px;
	margin:0px 10px 0px 10px;
	border-bottom:1px solid #114175;	
	
}

.categoria1 a{
	color:#ABC0D5;

}

.categoria1 a:hover{
	color:#6F60CA;

}

.categoria2 {
	padding:2px 0px 2px 0px;
	margin:0px 10px 0px 15px;
	border-bottom:1px solid #ededed;	
	font-weight:bold;
}

.categoria2 a{
	color:#999999;}



/*---------------------------ESTILOS DE LOS MENUS DE XTRA PAGES-------------------------------------*/

	.elementoMenuXtra{
		width:180px;
		margin:4px;
		}

	.elementoMenuXtra a{
		padding:5px;
	}

	.elementoMenu a:hover{
		color:#009900;}

	.elementoMenuActual {
		width:180px;
		margin-left:5px;
		margin-top:2px;
		background-color:#ededed;

	}

	.elementoMenuActual a{
	font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#2A5D12;}


/*---------------------------ESTILOS DE LAS CAJAS------------------------------------
--------------------------------------------------------------------------------*/

	/*cabecera box*/

.infoBoxHeading {

	background:url(imgTemplate/titulo.jpg) left no-repeat;
	width:198px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2D343C;
	margin: 5px 0px 0px 3px;
}

.infoBoxHeading td{
	padding: 0px 5px 0px 5px;
}
	/*Box*/

.infoBox {
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.infoBox img{
	margin: 0px 5px 0px 4px;
}

.infoBoxContents {
  color: #17191D;
}

.infoBoxContents  a:hover /*Categorias en general*/{
  font-weight: bold;
  color: #CAAD0C;
}

.boxText {
	width:1800px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-color: #0092ba;
}

/*---------------------------------BOX CARRO COMPRA-----------------------*/

#carro{
	width:180px;
	color:#ffffff;
	
	
	}
#carro .infoBox{

	width:180px;
}


#carro .infoBoxHeading /*cabecera*/ {
	background-color:#6759BA;
	
	
	}
#carro .infoBoxContents{
width:170px;
	margin-left:5px;}
#carro .infoBoxContents a/*elementos del carro*/{
	font-size:11px;
	font-color:#6759BA;
	

	}

#carro .boxText /*precio total*/{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	}
#carro .infoBoxContents{
margin-right:11px;}

.itemInCart /*numero de elementos*/{
font-size:11px;}

.newItemInCart /*Nuevo producto en box carro compra */{
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #C0091B;

}



.cabeceraBoxCesta {
 width:180px;
 background-color:#89A2BF;
 margin:0px 0px 4px 5px;
 padding:2px 0px 2px 0px;
 text-align:center;
 }

.cabeceraBoxCesta span {
 padding:0px 10px 0px 10px;
 color:#ffffff;
}

 .cabeceraBoxCesta span a{
 color:#ffffff;
 text-decoration:none;
 }
.cabeceraBoxCesta span a:hover{
 color:#333333;

 }


/*---------------------------------BOX INFORMACION-----------------------*/
.elementoMenuInformacion a{
	position:relative;
	margin-left:4px 0px 4px 10px;
	
	}

/*-----------------------------------------COLUMNA DERECHA--------------------------------------------------------------------------------*/



#lateralDerecho {
	width:160px;
	margin:3px 0px 3px 5px;
	padding:5px;
	float:right;
	padding:0px;
	display: none;/* Internet explorer tiene un bug y los pixels de margin de un float los considera dobles, con esta linea se arregla */
}

/*-----------------------------------------------------------CONTENIDO-----------------------------------------------------------------------*/


TD.pageHeading, DIV.pageHeading { /*titulo de las secciones*/
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 22px;
  	font-weight: bold;
	padding-left:25px;
 	color: #EFCF1D;
}	
.pageHeading img{
display:none;}

/*-------------------------------LISTADOS DE PRODUCTOS--------------------------------

------------------------------------------------------------------------------*/



.smallText a:hover{
	color:#ffffff;}
.smallText a{
	margin-top:5px;}
.smallText a img{
	margin-bottom:5px;
	border:1px solid #CBCFD8;}
.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #0C2F55;
	color: #FFFFFF;
	font-weight: bold;
	padding:5px;
}
.bloqueProductos .productListing-heading {
  display:none;
}

.bloqueProductos {
	width: 650px;
	float: left;
	text-align:center;
	margin-left:20px;
}

.bloqueProductos .productListing-heading {
	display:none; 
}

.elementoProducto {
	width: 145px;
	height: 220px;
	float: left;
	border: 1px solid #374F6A;
	margin: 8px 3px 3px 3px;
	padding:6px 3px 3px 3px;
	position: relative;
	text-align:center;
	background:#081E36;
}
.styleProductModel {
}
.styleProductName a {
	display:block;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	margin-top:3px;
	margin:auto;
}
.styleProductName a:hover{
	color:#ffffff;
	text-decoration:underline;
}
.styleProductManufacturer {
	display:block;
	font-size:11px;
}
.styleProductPrice {
	display:block;
	color:#8C9CB1;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	font-weight:bold
}
.styleProductQuatity {
}
.styleProductWeight {
}
.styleProductImage{
	display:block;
	margin: 0px 0px 3px 0px;
}
.styleProductBuyNow {
	position:absolute;
	left:30px;
	bottom:3px;
	
}
.paginacionProductos /*numero de paginas de productos, debajo de un listad0*/ {
	position:relative; 
	width:670px;
	top:10px;
	 border-top: 1px solid #22557C;
	 clear:both;
	padding:2px;
	text-align:center;
	}
.paginacionProductos .smallText{
	font-size:11px;
	font-color:#556F92;
}
SPAN.markProductOutOfStock {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}
SPAN.productSpecialPrice {
  font-family:Arial, Helvetica, sans-serif;
  color: #cf0000;
}

/* --------------------PRODUCTO INFORMACIÓN---------------------------- */ 
#mainImgProduct{
	text-align:center;}




/* ------------------------------------------- ESTILOS PIE --------------------------------------------------- */ 

#pie {

 	position:relative;
 	width:944px;
 	height:46px;
 	background-image:url(imgTemplate/pie.jpg);
	text-align:right;

}

#legal {
	position:absolute;
	top:15px;
	right:60px;
}
#legal a{
	color:#ffffff;}
#legal a:hover{
	color:#CAAD0C;
	text-decoration:underline;}



/*----------------------------------------------------------ESTILOS GENERALES-----------------------------------------------------*/

h1{
	font-size:22px;
	color:#EFCF1D;
}

h2{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7864ED;}
h3{
	font-family:arial;
	font-size:14px;
	color:#5193E4;
	margin:5px;}
a{ 
	color:#5193E4; 
 	text-decoration: none; 
  	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


a:hover { 
  color:#ffffff;
  text-decoration: underline; 
}



.Estilo1 {
	color: #00CC33;
	font-weight: bold;

}

/*----------------------------------------------------------OTROS OSCOMMERCE-----------------------------------------------------*/
.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
TR.headerError {
  background: #cf0000;
}

TD.headerError {
	ont-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
color:#666666;
padding:5px;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
color:#666666;
padding:5px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}





.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
color:#333333;
padding:5px;
	font-weight:bold;

}
A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;

}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cf0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #cf0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #cf0000;
}

.moduleRow { }

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }

.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #8c8c8c; }

.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ffb3b5; }

.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */



.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #cf0000; }

