@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
}

a{
	color: #333;
	text-decoration: none;
}

body{
	background-color: #F0F1F0;
}

.linea{
	background-color: #771741;
	height: 12px;
}

.contenedor{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

header{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


.menu ul{
	list-style-type: none;
}

.menu ul a{
	display: inline-block;
	margin-right: 10px;
	color: #771741;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}


.menu ul a:hover{
	color: #000000;
}

.presionado{
	color: #333;
}

.traductor {
	display: inline-block;
	vertical-align: middle;
}

.redes {
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: middle;
}

.redes .red{
	display: inline-block;
	margin-right: 5px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.redes .red:hover{
	transform:scale(1.1,1.1) rotate(15deg);
	-moz-transform:scale(1.1,1.1) rotate(15deg);
	-ms-transform:scale(1.1,1.1) rotate(15deg);
	-o-transform:scale(1.1,1.1) rotate(15deg);
	-webkit-transform:scale(1.1,1.1) rotate(15deg);
	
	}

.colBotonera{
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

.logo{
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	margin-left: -4px;
	width: 100%;
	margin-top: -20px;
}

.slide{
	margin-top: 20px;
	margin-bottom: 20px;
}

h1{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 45px;
	color: #771741;
	font-weight: normal;
	margin-bottom: 30px;
}

h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 35px;
	color: #771741;
	font-weight: normal;
	margin-bottom: 30px;
}

.pie{
	margin-top: 30px;
	margin-bottom: 30px;
}

.dataPie{
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}

.dataIan, .dataIan a{
	color: #666;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
}

.columna1{
	display: inline-block;
	width: 70%;
	padding-right: 30px;
	margin-left: -5px;
	vertical-align: top;
}

.columna2{
	display: inline-block;
	width: 27%;
	margin-left: -5px;
	vertical-align: top;
}

.recuadro{
	background-color: #D8D9D9;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.tituloRecuadro{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #4D4D4D;
}

.recuadro .tituloRecuadro a{
	font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
}

.recuadro .tituloRecuadro a:hover{
	color: rgba(119,23,65,1);	
}


.recuadroData{
	background-color: #FFF;
	padding-bottom: 15px;
}

.novedadDest{
	font-size: 15px;
	color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.novedadDest img{
	margin-right: 20px;
	vertical-align: middle;
}

.novedadDest:hover{ 
transform:translate(20px,0px);
-moz-transform:translate(20px,0px);
-ms-transform:translate(20px,0px);
-o-transform:translate(20px,0px);
-webkit-transform:translate(20px,0px);
}

.fotosDestacadas{
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	margin-top: 10px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	vertical-align: middle;
}




.fotosDestacadas:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	}

.libros{
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	margin-top: 10px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	vertical-align: middle;
}




.libros:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	}
	
p{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333;
}
	
.catalogo{
	text-align: center;
}

.texto ul{
	margin-left: 50px;
	
}

.texto ul li{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333;
}

.texto ol{
	margin-left: 50px;
	
}

.texto ol li{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333;
}

.certamen{
	font-size: 15px;
	color: #666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 20px;
	margin-left: 20px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.certamen img{
	margin-right: 20px;
	vertical-align: middle;
}



.certamen:hover{ 
transform:translate(20px,0px);
-moz-transform:translate(20px,0px);
-ms-transform:translate(20px,0px);
-o-transform:translate(20px,0px);
-webkit-transform:translate(20px,0px);
}

.buscador input{
	font-size: 14px;
	text-indent: 15;
	width: 85%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	display: inline-block;
}

.buscador select{
	font-size: 14px;
	text-indent: 15px;
	width: 85%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#botonBusqueda{
	height: 20px;
	width: 30px;
	vertical-align: middle;
	display: inline-block;
}

input{
	font-size: 14px;
	text-indent: 15px;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	display: inline-block;
}

select{
	font-size: 14px;
	text-indent: 15px;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.fotoFicha{
	vertical-align: top;
	width: 35%;
	float: right;
	position: relative;
	margin-left: 30px;
}

.fotoFicha img{
	
	width: 90%;
	height:auto;
	
}

	
p{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
}

.autor{
	margin-bottom: 15px;
}

.valor{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 35px;
	color: #771741;
	margin-top: 30px;
}

.bot-carr{
	color: #FFF;
	background-color: #771741;
	text-align: center;
	width: 200px;
	margin-top: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}

.bot-carr:hover{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
	-ms-box-shadow: 0px 0px 10px #333333;
	-o-box-shadow: 0px 0px 10px #333333;
	-webkit-box-shadow: 0px 0px 10px #333333;
}

#cantidad{
	width: 50px;
	font-size: 15px;
	text-indent: 15px;
	margin-top: 15px;
}

.botComprar{
	
	transition:all ease-in-out 0.2s;
	-moz-transition:all ease-in-out 0.2s;
	-ms-transition:all ease-in-out 0.2s;
	-o-transition:all ease-in-out 0.2s;
	-webkit-transition:all ease-in-out 0.2s;
	
	}
	
.botComprar:hover{ 
	transform: translate(20px,0px);
	-moz-transform: translate(20px,0px);
	-ms-transform: translate(20px,0px);
	-o-transform: translate(20px,0px);
	-webkit-transform: translate(20px,0px);
	}


.listaResultados{
	margin-left: 30px;
	display:none;
}

.link{
	cursor: pointer;
}


@media screen and (max-width:1100px){ 

.contenedor{
	width: 95%;
}


}

@media screen and (max-width:950px){ 

.colBotonera{
	display: block;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}

.logo{
	display: block;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	float: none;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.logo img{
	height: auto;
	width: 100%;
	max-width:269px;
}

.columna1{
	display: block;
	width: 100%;
	padding-right: 30px;
	margin-left: auto;
	vertical-align: top;
	margin-right: auto;
	margin-top: 30px;
}

.columna2{
	display: block;
	width: 100%;
	margin-left: auto;
	vertical-align: top;
	margin-right: auto;
}




}

@media screen and (max-width:730px){
	
		.menu ul li{
	display: block;
	background-color: #771741;
	padding-top: 15px;
	padding-bottom: 15px;
}
	
	.menu ul a{
	display: block;
	margin-right: 0px;
	font-size: 25px;
	color: #FFF;
	
} 

.slide{ display:none;}

}
