/* CSS Document */
body {
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:10px;
	background: #000 url(imgTemplate/fondoCabecera.jpg) top center no-repeat;
}

a img {
  border: none;
}

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

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

#cabecera { /* Cabecera del resto de páginas */
	position:relative;
	height: 165px;
	width: 999px;
  	background: url(imgTemplate/cabecera.jpg) top center no-repeat;
  	z-index:5;
}

#logo {
	position:absolute;
	top:15px;
	left:40px;	
}

#flashCabecera {
	position:relative;
}

#infoCabecera {
	position:absolute;
	top:40px;
	right:70px;
}

#infoCabecera div{
	padding: 5px 0px 5px 0px;
}

#menuCabecera {
	position:absolute;
	padding:0 15px;
	width:967px;
	text-align:left;
	bottom:19px;
	left:0px;
}

#menuCabecera a {  
  position: relative;
  bottom: 8px;
  /*padding: 0 20px;*/
  color: #ccc;
  z-index:3px;
} 
 
/* --------------- ESTILOS MENU DE LA CABECERA -------------------------- */ 

#menuPrincipal {
	 position:absolute;
	 top:158px;
	 right:50px;
	 width: 600px;
	 height:30px;
	 text-align:right;
}

/*.elementoMenuTop a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#216907;
	padding:0px 10px 0px 10px;
}

.elementoMenuTop a:hover{
	color:#59C029;
	text-decoration:underline;
}*/

#cuerpo {
	position:relative;
	top: -10px;
	margin:0px 0px 0px 0px;
	padding: 0 15px;  
	width:969px;  
	z-index:0;
}

#contenido {
	position:relative;
	float: left;
	display: inline;
	width: 675px;	
	margin-left:8px;
	padding: 10px 10px 0px 10px;	
	z-index:1;
	overflow:hidden;
}

#separador {
	clear:left;
}

.category_desc {
	font-size:10px;
}

#pie {
	position:relative;
	width:999px;
	height:178px;
	clear: both;
	background:url(imgTemplate/fondoPie.jpg) top no-repeat;
	text-align:right;	
}

#pie a {
  color: #81817f;
  font-size:11px;
}

#legal {
  position: absolute;
  bottom: 8px;
  left: 50px;
}

#legal a:hover{
  color: #edecec;
}

#dusnic {
  position: absolute;
  bottom: 8px;
  right: 70px;
}

#dusnic a:hover{
  color: #edecec;
}

#pie #tarjetas {
 	position:absolute;
 	top:75px;
 	right:150px;
}


#tabla1{
position:relative;
width:335px;
height:208px;
float:left;
}


#tabla2{
position:relative;
width:335px;
height:208px;
float:right;
}
/*---------------------------COLUMNA IZQUIERDA------------------------------------
--------------------------------------------------------------------------------*/

#lateralIzq {
 	position:relative;
	float:right;
	width:248px;
    margin-right: 7px;
	display: inline;
	text-align:left;
	margin-top:15px;	
}

.imgContactar {
	position:absolute;
	z-index:2;
	top:-25px;
	right:1px;
}

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

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

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

.categoria0 a{
	color:#333333;
	text-decoration:none;
}

.categoria0 a:hover{
	color:#000000;
	text-decoration:underline;	
}

.categoria1 {
	padding:3px 0px 3px 0px;
	margin:0px 10px 0px 10px;
	border-bottom:1px solid #cccccc;	
	font-weight:bold;
	text-align:left;
}

.categoria1 a{
	color:#5781AE;
}

.categoria1 a:hover{
	color:#4AA62A;
}

.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-------------------------------------*/

/*.elementoMenu{
	width:136px;
	margin-top:2px;
}

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

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

.elementoMenuActual {
	width:136px;
	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------------------------------------
--------------------------------------------------------------------------------*/


#lateralIzq .infoBoxHeading {
	width:248px;
	height:40px;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#edecec;
	background: url(imgTemplate/titularDerecha.jpg) no-repeat;
	/*letter-spacing:2px;*/
	text-align:left;
}

.infoBoxHeading td{
	padding: 0px 10px 0px 10px;
}

	/*Box*/
.infoBoxHeading td a{
	color:#edecec;
	}
	
.infoBoxHeading td a:hover{
	color:#fff;
	}
		
.infoBox {
	padding:0px 0px 0px 10px;
}
.infoBox img{
	margin: 0px 5px 0px 4px;
}
.infoBoxContents {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;	
	margin-bottom: 10px;
	color: #e0dfdf;
}
.infoBoxContents  a:hover /*Categorias en general*/{
	font-weight: bold;
	color: #fff;
}

.boxText a{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #e0dfdf;
	padding:0px 0px 0px 0px;
	
	/*background-color: #cccccc;
	border:1px dashed #888888;	*/
}

#cuadroBusqueda .infoBoxContents {
  margin-top: 10px;
 
}

#cuadroBusqueda a {
  color: #edecec; 
}

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

