#imagenes
{
	padding: 0px;
	height:75% !important;
	position: relative;
}

#imagenes2
{
	padding: 0px;
	height:45% !important;
	position: relative;
}

.carousel
{
	height:100% !important;
}

.carousel-inner
{
	height:100% !important;
	margin-top: 70px !important;
}

.carousel-inner .item
{
	height:100% !important;
	background-repeat: no-repeat !important;
	background-position:center center !important;
	background-size: cover !important;
	-khtml-background-size:cover !important;  /*  Konqueror */
	-webkit-background-size:cover !important; /* Webkit */
	-moz-background-size:cover !important;  /* Firefox */
	-o-background-size:cover !important;  /*  Opera */
}

@media screen and (max-width: 767px)
{
	.carousel-inner .item
	{
		background-attachment: scroll !important;
	}
}