/*--------------- ESTILOS PARA SHOP ----------------------*/


.googleMark{
	height:115px;
	background-color:#ffffff;
	font-size:11px;
}
.googleMark a{
	font-size:11px;
	color:#990000;
	text-decoration:none;
}
.googleMark a:hover{
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}

#carrito{
	margin: 11px 0px 0px 790px;
	padding:10px 10px 10px 10px;
	position:absolute;
	width:160px;
	height:auto;
	background:#FFFFFF;
	top:10px;	
	left: 10px;
	border: 1px solid #CCCCCC;
		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	text-align:left;
	float: right;

	/*background-image:url(../site/shop/img/carrito.png);*/

}
#carrito p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	text-align:left;
	
}

#carrito a{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
	text-align:left;

}
#carrito a:hover{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	text-align:left;

}


/*LOGO______*/
#logo{
background-image:url(../site/shop2/img/fondo_logo_carrito.png);
	margin: 0px 0px 0px 790px;
	padding:5px 10px 10px 10px;
	position:absolute;
	width:160px;
	height:90px;
	top:20px;	
	left: 10px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
	text-align:left;
	float: right;
	/*background-image:url(../site/shop/img/carrito.png);*/

}

/*----------------------------____________________CATEGORIAS_________________--------------------------------*/

#categorias{
	margin: 265px 0px 0px 790px;
	padding:0px 0px 0px 0px;
	width:180px;
	/*height:200px;*/
	/*background: #990000;*/
	position:absolute;
	top: 15px;	
	left: 10px;
	border-top: 1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

#categorias p{
	display:none;
}

#categorias ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#categorias ul,li {
	margin:0px;
	border-bottom:#FFFFFF 1px solid;

}

#categorias ul li a{
	display:block;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;*/
	color: #FFFFFF;
	text-decoration:none;
	line-height: 20px;
	text-align:left;
	 background-color: #333333;
	 width:170px;
	 padding:2px 0px 2px 10px;
}

#categorias ul li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 20px;
	text-align:left;
	background-color: #000000;
}
/*VOLVER*/

.back {
	overflow:hidden;
	background-color: #CC0000;
	border: 1px solid #CC0000;
	width: 580px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin:0px 0px 0px 0px;
	text-decoration: none;
}

.back a{
	overflow:hidden;
	background-color: #CC0000;
	border: 1px solid #CC0000;
	width: 580px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin:0px 0px 0px 0px;
	text-decoration: none;
}
.back a:hover{
	overflow:hidden;
	background-color: #000000;
	border: 1px solid #CC0000;
	width: 580px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	margin:0px 0px 0px 0px;
	text-decoration: none;
}

/*--------------------IMAGENES PORTADA DE LA TIENDA______________________A*/

.contenedorimageneshop {
	overflow:hidden;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 580px;
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;	
}


.imgshop{
	 background-image:url(../site/shop/img/fondo_imagenes.png);
	 width:160px;
	 height:175px;
	 border: 1px solid #666666;
	 padding:5px 5px 10px 5px;
	 float:left;
	 margin:9px;

}


.imgshop:hover{
 width:160px;
  height:175px;

 border: 1px solid  #FF0000;
 padding:5px 5px 10px 5px;
 background-color:#F5F5F5;


}
.imgshop img{
 border: 1px solid #000000;

}

.producto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	margin:5px 0px 0px 0px;
	text-decoration:underline;

}
.producto a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	margin:5px 0px 0px 0px;
		text-decoration:underline;


}
.producto a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin:5px 0px 0px 0px;
		text-decoration:underline;


}
.precio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin:5px 0px 0px 0px;

}
.preciodescuento{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin:5px 0px 0px 0px;

}
.comprar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	margin:5px 0px 0px 0px;

}
.comprar a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	margin:5px 0px 0px 0px;

}
.comprar a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	margin:5px 0px 0px 0px;

}

/*-----------PRODUCTO DETALLE--------------*/

.contenedordescripcion {
	background-color: #FFFFFF;
	width: 380px;	
}



.bordeimg{
 width:380px;
  height:285px;
 border: 1px solid #000000;
 float:left;
 position:absolute;
 

}
.bordetabla{

 border: 1px solid  #666666;
 background-color:#FFFFFF;
 padding:10px;
 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	line-height: 16px;
	text-align:left;

}

.bordetabla a{

 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
	line-height: 16px;
	text-align:left;

}

.bordetabla a:hover{

 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
	line-height: 16px;
	text-align:left;

}

.bordetablaup{

 border: 1px solid   #000000;
 background-color: #000000;
 padding:10px;
 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 16px;
	text-align:left;

}


.paginacionpro{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	width: 160px;
	height:265px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float:right;


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration:none;
	line-height: 16px;
	text-align:left;

}

.paginacionpro p{
	line-height: 0px;

}
.paginacionpro a{
	padding: 5px 5px 5px 5px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;


}
.paginacionpro a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	background-color:#CCCCCC;
	padding: 5px 5px 5px 5px;

	color: #000000;

}



/*LISTADO CARRITO___________________________*/

.listadoproducto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	line-height: 16px;
	text-align:left;
	text-decoration:none;
}

.listadoproducto a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-decoration:none;
	line-height: 16px;
	text-align:left;
	text-decoration:none;
}

.listadoproducto a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	line-height: 16px;
	text-align:left;
	text-decoration:none;
}

#puntos_venta{

	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	color:#000000;


}
#puntos_venta a{
color: #000000;
		font-size: 11px;
	font-weight: bold;
	text-decoration:none;


}

#puntos_venta a:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF


}


#categorias{
	margin: 265px 0px 0px 790px;
	padding:0px 0px 0px 0px;
	width:180px;
	/*height:200px;*/
	/*background: #990000;*/
	position:absolute;
	top: 15px;	
	left: 10px;
	border-top: 1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

#categorias p{
	display:none;
}

#categorias ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

#categorias ul,li {
	margin:0px;
	border-bottom:#FFFFFF 1px solid;

}

#categorias ul li a{
	display:block;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;*/
	color: #FFFFFF;
	text-decoration:none;
	line-height: 20px;
	text-align:left;
	 background-color: #333333;
	 width:170px;
	 padding:2px 0px 2px 10px;
}

#categorias ul li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 20px;
	text-align:left;
	background-color: #000000;
}









/*___________________________________FORMULARIO_________________________________________*/

.formdetalleshop{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin:5px 0px 0px 0px;
}
.botonshop{
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	/*line-height: 16px;*/
	padding:5px;
	margin-bottom:15px;
	cursor: pointer;
}

.botonshop:hover{
	background-color: #CC0000;
}
.selector{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}