*{
	padding: 0;
	margin:0;
}

html, body{
	float:left;
	width: 100%;
	height: 100%;
	overflow: visible;
}

body{
	background-image: url("../img/no_promo_background.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.wrapper{
	width: 65%;
	height: 320px;

	position:absolute; 
	left:0; 
	right:0;
	top:0; 
	bottom:0;
	margin:auto;

	max-width:100%;
	max-height:100%;
	overflow:visible;

	/*background-color: #d3d3d333;*/
}

h1, h2, h3{
	margin:0;
}

h1, h2{
	color:white;
	text-align: center;
}

h1{
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 15px;
}

h3{
	color: #f6a400;
	text-align: center;
	margin-top: 38px;
	font-size: 31px;
	font-weight: lighter;
}

h2{
	font-weight: lighter;
	font-size: 26px;
}

.logotipo-televes{
	max-width: 170px;
	margin: 0 auto;
	display: block;
	margin-bottom: 60px;
}

.contenedor-redes{
	float: left;
	width: 50%;
	height: auto;
	margin-top: 45px;
	margin-left: 25%;
}

.contenedor-redes .item-redes{
	float:left;
	width: 25%;
	height: auto;
	text-align: center;
}

.contenedor-redes .item-redes a{
	width: 60px;
	height: 60px;
}


@font-face {
	font-family: icons2;
	src: url(font-icons.ttf);
}

.side-header #primary-menu ul > li.sub-menu > a::after, [class*=" icon-"], [class^="icon-"] {
	font-family: icons2;
}


.social-icon:hover i:last-child {

	margin-top: -7px;

}

.social-icon i {

	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	margin-top: 16px;
	font-size: 28px;

}



/* Responsive */
@media only screen and (max-width: 820px) {

	.wrapper{
		height: auto;
		width: 85%;
		margin-top: 60px;
	}

	.contenedor-redes{
		width: 100%;
		margin-left: 0;

	}

}