#carro{
	/*width:150px;
	margin:5px 0px 5px 2px;
	background-color:#efefef;
	border:1px solid #44516F;
	padding:2px 3px 3px 3px;
	overflow:hidden;*/
}

*html #carro{

}	
.productListing a {
	color:#666666;  
}
.productListing a:hover{
	color:#999999;  
}

#carro .infoBoxContents a/*elementos del carro*/{
	width:210px;
	font-size:11px;
	color:#000000;
}

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

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

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

.cabeceraBoxCesta {
	width:200px;
	background-color:#F8D582;
	margin:0px 0px 4px 0px;
	padding:2px 0px 2px 0px;
	text-align:center;

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

.cabeceraBoxCesta span a{
	color:#85602A;
	text-decoration:none;
}


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

td .smallText a:hover{
	color:#333333;
}
/*---------------------------ESTILOS DEL BLOQUE DE SECCIONES-----------------------
--------------------------------------------------------------------------------*/

#bloqueSecciones {
	width: 560px;
  text-align:center;
}

.elementoSeccion {
	width: 220px;
	height: 250px;
	float: left;
	background:url(imgTemplate/cajaSeccion.jpg);
	margin: 8px 2px 3px 2px;
	position: relative;
	text-align:center;
	display:inline;
}

.styleSeccionImage{
 	position:relative;
	display:block;
	margin: 20px 0px 3px 0px;
	width:160px;
	padding:0px 0px 10px 0px;
	margin:auto;
	top:17px;
}

.styleSeccionName {
	position:absolute;
	top:188px;
	left:0px;
	width:80%;
	padding:0% 10% 0% 10%;
	text-align:center;
}

.styleSeccionName a {
	display:block;
	font-size:12px;
	color:#eee;
	font-weight:bold;
	margin-top:3px;
	margin:auto;
	text-decoration:none;
}

.styleSeccionName a:hover{
	color:#aaa;
	text-decoration:underline;
}
/*---------------------------ESTILOS DEL BLOQUE DE PRODUCTOS-----------------------
--------------------------------------------------------------------------------*/

.bloqueProductos {
	width: 670px;
	text-align:center;
	
}

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

.productListing-even td, .productListing-odd td  {
	vertical-align:middle;
}


.elementoProducto {
	width: 220px;
	height: 281px;
	position:relative;
	float:left;
	text-align:left;
  display: inline;
	background: url(imgTemplate/cajaProducto.jpg);	
}

.styleProductModel {
}

.styleProductName {
	position:absolute;
	bottom: 80px;
  width: 190px;
  padding: 0 15px;
  text-align: center;
	font-size:16px;
	font-weight:bold;
  display: block;
  
}

.styleProductName a {
  color: #eee;
}

.styleProductName a:hover{
	color:#aaa;
	text-decoration:underline;
}

.styleProductManufacturer {
	display:block;
	font-size:12px;
}

.styleProductPrice {
	position:absolute;
	bottom:40px;
	text-align: center;
  width: 190px;
  padding: 0 15px;
	font-size:14px;
	font-weight:bold;
  color: #ccc;
}

.styleProductQuantity {
	position:absolute;
	bottom:10px;
	left:10px;
	font-style:italic;
}

.styleProductDescription {
	display:none;
	position:absolute;
	top:45px;
	left:115px;
	font-size:10px;
	height:40px;
 }
 
 
.styleProductWeight {
}

.styleProductImage{
	display: block;
  width: 150px;
  margin: 0 auto;
}

.cartQuantity {
	display:none;
	position:absolute;
	bottom:30px;
	left:10px;
	font-size:10px;
	font-weight:bold; 
}
 
 
.styleProductBuyNow {
 	position:absolute;
	bottom:17px;
	text-align: center;
  width: 140px;
  padding: 0 40px;
}

.paginacionProductos /*numero de paginas de productos, debajo de un listad0*/ {
	width:670px;	
	clear:both;
	padding:2px;
  padding-top: 10px;
}

.paginacionProductos .smallText{
	font-size:11px;
	color:#cc0000;
}

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: #ff0000;
}


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

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

h1 {
	font-size:20px;
	color:#cc3333;
	margin:5px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
	padding:5px;
}

h2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#cc3333;
	margin:5px 0px 10px 0px;
	border-bottom: 1px solid #CCCCCC;
	padding:5px;
}

a { 
	color:#333333; 
	text-decoration: none; 
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

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

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

#contenido p{
	font-size:12px;
	color:#444444;
	line-height:16px;
}

li {
	font-size:12px;
	color:#444444;
	line-height:16px;
	margin: 5px 0px;
	list-style-image: url(/imgTemplate/vinyeta.gif);
}

#contenido td {
	font-size:12px;
	color:#444444;
	line-height:16px;
	padding:0px;
}

#contenido b, #contenido strong {
	color:#810e17;
}

#contenido td img {
	padding:0px 5px;	
	z-index:10;
}



#contenido td h3 {
	font-size:14px;
	margin:0px;
	padding:0px 3px;
	color:#cc3333;
}

td hr {
	padding:0px;
	margin: 3px 0px;
}



