@charset "utf-8";
/* CSS Document */
@import url("../common/css/fuentes.css");
body {
	margin: 0;
	padding: 0;
	font-family: "cabinbold";
	}
/* ESTRUCTURA GENERAL */
.ggd_contenedorGeneral{
	width: 100%;
	height: auto;
	margin: 0px auto 0 auto;
	}
header {
	display:table;
	width: 100%;
	height:110px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	position: relative;
	color:#fff;
	}
.ggd_contenido {
	width: 100%;
	height: auto;
	padding: 0%;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	position: relative;
	margin: 0 auto;
	
	}
/* ELEMENTOS HEADER */
.ggd_icon {
	width: 95px;
	height: 95px;
	float:left;
	margin: 6px 0 0 20px;
}
/* TEXTOS */
.ggd_title {
	font-size: 39px;
	height: auto;
	width: 90%;
	margin: 0px 0px 0px 20px;
	display:table-cell;
	vertical-align:middle;
	}
/* OBJETIVOS */
.ggd_contenedorObjetivos {
	width:100%;
	height:auto;
	min-height: 148px;
	margin:0 auto;
	text-align: center;
	color:#454647;
	}
.ggd_text_exp{
	font-size: 26px;
	position: absolute;
	right: 10px;
	top: 12px;
	font-family: 'cabinmedium';
	}
.ggd_text_act{
	position: absolute;
	left: 191px;
	top: 5px;
	font-size: 26px;
	font-family: 'cabinmedium';
	color: #975a4d;
	}
