@charset "utf-8";
/* CSS Document */

/* TITULO*/
#ggc_cabecera {
	width: 65%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#ggc_cabecera h2 {
	font-family: 'cabinbold' !important;
	color: #FFFFFF !important;
	font-size: 47px;
	line-height: 45px;
	margin: 3% auto 2% auto;
}
.title_line {
	background-image: url(../img/title_line.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 680px;
	height: 15px;
	margin: -1% auto 2% auto;
}
/*Contenedor principal*/
#box_general {
	width: 1094px;
	height: 605px;
	background: #009ADA;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: absolute;
	margin: 4% 6%;
box-shadow:
 -webkit-box-shadow: 5px 5px 2px 0px #D7D8DC;
	-moz-box-shadow: 5px 5px 2px 0px #D7D8DC;
	box-shadow: 5px 5px 2px 0px #D7D8DC;
}
.cont_box {
	width: 100%;
	height: auto;
}
.cont_elemento {
	height: 100px;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	padding: 0px;
	-webkit-transition: all 0.5s ease;
}
.cont_uno {
	width: 200px;
	color: #FFFFFF;
	text-align: left;
	margin-left: 4%;
}
.cont_uno h2 {
	color: #FFFFFF;
	font-size: 46px;
	line-height: 48px;
	font-family: 'cabinbold' !important;
}
.cont_dos {
	margin-left: 4%;
}
.cont_dos textarea {
height: 75px;
width: 360px;
font-family: 'alegreya_sansmedium' !important;
color: #303D48 /*c2c3c8*/;
font-size: 35px;
line-height: 35px;
outline: none;
resize: none;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
padding: 10px 0px 0px 15px;
}
.cont_dos textarea:focus {
	color: #303D48!important;
}
.cont_tres {
	height: 85px;
	width: 360px;
	max-height: 100px;
	max-width: 420px;
	color: #303d48;
	background-image: url(../img/L_G07_U04_L01_03_01_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 0px;
	margin-left: 2%;
}
.cont_tres_swap {
	height: 85px;
	width: 360px;
	max-height: 100px;
	max-width: 420px;
	color: #303d48;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 420px 85px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: 0px;
	margin-left: 2%;
	text-align:center;

}
.cont_tres_swap p{
	font-size: 35px;
	line-height: 33px;
	font-family: 'cabinmedium' !important;
	width: 83%;
	margin: 2% auto 0 auto;
}
