body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Calibri', Arial, sans-serif;
	font-weight: 300;
}
a img{
	border: 0 !important;
}
img{
	max-width: 100%;
}
h1{
	color: #1A171B;
	margin: 0;
	font-weight: bold;
	font-size: 1.8rem;
}
h2{
	color: #1A171B;
	margin: 0;
	font-weight: normal;
	font-size: 3.8rem;
}
h3{
	color: #1A171B;
	margin: 0;
	font-weight: bold;
	font-size: 6.8rem;
}
h4{
	color: #1A171B;
	margin: 0;
	font-weight: bold;
	font-size: 2.0rem;
}
h5{
	color: #1A171B;
	margin: 0;
	font-size: 1.5rem;
	font-weight: normal;
}
h5 a{
	text-decoration: none;
	color: #1A171B;
}
h6{
	color: #1A171B;
	margin: 0;
	font-weight: bold;
	font-size: 1.0rem;
}
p{
	margin: 10px 0;
	font-size: 0.8em;
	color: #1A171B;
}
.content{
	max-width: 1440px;
	margin: 0 auto;
	z-index:1;
}
#header{
	float: left;
	width: 100%;
	height: 105px;
	background: #292929 url("../../../img/header_l.png") no-repeat left top;
}
#header .bg{
	width: 100%;
	height: 100%;
	float: left;
	background: url("../../../img/header_r.png") no-repeat right top;
}
#header .social ul li.face a{
	background-position: top left;
}
#header .social ul li.face a:hover{
	background-position: bottom left;
}
#header .social ul li.twitter a{
	background-position: top right;
}
#header .social ul li.twitter a:hover{
	background-position: bottom right;
}
#logo{
	float: left;
	margin-top: 10px;
}

span.ico{
	float: left;
	background: url("../../../img/iconos.png") no-repeat;
}
span.ico.carrito{
	width: 18px;
	height: 14px;
	background-position: left top;
}
span.ico.estrella{
	width: 13px;
	height: 14px;
	margin-right: 2px;
	background-position: right top;
}
span.ico.tel{
	width: 18px;
	height: 17px;
	background-position: left -15px;
	margin-right: 5px;
}
span.ico.mail{
	width: 18px;
	height: 17px;
	background-position: left -32px;
	margin-right: 5px;
}
span.ico.home{
	width: 18px;
	height: 17px;
	background-position: left -50px;
	margin-right: 5px;
}
#main{
	float: left;
	width: 100%;
	margin: 10px 0;
}
#main .cabecera{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
#main .cabecera .top{
	float: left;
	width: 50%;
	height: 130px;
	margin-bottom: 5px;
}
#main .cabecera .top .cont{
	padding: 13px 10px 0px 0px;
	text-align: left;
}
#main .cabecera .top h2{
	margin: 0;
	color: #333;
	font-size: 4.0rem;
}

#main .cabecera .top_l{
	float: left;
	width: 75%;
	height: 130px;
	margin-bottom: 5px;
}
#main .cabecera .top_l .cont{
	padding: 13px 10px 0px 0px;
	text-align: left;
}
#main .cabecera .top_l h2{
	margin: 0;
	color: #333;
	font-size: 6.0rem;
}
@media screen and (max-width: 1440px) {
	#main .cabecera .top_l{
	float: left;
	width: 75%;
	height: 130px;
	margin-bottom: 5px;
	}
	#main .cabecera .top_l .cont{
		padding: 13px 10px 0px 0px;
		text-align: left;
	}
	#main .cabecera .top_l h2{
		margin: 0;
		color: #333;
		font-size: 7.2rem;
	}
}
@media screen and (max-width: 1024px) {
	#main .cabecera .top_l{
	float: left;
	width: 75%;
	height: 130px;
	margin-bottom: 5px;
	}
	#main .cabecera .top_l .cont{
		padding: 13px 10px 0px 0px;
		text-align: left;
	}
	#main .cabecera .top_l h2{
		margin: 0;
		color: #333;
		font-size: 5.0rem;
	}
}
@media screen and (max-width: 800px){
	#main .cabecera .top_l{
	float: left;
	width: 75%;
	height: 130px;
	margin-bottom: 5px;
	}
	#main .cabecera .top_l .cont{
		padding: 13px 10px 0px 0px;
		text-align: left;
	}
	#main .cabecera .top_l h2{
		margin: 0;
		color: #333;
		font-size: 3.0rem;
	}
}

#main .cabecera .top_l h2 a{
	color: #333;
	text-decoration: none;
}
#main .cabecera .top_r{
	float: left;
	width: 25%;
	height: 130px;
	margin-bottom: 5px;
}
#main .cabecera .top_r .cont{
	padding: 13px 0px 0px 10px;
	text-align: right;
	vertical-align: bottom;
}

