@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Libre+Baskerville:400,400i|Open+Sans');

body{
	font-family: 'Open Sans', sans-serif;
}

.espacio-cincuenta{
	height:50px;
	overflow:auto;
}

.espacio-quince{
	height:15px;
	overflow:auto;
}

.espacio-veinte{
	height:20px;
	overflow:auto;
}

.espacio-veinticinco{
	height:25px;
	overflow:auto;
}

.content {
	/*background: #eaeaea;*/
	/*padding: 10px;   */
}

.clear{
    clear:both;
}

.center{
    text-align:center;
    }


.titulo{
	font-weight:bold;
	text-align:center;
	font-family: 'Lato', sans-serif;	
	font-size:2em;
	margin-top:30px;
}

.subtitulo{
	font-family: 'Libre Baskerville', serif;
	text-align:center;
	font-style:italic;
	margin-bottom:30px;	
	color:#999999;
}



/*------------------TOPBAR-----------------------------------*/
.topbar{
    background:#ffffff;
 /*   border-bottom:1px solid #3b3b3b;*/
 box-shadow:0px 10px 10px #000;
}

.logo{
	padding-top:10px;
}
.logo img{
    max-width:90%;
    }

.buscador{
	text-align:center;
	padding:10px;
}

.buscador select{
	border: 1px solid #e6e6e6!important;
    border-left: 0;
    box-shadow: none!important;
    outline: none!important;
    color: #555;
    padding: 8px;
    padding-right: 40px;
    box-shadow: none;
    border-radius: 0!important;
    font-size: 14px;
    line-height: 21px;
    min-height: 39px;	
	margin-top:0px;
}

.buscador input{
	border: 1px solid #e6e6e6!important;
    border-left: 0;
    box-shadow: none!important;
    outline: none!important;
    color: #555;
    padding: 8px;
    padding-right: 40px;
    box-shadow: none;
    border-radius: 0!important;
    font-size: 14px;
    line-height: 21px;
    min-height: 39px;	
}

.buscador input[type="button"]{
	background:#daad58;
	text-align:center;
	}

.salir{
	
	margin-top:15px;
	}

.login-registro{
	margin-top:12px;
	font-size:0.7em;
	font-family: 'Libre Baskerville', serif;	
	}

.login-registro a{
	color:#daad58;
	text-decoration:none;
	}

.login-registro a:hover{
	color:#488a9a;
	}

.vende-ahora{
	text-align:center;
    /*padding: 5px;*/
    line-height: 1.5!important;
    margin-top:8px;	
	font-family: 'Lato', sans-serif;	
	font-size:0.9em;
	}

.vende-ahora a{
	text-decoration:none;
	color:#ffffff;
	background:#488a9a;	
	padding: .42rem .9rem!important;
    border-radius: .20rem!important;	
	}
	
.vende-ahora a:hover{
	background:#daad58;
}	





/*------------------NAVIGATION-----------------------------------*/
.navigation{
	width: 100%;
    display: block;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);	
	margin-bottom:30px;
    }
	
.navigation ul{}

.navigation ul li{
    display:inline;	
}	
	
.navigation ul li a{
	color: #3b3b3b;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 13px;
    position: relative;	
	text-decoration:none;
    } 

/*------------------HOME-BANNERS-----------------------------------*/

.home-banners{
}

.home-banners img{
	max-width:100%;
	/*margin:10px;	*/
	/*margin-bottom:15px;*/
}

.home-banner{
}

.home-banner1,.home-banner2,.home-banner3,.home-banner4,.home-banner5{
    position:relative;

	margin-bottom:15px;	
}

.home-banner1{	
}
.home-banner2{ 

}
.home-banner3{ 		
}
.home-banner4{ 
}
.home-banner5{ 
}


