@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.thrColFixHdr #container { 
	position:relative;
	/* max-width: 940px; ;  using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	position:relative;
	
	padding: 0px 0px 0px 0px;
	background-position:center;
	background-image:url(images/cap_bg.jpg);
	background-size:cover;

} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header h1#tit_pag {
	/*
	position:absolute;
	top:350px;
	left:30px;
	*/
	margin:0px;
	padding:0px;
	padding-top:15px;
	background-image:none;
	background-color:none;
	font-size:34px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:700;
	text-shadow:2px 2px #000000;
}
.thrColFixHdr #sidebar1 {


	border: none;

}
.thrColFixHdr #sidebar2 {
	
}
.thrColFixHdr #mainContent { 

} 
.thrColFixHdr #footer { 
	
} 
#divinf {
	
	color:#fff;
	text-align:left;
	min-height:177px;
	background-color:#000;
	background-image:url(../images/peu_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	
}

#divinf p {
	font-size:11px;
}
#divinf p a {
	color:#97c838;
	text-decoration:none;
}
#divinf p a:hover {
	color:#ccff68;
}
#menuinf {
	margin: 15px 0 10px 0;
	text-align:center;
}
#menuinf a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

h1 {


}
#mainContent h3, #mainContent  h4  {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6f9f28;
	margin-top:15px;
}
#mainContent h3 {
font-size:36px;
}
#mainContent h4 {
font-size:24px;
}
#sidebar1 h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	line-height:32px;
	margin: 20px 0 0 15px;
	color:#6f9f28;
}
h6 {
	font-size:14px;
	color:#003300;
	margin:0px;
	padding:0px;
}

hr {
	border: 1px solid #CCCCCC;
	width:100%;
	height:1px;


}
#menuTienda {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	list-style-type:none;

	line-height:34px;
/*position:absolute;
	top:403px;
*/
}

/* boton  */
#btnMenu {
	background-color:#8bb833;
	margin-bottom:15px;
	margin-left:15px;
}

/* boton menu desplegado 
button.navbar-toggler.collapsed {
	
	color:#fff;
}*/
#menuTienda li {
padding:0px;margin:0px;	
}
#menuTienda li a {
	text-decoration:none;
	color:#000000;
	display:block;
	background-color:#8bb833;
	padding:0px 10px 0px 10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	text-transform:uppercase;
	background-image:url(images/menu_bg_of.gif);
	margin-right:5px;
}

@media (max-width: 768px) {
	#menuTienda li a {
		border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-right-radius:0px;
		-moz-border-radius-topright:0px;
		margin-right:0px;
		
	}
}
#menuTienda li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#529212;
	background-image:url(images/menu_bg_on.gif);
}
.caja_izq input,
.caja_izq select {
width:100%;
padding:5px;
}
.caja_izq input.btnbusc {
	width:107px;
	height: 31px;
	padding:0px;
}
.caja_izq a.masopc {
	color:#000;
	text-decoration:none;
	margin:15px 0px;
	display:block;	
}
#band-cookies-close {
width:32px !important;
height:32px !important;

}
.caja_izq [data-toggle="collapse"] > span.arrow:before {  
  content: url(/images/arrow-down.png);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.caja_izq [data-toggle="collapse"].collapsed > span.arrow:before {
  content: url(/images/arrow-down.png);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#idiomasDiv {
	font-size:10px;
	
	vertical-align:middle;
}
#idiomasDiv img {
	
	vertical-align:middle;

}

a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#006837;
}
/* FORMULARIOS */

.caja_izq {
	background-color:#6d9d27;
	background-image:url(images/bg_caixa.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	border-radius:15px;
	-moz-border-radius:15px;
	padding:15px;
}

/* FORMULARIOS DEL CONTENIDO */
.form_cont {
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;

}
.form_cont div {
	margin-bottom:5px;
	width:100%;

}
.form_cont label {
	width:100%;
}
.form_cont input, .form_cont textarea {
	width:100%;
}
.form_cont .formBt { /* boton generico */
	min-width:100px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	background-color:#003300;
	padding:10px;
	cursor:pointer;
	


}
.form_cont .formBt:hover {
	background-color:#006600;
	
}

.form_cont .formBt_a { /* boton añadir */
	width:100px;
	text-align:left;
	padding-left:25px;
	background-color:#FFFFFF;
	height:25px;
	background-image:url(/images/agregar.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
}

.form_cont .formBt_m { /* boton modificar */
	width:100px;
	text-align:left;
	padding-left:28px;
	background-color:#FFFFFF;
	height:25px;
	background-image:url(/images/modificar.gif);
	background-repeat:no-repeat;
	background-position:left;
	border:none;
}

/* FIN FORMULARIOS CONTENIDO */

/* LISTADOS */
TABLE.listado {
	font-size:12px;
	width:510px !important; 
	width:504px;
	padding:0px 0px 0px 0px;
	margin-top:0px;
	margin-left:5px;
	margin-right:0px;
	margin-bottom:0px;
	border-bottom: 1px solid #003300;
	border-left: 1px solid #003300;
	border-right: 1px solid #003300;
}

TABLE.listado caption {
	font-size:16px;
	font-weight:bold;
	color:#003300;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;

}


TABLE.listado th {
	background-color:#003300;
	color:white;
	font-size:12px;
	padding:5px 5px 5px 5px;
}
TABLE.listado td {
	padding:5px 5px 5px 5px;
}

TABLE.listado TR.over {
	background-color: #e4fda5;

}
TABLE.listado TR.out {
	background-color: #FFFFFF;
}

.pieListado {
	font-size:10px;
	text-align:center;
	margin:5px 5px 5px 5px;
}

.paginacionDiv {
	position:relative;
	float:right;
	font-size:10px;
	width:200px;
	height:34px;
	line-height:34px;
	background-color:#96c638;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.paginacion2Div {
	position:relative;
	float:right;
	font-size:10px;
	width:200px;
	height:34px;
	line-height:34px;
	background-color:#96c638;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	
}


.paginacionDiv img, .paginacion2Div img  {
	
	border:none;
	float:left;
	margin:3px;
	
}
.listpages {
	position:relative;
	display:block;
	width:100%;
	text-align:center;
	margin:5px 0px ;
	padding:0px 0px;
	font-size:16px;
	
}
.listpages a {
	display:inline-block;
	text-decoration:none;
	background-color:#006600;
	color:#fff;
	padding:5px;
	min-width:30px;
	-moz-border-radius:15px;
	border-radius:15px;
	margin:5px;
}
.listpages a:hover {
	
	background-color:#003300;
}
.listpages span {
	font-weight:bold;
	display:inline-block;
	background-color:#ccc;
	color:#000;
	padding:5px;
	min-width:30px;
	-moz-border-radius:15px;
	border-radius:15px;
	margin:5px;
	
}
/* FIN LISTADOS */

/* PRODUCTOS DESTACADOS */
#destacados {
	/*
	position:absolute;
	left:412px;
	top:25px;
	*/
	
	margin:0px auto 15px auto;
}

.destacadosTxt {
	/*position:absolute;
	top:0px;
	left:0px;
	
	margin-top:20px;float:left;
	*/
}
#destacados_cont {
	min-height:360px;
	position:relative;
	/*
	position:absolute;
	top:20px;
	left:38px;
	
	margin:20px 0px 0px 38px;
	*/
	
	
}
#destacados_pagin {
	/*
	position:absolute;
	top:340px;
	left:334px;
	*/
	width:160px;
	height:34px;
	line-height:34px;
	background-color:#96c638;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	text-align:center;
	font-size:12px;
	font-weight:bold;

}

