@charset "utf-8";
/* CCS Document */

html, body {
	background: #989494;
	background-attachment:fixed;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}

/* ESTRUCTURA GENERAL */ /*   */
.gge_header_L {
	background-image: url(../../common/img/gge_bg_header.png);
	text-align: left;
}
.gge_contenido_L {
	background:#E8E8E8 ;
}

/*HEADER */
.gge_icon_L_objetivos {
	background-image: url(img/gge_L_icon_objetivos_01.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100%;
}

.gge_icon_L_introduccion {
	background-image: url(img/gge_L_icon_introduccion_01.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100%;
}

.gge_icon_L_contenido {
	background-image: url(img/gge_L_icon_contenido_01.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100%;
}
.gge_icon_L_resumen {
	background-image: url(img/gge_L_icon_resumen_01.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100%;
}
.gge_icon_L_valoracion {
	background-image: url(img/gge_L_icon_valoracion_01.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100%;
}

/* TEXTOS */

h1{
	color: white;
}
p{
	font-size:inherit;
	line-height: 1.2em;
	vertical-align: middle;
}