@charset "utf-8";
/* CSS Document */
.wrapper {
	width: 930px;
	margin-top:50px;
	}
.list_carousel {
	width: 930px;
	margin-left:20px;
	}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width:930px;
	}
.list_carousel li {
	width: 299px;
	height: 214px;
	padding: 0;
	display: block;
	float: left;
	}
.list_carousel.responsive {
	width: 300px;
	margin-left: 0;
	}
.novedad{
	width:300px;
	height:200px;
	float:left;
	}
.titulo-novedad{
	width:290px;
	height:18px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;
	background-image:url(../img/titulo-novedades.png);
	background-repeat:no-repeat;
	}
.titulo-novedad h1{
	font-family:"Oswald";
	font-size:17px;
	font-weight:normal;
	}
.imagen-novedad{
	width:300px;
	float:left;
	margin-top:13px;
	}
.texto-novedad{
	width:300px;
	height:55px;
	position:relative;
	margin-top:-55px;
	float:left;
	background-image:url(../img/texto-novedad.png);
	background-repeat:no-repeat;
	}
.texto-novedad p{
	font-family:"Questrial-Regular";
	font-size:13px;
	color:#DDDDDD;
	font-weight:normal;
	padding-top:17px;
	padding-left:10px;
	}