.separa_sombra{
	background: url("../../../img/separa_sombra.png") no-repeat;
	width: 100%;
	height: 10px;
	float: left;
}
.cuerpo_central{
	float: left;
	width: 100%;
}
.cuerpo_central .foto{
	float: left;
	width: 100%;
	margin:0px 0px 45px 0px;
	display:block;
}
.cuerpo_central .foto_c01{
	float: left;
	width: 27%;
	margin:0px 85px 45px 0px;
	display:block;
}
.cuerpo_central .foto_c02{
	float: left;
	width: 27%;
	margin:0px 85px 45px 0px;
	display:block;
}
.cuerpo_central .foto_c03{
	float: left;
	width: 27%;
	margin:0px 85px 45px 0px;
	display:block;
}
.cuerpo_central .texto{
	overflow: auto;
	float: left;
	width: 98%;
	margin: 0px 25px 45px 25px;
	display: block;
	font-size: 1.8em;
	text-align: justify;
}
.cuerpo_central .texto a{
	text-decoration: none;
	color: #1A171B;
}
.cuerpo_central .agus{
	width: 100%;
	float: left;
}
.cuerpo_central .agus .columna_izquierda_01{
	float:left;
	width:25%;
	margin:0px 0px 45px 0px;
	display:block;
}
.cuerpo_central .agus .columna_derecha_01{
	float:left;
	width:73%;
	margin:0px 0px 45px 15px;
	display:block;
}
.cuerpo_central .cesar{
	width: 100%;
	float: left;
}
.cuerpo_central .cesar .columna_izquierda_01{
	float:left;
	width:73%;
	margin:0px 0px 45px 0px;
	display:block;
}
.cuerpo_central .cesar .columna_derecha_01{
	float:left;
	width:25%;
	margin:0px 0px 45px 15px;
	display:block;
}
.cuerpo_central .donar{
	float: left;
	width: 100%;
	background-color: #CCC;
	height: 120px;
}
.cuerpo_central .donar .donar_c1{
	float: left;
	width: 30%;
	margin:15px 0px 0px 15px;
}
.cuerpo_central .donar .donar_c2{
	float: left;
	width: 30%;
	margin:15px 0px 0px 15px;	
}
.cuerpo_central .donar .donar_c3{
	float: left;
	width: 30%;
	margin:15px 0px 0px 15px;	
}
.cuerpo_central .redes_sociales{
	float: left;
	width: 100%;
}
.cuerpo_central .redes_sociales .agus{
	float: left;
	width: 50%;
}
.cuerpo_central .redes_sociales .cesar{
	float: left;
	width: 50%;
}

/*listado modo listado fin*/

.boton_comprar{
	border: 1px solid #00B1E6;
	background: url("../../../img/top_bg.jpg") repeat-x;
	height: 18px;
	padding: 2px 6px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 4px;
	float: left;
}
.boton_comprar:hover{
	background: #59A4F7;
}
.slider{
	float: left;
	width: 100%;
}
.bloque{
	float: left;
	background: url("../../../img/caja_degradado.jpg") repeat-x center bottom #FCFDFD;
	border: 1px solid #CCCCCB;
	width: 84%;
	padding: 5% 8%;
	margin: 0 0 15px;
}
.bloque h2{
	margin: 0;
	color: #00B1E6;
	font-size: 0.8em;
}
.bloque h2 a{
	border: 0;
	color: #00B1E6;
}
.bloque h2 a:hover{}
.bloque p{
	margin: 5px 0;
	color: #87888A;
	font-size: 0.7em;
}
.bloque input{
	border: 1px solid #ADAFB1;
	background: #FFF;
	padding: 4px 3px;
	margin: 0;
	float: left;
	color: #87888A;
	font-size: 0.7em;
	width: 100px;
	margin-right: 7px;
}
.bloque input[type="submit"]{
	border: 1px solid #00B1E6;
	background: url("../../../img/top_bg.jpg") repeat-x;
	height: 22px;
	padding: 2px 6px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 0.7em;
	float: left;
	cursor: pointer;
	width: 50px;
}
.bloque input[type="submit"]:hover{
	background: #59A4F7;
}
#footer{
	float: left;
	width: 100%;
	background: #292929 url("../../../img/footer_l.png") no-repeat left top;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .bg{
	width: 100%;
	height: 100%;
	float: left;
	background: url("../../../img/footer_r.png") no-repeat right bottom;
}
#footer h1{
	color: #4B9F45;
}
#footer .left{
	width: 655px;
	float: left;
}
#footer .left .mapa .map:first-child{
	margin-right: 25px;
}
#footer .left .map{
	float: left;
	width: 315px;
}
#footer .left ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .left ul li{
	float: left;
	width: 100%;
	font-size: 1em;
	margin-bottom: 12px;
}
#footer .left ul li a{
	color: #4B9F45;
	text-decoration: none;
	border-bottom: 2px #999999 solid;
	float: left;
	width: 100%;
}
#footer .left ul li a:hover{
	color: #ccc;
}
#footer .left ul ul{
	float: left;
	width: 100%;
	padding-top: 4px;
}
#footer .left ul ul li{
	font-size: 0.8em;
	margin-bottom: 0;
	margin-top: 1px;
	background: url("../../../img/vinieta.png") no-repeat center left;
}
#footer .left ul ul li a{
	color: #fff;
	border: 0;
	width: auto;
	padding-left: 10px;
}
#footer .right{
	float: right;
	width: 310px;
}
#footer .right h1{
	margin-bottom: 0;
}
#footer .right p{
	font-size: 1.2em;
	color: #fff;
	margin: 0;
}
#footer .right .social_p{
	float: left;
	width: 100%;
	margin-top: 20px;
}
#footer .right .social_p ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .right .social_p ul li{
	float: left;
	width: 57px;
	height: 57px;
	background: url("../../../img/social_logo_g.png") no-repeat;
	margin-left: 25px;
}
#footer .right .social_p ul li:first-child{
	margin-left: 0;
}
#footer .right .social_p ul li a{
	float: left;
	width: 100%;
	height: 100%;
}
#footer .right .social_p ul li.face{
	background-position: top left;
}
#footer .right .social_p ul li.face:hover{
	background-position: bottom left;
}
#footer .right .social_p ul li.twitter{
	background-position: -57px 0;
}
#footer .right .social_p ul li.twitter:hover{
	background-position: -57px -57px;
}
#footer .right .social_p ul li.vimeo{
	background-position: -114px 0;
}
#footer .right .social_p ul li.vimeo:hover{
	background-position: -114px -57px;
}
#footer .right .social_p ul li.id_l{
	background-position: -171px 0;
}
#footer .right .social_p ul li.id_l:hover{
	background-position: -171px -57px;
}
.vermas{
	float: left;
	height: 29px;
	background: url("../../../img/botones.png") no-repeat top left;
	padding-left: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}