#menuDestacados {	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:0px;
	/*
	position:absolute;
	top:0px;
	*/
	line-height:20px;
	clear:right;
}
#menuDestacados li {	
	padding:5px 5px 0 0;
	float:left;
}

#menuDestacados li a {

	text-decoration:none;
	color:#000000;
	display:block;
	background-color:#8bb833;
	padding:0px 5px 0px 5px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	text-transform:uppercase;
	background-image:url(images/menu_bg_of.gif);
}

#menuDestacados li a:hover {	

	text-decoration:none;
	color:#fff;
	background-color:#529212;
	background-image:url(images/menu_bg_on.gif);
}

#menuDestacados li a.tipodessel {
	color:#fff;
	background-color:#529212;
	background-image:url(images/menu_bg_on.gif);
}


#destacados_addbt {
	margin-left:10px;
}

 
#destacados_img {
	background-color:#fff;
	text-align:center;
	
}

#dest_loading {
	position:absolute;top:50%;left:50%;
	
	margin:-12px 0 0 -12px;display:none;
}
/*
#pelota_cap {
	position:absolute;
	top:279px;
	left:613px;
	width:131px;
	height:131px;
}
*/
/* FIN PRODUCTOS DESTACADOS */

/* CARRITOS DE LA COMPRA */
.mini_cart_opt_list {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px solid #CCCCCC;
}
.mini_cart_opt_list:first-child {
	border-top:none;
}
.mini_cart_opt_list img {
	margin:5px 5px 5px 0px;
}
.mini_cart_preciot {
	padding:10px;
	border-top:2px solid #CCCCCC;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	display:inline-block;
	width:100%;
	
}
.mini_cart_formBT {
	width:100%;
	
	border-radius:15px;
	-moz-border-radius:15px;
	cursor:pointer;
	height:30px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	background-color:#003300;
	font-size:12px;
	line-height:20px;
}
.mini_cart_formBT:hover {
	background-color:#006600;
	
}

#mini_carrito {
	/*position:absolute;
	top:412px;
	left:729px;
	*/
	display:inline-block;
	margin-top:20px;
	/*overflow:hidden;*/
	background-image:url(images/carrito_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:12px;
	color:#fff;
	width:160px;
	border-radius:15px;
	-moz-border-radius:15px;
}
#mini_carrito #moredata {
	/*
	position:absolute;
	top:70px;
	left:17px;
	*/
	width:160px;
	display:inline-block;
	
	background-color:#6d9d27;
	background-image:url(images/bg_caixa.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#fff;
	border-radius:15px;
	-moz-border-radius:15px;
	
	text-align:left;
}
#mini_carrito strong {
	color: #6f9f28;	
}

#mini_carrito div.info_carrito_mp {
	padding:11px 0px 20px 50px;
	margin: 0px 0px;	
	text-align:left;
}
/* FIN CARRITOS DE LA COMPRA */
#ruta {
	
	
	font-size:10px;

}
.listado_precios {
	display:inline-block;
	text-align:left;
	background-image:url(images/listado_precios.gif);
	margin-top:30px;
	font-size:11px;
	width:160px;
	overflow:hidden;
	line-height:22px;
	padding:5px 0px 5px 35px
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bt_add_cart_off {
	background-position:left;
	background-repeat:no-repeat;
	border:none;
	height:32px;
	width:117px;
	padding:0px;
	cursor:pointer;
	background-color:#e9e9e9;
	

}
.productoListDiv {
display:block;
margin-bottom:20px;
}
.productoListDiv  h6 {
	font-size:18px;
	font-weight:bold;
}

.colorA {
color:#6f9f28;	
}
 .noprint {
 display:block;
 }
