@charset "utf-8";
/* CSS Document */

@import url("../common/css/fuentes.css");
@import url("../common/css/icons.css");
@import url("../common/css/utils.css");

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
}

/* ESTRUCTURA GENERAL */
.gge_contenedorGeneral{
	width: 93.71%;
	height: auto;
	min-height: 860px;
	margin: 0 auto 0 auto;
}

header {
	width: 100%;
	height: auto;
	min-height: 80px;
	position: relative;


}
.gge_contenido {
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
	margin: 0 auto;
}

/* ELEMENTOS HEADER */

.gge_icon {
	width: 170px;
	height:80px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
}

/* ELEMENTOS CONTENIDO */

video {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* TEXTOS */

h1 {
	/* Para títulos de dos líneas
	font-size: 1.56em;*/
	font-size: 1.9em;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	width: 1103px;
}

h2 {
	color:#333333;
	display: inline-block;
	vertical-align: top;
	font-size: 2em;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}


p {
	color: #333333;
	font-size: 1.75em;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
}

