﻿/* ESTILOS GENERALES */
@font-face {
	font-family: 'arcena';
	src: local("?"),  url("../fonts/ARCENA.ttf") format("truetype");	
	font-weight: normal;
	font-style: normal;
}
body{
    background-image: url("../img/fondo-desvan.jpg") ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width:100%;
	min-height:100vh;
	font-size:18px;
	width:100%;
	text-align: center;
	font-family:'arcena';
}

.row{
	margin-left:0px !important;
	margin-right:0px !important;
}

.titulo{
	min-height:120px;
}

.titulo img{
	max-width:50%;
	margin-top:25px;
}

.catalogo{
	background-image: url("../img/background.jpg") ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width:100%;
	min-height:70vh;
}

@media (max-width:670px){
	
	.catalogo{
	background-image: none;
		background-color:black;
}
	
	.titulo img{
		max-width:100%;margin-top:40px;
	}
}

.novedades{
	margin-top:60px;
	padding-right:10px;
	padding-left:10px;
	text-align:left;
}
@media (max-width:670px){.novedades{margin-top:50px;}}
.novedades p{
	font-family:'arcena';
	font-size:30px;
	margin:0px;
	padding:10px;
}

.portadas img{
	max-width:90%;
}

@media (max-width:670px){
	.portadas img{
		max-width:70%;
	}
}

.datos-libro{
	font-family:'arcena';
	padding:10px 0 10px 0;
	margin-bottom:50px;
}

.datos-libro h3{
	text-transform:uppercase;
	color:white;
	font-size:20px;
	padding:0px;
	margin:5px;
}
.datos-libro span{
	font-size:18px;
	color:white;
}
.nieva img{
	max-width:150px;
	margin:10px;
}
.nieva{
    background-image: url("../img/fondo-papel.jpg") ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width:100%;
	width:100%;
	min-height:15vh;
}
.novedades{
	color:white;
}