@charset "iso-8859-1";
/* CSS Document */




/**************************** NOVEDAD HOME *************************/	

.contenedorNovedadesHome {
	/*width: 65%;
	margin: 0 5% 0 0;	
	float: left;*/
}

	
	
/**************************** TEXTO HOME *************************/	
/*	
.contenedorTextoHome {
	width: 30%;
	float: left;
	background-color: #cfc6b9;
}*/

.textoHome {
	padding: 1.5em 1.5em 1em 1.5em;
	text-align: center;
}

.logoVIhome {
	margin: 0 0 1em 0;
}

.textoHome p {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.125em;
	margin: 0 0 1em 0;
}

.textoHome h6 {
	font-weight: 700;
	margin: 0 0 1em 0;
	color: #2b2a2a;
	font-size: 0.6875em;
}

.contenedorBannerHome {
	width: 100%;
}

.contenedorBannerHome a {
	display: block;
	/*padding: 0 0.25em 0.25em 0.25em;*/
}

.contenedorBannerHome img {
	width: 100%;
	display: block;
}
/*
.linkCategoriaHome {
	margin: 0 0 1.5em 0;
}

.linkCategoriaHome a {
	background-image: none !important;
	background-color: #cfc6b9;
	width: auto;
	padding: 0.5em;
	font-size: 0.65em;
}*/

.line{
	position: relative;
	float: left;
	width: 100%;
	/*margin: 6px 0;*/
	margin: 0 1em 0.75em 0em;
	height: 1px;
	background-color: #2b2a2a;
	display: block;
}

.txtParque {
	font-size: 0.75em;
	text-align: left !important;
}

.linkCheckout {
	font-size: 0.75em;
	/*margin-top: 3em;*/
	line-height: 2em;
	
}

.linkCheckout:hover {
	text-decoration: underline;
}


@media screen and (min-width:160px) {
	
	.contenedorNovedadesHome {
		width: 100%;
		margin: 0 0 1em 0;	
		float: none;
	}
	
	.contenedorTextoHome {
		width: 100%;
		float: none;
		/*background-color: #cfc6b9;*/
		margin: 0 0 1em 0;	
	}
	
	.textoHome {
		background-color: #cfc6b9;
		margin-bottom: 1em;
	}

	/*.contenedorBannerHome {
		width: 100%;
		float: none;
		margin: 0 0 1em 0;	
	}*/
	
}



@media screen and (max-width:767px) {


	.logoVIhome {
		width: 40%;
		margin: 0 0 1em 0;
	}
	
}



@media screen and (max-width:481px) {

	.logoVIhome {
		width: 75%;
		margin: 0 0 1em 0;
	}
	
}



@media screen and (min-width:768px) {
	
	.contenedorNovedadesHome {
		width: 45%;
		margin: 0 5% 0 0;	
		float: right;
	}
	
	.contenedorTextoHome {
		width: 50%;
		float: right;
	}
	/*
	.contenedorBannerHome {
		width: 50%;
		float: right;
		clear: left;
	}*/

	.logoVIhome {
		width: 90%;
		margin: 0 0 1em 0;
	}
	
}
    

@media screen and (min-width:835px) {
	
	.contenedorNovedadesHome {
		width: 50%;
	}
	
	.contenedorTextoHome {
		width: 45%;
	}
	/*
	.contenedorBannerHome {
		width: 45%;
	}*/
	

}
    


@media screen and (max-width:960px) {
	
	.contenedorNovedadesHome .itemListado .tapaDisco {
		float: none !important;
	}
	
	.contenedorNovedadesHome .itemListado .dataListado {
		float: none !important;
		margin: 0;
	}
	
}


@media screen and (min-width:1150px) {
	
	.contenedorNovedadesHome {
		width: 65%;	
	}
	
	.contenedorTextoHome {
		width: 30%;
	}
	/*
	.contenedorBannerHome {
		width: 30%;
	}*/
	
}