@charset "utf-8";
/* CSS Document */
html{
	
}
body{
	font-family: 'Oswald', sans-serif !important;
}

.principal{
	height:auto;
	width:100%;
	background-color:#000;
	position:absolute; left:0px; top:0px;
}
header{
	
	height:178px;
	background-color:#92ba2c;
}
.sup{
	width:100%;
	height:42px;
	background-color:#262a2d;
}
.inf{
	/*height:139px;*/
}
.centro{
	background-color:#FFF; opacity: 0.96;
	width:980px;
	height:150px;
    border-bottom: 15px solid #92ba2c;
	/*position: absolute; left:19.5%;*/
}
.logotipo{
	width:171px;
	height:167px;
	position:absolute; top:6px;
}
.iconos{
	float:right;
	width:22%;
	height:42px;
}
.icono{
	padding-top:10px;
	float:left;
	width:20%;
	height:32px;
}

.video{
	width:100%;
	height:auto;
	background-color:#000;
	position:relative; left:0px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.videoYT{
	 margin: 0 auto;
	 background-color:#000;
	/* width:900px;
	 height:574px;*/

}
.footer{
	background-color:#262a2d;
	background-image:url(../iconos/textura.png);
	margin:0 auto;
	width:100%;
	height:auto;
	text-align:start;
	font-size:15px;
	color:#fff;
}
.login{
	float:right;
}
.dicormo{
	float:left;
}
.contacto{
	padding: 20px 0;
}
.slogan{
	margin-top:20px;
	/*position:absolute; left:0px; top:0px;*/
	font-size:22px;
	color:#817d7d;
    height: auto;
	text-align:center;
}