.home-banner-img img{
    /*z-index: 2;*/
    width: 100%;
    height: 100%;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;	

}
.home-banner-img img:hover{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.home-banner-titulo{
	background: rgba(0,0,0,0.5);
    z-index: 3;
    position: absolute;
    bottom: 4px;
    color: #ffffff;
    padding: 10px 0px;
    font-size: 1em;
    width: 100%;
    text-align: center;
    /*margin:10px;	*/
	padding-bottom:15px;
} 

/*------------------HOME-productos-----------------------------------*/

.home-producto{
	/*margin:5px;*/
    padding:15px;
    overflow:auto;
    /*border:1px solid #fff;*/
	box-shadow:0px 0px 5px #fff;	
	margin:5px;	
}


.home-producto:hover{
	/*background:#eaeaea;*/
    /*border:1px solid #eaeaea;*/
	box-shadow:0px 0px 5px #666;
	margin:5px;
}

.home-producto img{
	max-width:100%;
}

.home-producto-titulo{
	font-family: 'Lato', sans-serif;
	font-size: 1.2em;
}

.home-producto-titulo a{
	color:#666666;
	text-decoration:none;
}

.home-producto-titulo a:hover{
	color:#488a99;
}

.home-producto-tienda{
	font-family: 'Libre Baskerville', serif;	
	font-size: 0.8em;	
	color:#999999;
	margin-top:7px;
}

.home-producto-tienda a{
	color:#999999;	
	text-decoration:none;	
}

.home-producto-tienda a:hover{
	color:#488a99;
}


.home-producto-valoracion{
	margin:5px 0px;
}

.home-producto-precio{
	text-align:right;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	font-size:1.5em;
}

/*------------------FOOTER-----------------------------------*/
.footer{
    background:#eaeaea;
    border-top:1px solid #3b3b3b;
	padding:50px 0px;
	font-size:0.9em;
	color:#4b585c;
    }	
	
.footer img{
	max-width:90%;
	font-size:0.9em;
}	

.footer ul{
	list-style:none;
	padding-left:0px;
	margin-left:10px;
}

.footer ul li{
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}

.footer ul li a{
	text-decoration:none;
	color:#4b585c;
}

.footer ul li a:hover{
	color:#488a9a;
}
	
.subfooter{
	font-size:0.8em;
	padding:10px 0px;
}

.ficha-tienda{}

.ficha-tienda-fondo{
	background:#f6f6f6;
}

.ficha-tienda-logo{
	margin-bottom:10px;
}

.separador{
	border-top:1px solid #eaeaea;
	height:10px;
	margin:10px 0px;
}

.ficha-tienda-nombre{
	font-size:1.5em;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	margin-bottom:10px;
}

.ficha-tienda-datos{
	padding:10px 0px;
	color:#999;	
}

.ficha-tienda-telefono{
	background-image:url(/images/iconos/phone.svg);
	background-position:center left;
	background-size:16px 16px;
	background-repeat:no-repeat;
	padding-left:25px;
	float:left;
	color:#999;

}

.ficha-tienda-direccion{
	background-image:url(/images/iconos/direccion.svg);
	background-position:center left;
	background-size:16px 16px;
	background-repeat:no-repeat;
	padding-left:25px;	
	float:left;	
	color:#999;	
}

.ficha-tienda-descripcion{
	/*background-image:url(/images/iconos/direccion.svg);
	background-position:center left;
	background-size:16px 16px;
	background-repeat:no-repeat;
	padding-left:25px;	*/
	float:left;	
	color:#999;	
	font-size:0.9em;	
	margin-top:10px;
}

.ficha-tienda-miembro{
	font-family: 'Libre Baskerville', serif;	
	
}

.ficha-tienda-mensaje{
	margin-bottom:10px;
	background:#488a99;
	padding:10px;
	border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	color:#ffffff;
	text-decoration:none;
}

.ficha-tienda-mensaje a{
	webkit-border-radius:5px;
	color:#ffffff;
	text-decoration:none;	
}

.ficha-tienda-mensaje:hover{
	background: #729199; /* Old browsers */
	background: -moz-linear-gradient(top, #729199 0%, #488a99 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #729199 0%,#488a99 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #729199 0%,#488a99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#729199', endColorstr='#488a99',GradientType=0 ); /* IE6-9 */
}

.breadcrumbs{
	background-image:url(/images/iconos/home.svg);
	background-position:center left;
	background-size:12px 12px;
	background-repeat:no-repeat;
	padding-left:16px;
	font-size:0.8em;
}

.breadcrumbs a{
	text-decoration:none;
	color:#999999;
}

.breadcrumbs a:hover{
	text-decoration:underline;
}

.breadcrumbs a:after{
	content:" > ";	
}

.filtrado{
	padding:0px 0px;
}

.filtrado h1{
	font-weight:2em;	
}

.filtrado p{
	color:#999999;
	margin-top:-15px;
}

.sidebar{}

.sidebar-ficha-categoria ul{
	padding:0px;
	margin:0px;
}

.sidebar-ficha-titulo{
	border-bottom:1px solid #eaeaea;
	margin-bottom:15px;
}

.sidebar-ficha-categoria ul li{
	/*background-color: #f2f2f2;*/
	/*padding: 11px;*/
    border-radius: 3px;
    color: #666666;
	list-style:none;
	margin:4px 0px;
	font-size:0.9em;
}

.sidebar-ficha-categoria ul li a:hover{
    color: #000000;	
}

.sidebar-ficha-categoria ul li ul li{
	padding-left:10px;
	font-size:0.9em;		
}

.sidebar-ficha-categoria ul li:first-child{
	color:#b1cfd6;
}

.sidebar-ficha-categoria ul li a{
	color:#999999;
	text-decoration:none;
}

.sidebar-ficha-marcas /*input[type="checkbox"]*/{
	font-size:0.9em;
    color: #3b3b3b !important;		
}

.sidebar-ficha-marcas input[type="checkbox"]{

}
	
/*------------------Registro Tienda-----------------------------------*/
.franja-registro{
    background:#eaeaea;
    padding:30px;
    text-align:center;
}
.franja-registro img{
    max-width:50%;
    }
 
 
.boton-dorado{
	text-align:center;
    padding: 25px;
	font-family: 'Lato', sans-serif;	
     
	}

.boton-dorado a{
	text-decoration:none;
	color:#ffffff;
	background:#daad58;	
	padding: .42rem .9rem!important;
    border-radius: .20rem!important;	
	}
	
.boton-dorado a:hover{
	background:#488a9a;
}	


.pasosregistro{
    text-align:center;
    border-bottom:1px solid  #daad58;
}
.pasosregistro a{
    color:#000;
    text-decoration:none;
}
.cuerporegistro{
margin-top:20px;
padding:20px 0 40px 0;
background:#f6d594;
}

.cuerporegistro input{
    padding:10px;
}
.small{
    font-size:0.8em;
}


.pack{
    background:#fff;
    padding:10px;
    }
.pack-title{
    text-align:center;
    font-weight:bold;
    }
.pack ul{
     width:100%;
     list-style-type:none;
     padding:0px;
    }
.pack ul li{
    border-bottom:1px dashed #ccc;
    } 
.pack-seleccionar{
    text-align:center;
    margin:20px 0px;
    }
.pack-seleccionar a{
    color:#fff;
    background:#488a9a;
    padding:5px;
    text-decoration:none;
    } 
.caja-crea-producto{
    border:1px solid #ccc;
    background:#fff;
    padding:15px;
    overflow:auto;
    margin:15px 0px;
    } 
.caja-crea-producto-title{
    font-weight:bold;
    }  
.caja-crea-producto input, .caja-crea-producto select, .caja-crea-producto textarea{
    width:100%;
    } 
.variante-fila-cabecera{
    background:#b2b2b2;
    clear:both;
    overflow:auto;
    } 
.variante-fila{
    clear:both;
    border:1px solid #dbdbdb;
    overflow:auto;
    padding:3px;
    }                             
/*------------------FORMULARIOS-----------------------------------*/
	