#prefooter-content h4, #prefooter-content input, #prefooter-content button{
	display: inline;
}

.transparente {
	zoom: 1;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.transparente:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}


.vervideo {
	color: #FFFFFF;
	background-color: #333333;
	position: absolute;
	left: 45%;
	top: 35%;
	width: 16%;
	height: 20%;
	padding: 40px 0 0 0;
	text-align: center;
	cursor: pointer;
}

.slogan{
	font-size: 1.2em;
	padding-bottom: 0;
	font-style: italic;
	color: #939393;
}

/* Tablet Portrait size to Tablet Landscape (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.vervideo {
		left: 40%;
		top: 36%;
		width: 24%;
		height: 22%;
		padding: 20px 0 0 0;
	}
	.vervideo .icon-4x {
		font-size: 2em;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.vervideo {
		left: 40%;
		top: 33%;
		width: 24%;
		height: 26%;
		padding: 20px 0 0 0;
	}
	.vervideo .icon-4x {
		font-size: 2em;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.vervideo {
		left: 30%;
		top: 24%;
		width: 40%;
		height: 40%;
		padding: 20px 0 0 0;
	}
	.vervideo .icon-4x {
		font-size: 2em;
	}

}
