/* CSS Document */



body {
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
	margin:0px;
	padding:0px;
	font-size:11px;
	background:#1d1e1c url(imgTemplate/fondoBody.jpg) top center repeat-x;
}

#container {
	position:relative;
	width:999px;
	text-align:left;
	margin:auto;	
	overflow:hidden;
}

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

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

#logo {
	position:absolute;
	top:10px;
	left:10px;
}

#flashCabecera {
	position:relative;
}

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

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

#menuCabecera {
	position:absolute;
	padding:5px 0px 0px 0px;
	width:999px;
	text-align:center;
	bottom:3px;
	left:0px;
}

.botonCabecera {
	position:relative;
	width:160px;
	height:40px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold; 
	text-align:right;
}
 
.botonCabecera a {
	color:#444444;
	font-family:verdana;
	font-size:12px;
	font-weight:bold; 
 	text-decoration:none;
}
 
.botonCabecera a:hover {
	color:#111111;
	font-family:verdana;
	font-size:12px;
	font-weight:bold; 
 	text-decoration:underline;
}

#login_box {
	position:absolute; 
	top:55px; 
	left:350px; 
	border:1px solid #999; 
	background:#f9cde7; 
	-moz-border-radius:3px; 
	padding:10px;
}
 
/* --------------- 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:Verdana, Arial, Helvetica, sans-serif;
	color:#216907;
	padding:0px 10px 0px 10px;
}

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

#cuerpo {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:999px;
	background:url(imgTemplate/fondoCuerpo.gif);
}

#contenido {
	position:relative;
	float:right;
	margin-right: 44px;
	width: 630px;
	padding:0px 20px;
}

#contenido .infoBoxHeading{
	background:none;
	color:#333;
}

#separador {
	clear:left;
}

.category_desc {
    padding-top:10px;
	font-size:11px;
	line-height:16px;
}

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

#pie #info {
 	position:absolute;
 	top:47px;
 	right:147px;
}

#pie #info a{ 	
	color:#fff;
}


#pie #tarjetas {
 	position:absolute;
 	top:35px;
 	left:70px;
}

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

#tabla2 {
      position:relative;
      width:300px;
      height:208px;
      float:right;
}

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

#lateralIzq {
 	position:relative;
	margin-left:46px;
	float:left;
	width:239px;
	display: inline;
	text-align:left;	
}

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

.numSubSec {
	display:none;
	font:Verdana, 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:#999;
}

.categoria1 a:hover {
	color:#666;
}

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

.infoBoxHeading {
	width:239px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin: 0px 0px 0px 0px;
	background:url(imgTemplate/infoboxheading.gif);
	text-align:left;
}

.infoBoxHeading td{
        padding-left:10px;
        padding-bottom:0px;
}

/*Box*/
.infoBoxHeading td a{
	color:#ddd;	
}

.infoBoxHeading td a:hover{
	color:#fff;
}

.infoBox {
	
}

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

.infoBoxContents {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:10px 10px 10px 10px;	
}
.infoBoxContents  a:hover /*Categorias en general*/{
	font-weight: bold;
	color: #000000;
}

.boxText {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #555555;
	line-height:18px;
}


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

#carro{
}

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

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

.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: 625px;
	margin-left:5px;
	text-align:center;
}

.elementoSeccion {
	width: 206px;
	height: 270px;
	float: left;
	background:url(imgTemplate/cajaSeccion.jpg);
	margin: 8px 0px 3px 0px;
	position: relative;
	text-align:center;
	display:block;
}

.styleSeccionImage{
 	position:absolute;
 	overflow:hidden;
	width:173px;
	height:172px;
	top:30px;
	left:17px;
}

.styleSeccionName {
	position:absolute;
	top:210px;
	left:25px;
	width:148px;
	padding:0px 5px 0px 5px;
	text-align:center;
}


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

.styleSeccionName a:hover{
	color:#111111;
	text-decoration:underline;
}

/*---------------------------ESTILOS DEL BLOQUE DE PRODUCTOS-----------------------
--------------------------------------------------------------------------------*/

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

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

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

.elementoProducto {
	width: 206px;
	height: 311px;
	position:relative;
	float:left;
	text-align:center;
	margin:0px;
	background:url(imgTemplate/cajaProducto.jpg);
	overflow:hidden;	
}

.styleProductModel {
}

.styleProductName {
	position:absolute;
	top:215px;
	left:20px;	
	font-size:13px;
	font-weight:bold;
	width: 152px;
	padding:0px 5px 0px 5px;
	text-align:center;
	line-height:14px;	
}

.styleProductName a {
	font-size:14px;
	font-weight:normal;
	color:#4c002e;
	text-decoration:none;
}

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

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

.styleProductPrice {
	position:absolute;
	top:247px;
	left:0px;
	text-align:center;	
	font-size:14px;
	font-weight:bold;
	color:#ea51ac;
	width: 206px;
	font-family:arial;
}

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

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

.styleProductImage{
	position:absolute;
	top:29px;
	left:13px;
	width:178px;
	height:178px;
	overflow:hidden;
}

.cartQuantity {
	display:none;
	position:absolute;
	bottom:30px;
	left:10px;
	font-size:10px;
	font-weight:bold; 
}
 
 
.styleProductBuyNow {
 	position:absolute;
	top:265px;
	left:27px;
}


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

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

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

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

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

h1 {
	font-size:20px;
	color:#333;
	margin:0px;
	font-weight:normal;
	font-family:Verdana;
}

h2 {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin:0px;
}

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

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

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


/*-------------------------------FORMULARIO DE FRANQUICIAS-----------------------
------------------------------------------------------------------------------*/


#formulario_franquicia td{
	padding:10px 0px;
	text-align:left;
}


#formulario_franquicia div, #formulario_contacto div {	
	padding:0;
	text-align:left;
	text-indent:0;
	width:600px;
}

#formulario_franquicia li {
	float:left;
}

.titulo_campos li {
	color:black;
	font-size:11px;
	padding-bottom:1px;
	padding-top:10px;
	text-align:left;
	text-indent:4px;
	line-height:22px;
}

li.mitad{	
	width:50%;
}

li.entero {
	margin:0 auto;
	width:90%;
}

li.tercio{
	margin:0 auto;
	width:33%;
}

#formulario_franquicia li.entero input {
	width:100%;
}

#formulario_franquicia ul, #formulario_franquicia li {
	list-style-type:none;
	margin:0;
	padding:0;
}

input.boton_enviar{
	width:110px;
	margin-top:15px;
}

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