button.vermas, input.vermas{
	border: 0;
	padding: 0 0 0 4px;
	cursor: pointer;
	font-size: 0.75em;
}
button.vermas span, input.vermas span{
	padding-top: 6px;
	height: 23px;
}
.vermas span{
	float: left;
	height: 25px;
	padding-right: 7px;
	padding-left: 3px;
	padding-top: 4px;
	background: url("../../../img/botones.png") no-repeat 100% -29px;
}
.vermas:hover{
	background: url("../../../img/botones.png") no-repeat 0 -58px;
}
.vermas:hover span{
	background: url("../../../img/botones.png") no-repeat 100% -87px;
}
/* botones narajnas */
.vermas.nrga{
	background: url("../../../img/botones.png") no-repeat 0 -116px;
}
.vermas.nrga span{
	background: url("../../../img/botones.png") no-repeat 100% -145px;
}
.vermas.nrga:hover{
	background: url("../../../img/botones.png") no-repeat 0 -174px;
}
.vermas.nrga:hover span{
	background: url("../../../img/botones.png") no-repeat 100% -203px;
}
/* botones narajnas 1 */
.vermas.nrga1{
	background: url("../../../img/botones.png") no-repeat 0 -232px;	
}
.vermas.nrga1 span{
	background: url("../../../img/botones.png") no-repeat 100% -261px;
}
.vermas.nrga1:hover{
	background: url("../../../img/botones.png") no-repeat 0 -290px;
}
.vermas.nrga1:hover span{
	background: url("../../../img/botones.png") no-repeat 100% -319px;
}
/* botones rojo */
.vermas.rjo{
	background: url("../../../img/botones.png") no-repeat 0 -232px;
}
.vermas.rjo span{
	background: url("../../../img/botones.png") no-repeat 100% -261px;
}
.vermas.rjo:hover{
	background: url("../../../img/botones.png") no-repeat 0 -290px;
}
.vermas.rjo:hover span{
	background: url("../../../img/botones.png") no-repeat 100% -319px;
}
.filtros{
	float: left;
	width: 100%;
	border: 1px solid #CCCCCB;
}

.filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
.box 
{
	display: none;
	position: fixed;
	top: 35%;
	left: 35%;
	width: 300px;
	height: 110px;
	padding: 30px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}
.box select{
	margin: 20px 10px 20px 0px;
	border: 1px solid #87888A;
	background-color: #FFF;
	height:33px;
	color: #87888A;
	font-size: 0.75em;
	width: 200px;	
}
.box .boton_comprar{
	border: 1px solid #00B1E6;
	background: url("../img/top_bg.jpg") repeat-x;
	height: 18px;
	padding: 2px 6px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 4px;
	float: left;
}
.box .boton_comprar:hover{
	background: #59A4F7;
}

.box .boxtitle
{
	color: #fff;
    font-size: 0.75em;
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:360px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background: rgba(0, 0, 0, 0) url("../img/top_bg.jpg") repeat-x scroll 0 0;
	text-align:center;
}
#loading-filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#loading-box 
{
	display: none;
	position: fixed;
	top:25%;
	left:40%;
	width: 100px;
	height: 90px;
	padding: 10px;
	margin:0;
	border: 2px solid #00AAE7;
	background-color: white;
	text-align:center;
	z-index:101;
	overflow: none;
}