/* Verde: #99A048 */
html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Raleway',Arial;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    text-rendering: optimizeLegibility;
}

body {
    padding: 0;
    margin: 0;
    background: #000;
}

h1, h2, h3 {
	margin: 0;
	font-family: 'Montserrat';
	font-weight: 400;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.1em;
}

span {
	font-family: inherit;
	font-size: inherit;
	color: #000;
}

ul, ol{
    list-style: none;
}

a {
	color: #99A048;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all .35s ease-in-out 0s;
	-moz-transition: all .35s ease-in-out 0s;
	transition: all .35s ease-in-out 0s;
}
a:hover {
	color: #000;
}
strong {
	font-size: inherit;
	font-weight: bold;
}
/*---------------*/

#main_Wrapper {
	position: relative;
	float: left;
	width: 100%;
}

#main {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0;
}
#frame {
	border: solid 20px #fff;
	box-sizing: border-box;	
}
.row {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.col {
	position: relative;
	float: left;
}

#header {
	height: 103px;
	background:#000;
	border-bottom: solid 15px #fff;
}
#content {
	background: #fff;
}
#firma {
	padding: 30px 0;
	
	font-size: .75em;
	font-family: 'Raleway';
	font-weight:300;
	color: #999;
}

#firma img {
	height: 25px;
	vertical-align: middle;
}

#firma a {
	font-size: .85em;
	font-family: 'Raleway';
	font-weight:200;
	color: #fff;
	-webkit-opacity: .65;
	-moz-opacity: .65;
	opacity: .65;
}
#firma a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#sponsors {
	width: 100%;
}
#sponsors a {
	float: left;
	height: 75px;
	width: 100%;
	text-align: center;
}

#sponsors a img {
	width: 100%;
	min-height: 50px;
	max-width: 285px;
}

footer {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	min-height: 433px;	
	
/* 	padding-top: 30px; */
}

footer h2 {	
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 1.25em;
	color:#fff;
}

footer h3 {
	margin-bottom: 28px;
	font-family: 'Raleway';
	font-weight:300;
	font-size: 1.25em;
	color: #99A048;
}
footer ul {
	margin-bottom: 50px;
}
footer ul li {
	margin: 15px 0;
	font-family: 'Montserrat';
	font-size: 1em;
	color: #fff;
}
footer ul li a {
	max-width: 160px;
	font-family: 'Montserrat';
	font-size: 1em;
	color: #fff;
}
footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
footer ul li a i.fa {
	margin-right: 10px;
}

footer ul li a img {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	vertical-align: middle;
}

/*---- MENÚ ----*/
#b_inicio {
	position: absolute;
	bottom: -20px;
	left: 15px;
	width: 90px;
}

#b_inicio a{
	float: left;
	width: 90px;
	height: 50px;
	border-radius: 20px 20px 0 0;
	padding-top: 15px;
	padding-bottom: 38px;
	text-align: center;
}

#b_inicio a:hover {
	background: #333;		
}

#b_inicio a.active {
	background: #99A048;	
}

#menuNav {
	position: absolute;
	bottom: -25px;
	left: 110px;
}

#menuNav > li {
	float: left;
	height: 86x;
	margin: 0 3px;
	text-align: center;
}
#menuNav > li > a {
	float: left;
	height: 53px;
	padding: 0 15px;
	padding-top: 12px;
	padding-bottom: 38px;
	border-radius: 18px 18px 0 0;
	font-size: 1.23em;
	font-family: 'Rambla';
	/*color: #FFF;*/
	color: #99A048;
	text-align: center;
	letter-spacing: 0.75px;
}

#menuNav > li > a:hover {
	background: #333;
	color: #FFF;
	font-weight: 700;
}

#menuNav > li > a.active {
	background: #99A048;
	color: #FFF;
}	

#b_menuNav_alt {
	display: none;
	position: absolute;
	width: 125px;
	height: 86x;
	bottom: 0;
	left: 50%;
	margin-left: -67.5px;
	text-align: center;
}

#b_menuNav_alt a {
	float: left;
	width: 100%;
	height: 43px;
	padding-top: 22px;
	padding-bottom: 18px;
	
	font-size: 1.25em;
	font-family: 'Rambla';
	color: #fff;
	text-align: center;
}
	
#menuNav > li > .subMenu {
	display: none;
}

#menuNav_alt {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: -320px;
	width: 300px;
	height: 100%;
	background: #000;
	border-left: solid 20px #fff;
	
	-webkit-transition: right .45s ease-in-out 0s;
	-moz-transition: right .45s ease-in-out 0s;
	transition: right .45s ease-in-out 0s;
	
	overflow-y: auto;
	overflow-x: hidden;
}

#menuNav_alt li {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	border-bottom: solid 1px #777;
}
#menuNav_alt li a {
	position: relative;
	float: left;
	clear: left;
	width: 85%;
	padding: 8px 7.5%;
	color:#fff;
	background: #000;
	font-size: 1.2em;
	font-family: 'Rambla';
}

#menuNav_alt li a:hover {
	background: #777;
}

#menuNav_alt li a.active {
	background:#99A048 !important;	
}

#menuNav_alt li a.btn_language {
	background:#333;
}
#menuNav_alt li a.btn_language.active{
	background:#99A048 !important;
}

#menuNav_alt li#titulo {
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Montserrat';
	font-size: 1.75em;
	color: #99A048;
}

#menuNav_alt a#b_cerrar_menu {
	position: absolute;
	top: 15px;
	left: 250px;
	padding: 0;
	margin: 0;
	background: transparent;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}
#menuNav_alt a#b_cerrar_menu:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;	
}

@media (max-width: 1170px) {
	
	#menuNav {
		display: none;
	}
	#menuLanguage {
		display: none;
	}
	#b_menuNav_alt { 
		display: block;
	}
}


#menuLanguage {
	position: absolute;
	z-index: 100;
	right: 10px;
	bottom: -70px;
	width: 125px;
	height: 125px;
	border-radius: 100px;
	background: #fff;
}

#menuLanguage li {
	margin: 0;
	padding: 0;
	margin-left: 32px;
	line-height: 1.25em;
}
#menuLanguage li:first-child {
	margin-top: 26px;
}

#menuLanguage li a {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 1em;
}

#menuLanguage li a:hover{
	color:#777 !important;
}

#menuLanguage li a.active {
	color: #99A048 !important;
}

/*-----------------*/
/*
.btn {
	display: inline-block;
	padding: 8px 28px;
	margin: 15px 10px;
	font-weight: 400;
	font-family: 'Montserrat';
	font-size: 1.15em;
	color: #4C5222;
	background: #e8ebad;
	border-radius: 50px;
	border: solid 3px #4C5222;
 	text-decoration: none !important;
}
.btn:hover {
	background: #4C5222;
	color: #e8ebad !important;
	border: solid 3px #e8ebad;
}
*/
.btn {
	display: inline-block;
	padding: 8px 28px;
	margin: 15px 10px;
	font-weight: 400;
	font-family: 'Montserrat';
	font-size: 1.15em;
	color: #fff;
	background: #99A048;
	border: solid 2px #fff;
 	text-decoration: none !important;
}
.btn:hover {
	background: #82893D !important;
	color: #fff !important;
}

.entradilla {
	font-family: 'Raleway';
	color: #fff;
}
.entradilla a {
	color:#fff;
	font-family: 'Raleway';
	text-decoration: underline;
}
.entradilla a:hover {
	color: #000;
}

.box {
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 0;
}
.box_img {
	float: left;
	width: 100%;
	max-width: 500px;
	margin-bottom: 30px;
}
.box h1 {
	font-size: 2.25em;
	padding-bottom: 0;
}
.box h2 {
	margin-bottom:30px;
	font-weight: 700;
	font-size: 1.35em;
}

.box h3 {
	background: #fff;
	font-size: 1.5em;
	font-family: 'Rambla';
	font-weight: 900;	
}

@media (max-width: 480px) {
	.box h1 {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.footer_box li {
		font-family: 'Rambla';
		font-size: .85em;
	}
	.footer_box li a {
		font-family: 'Rambla';
		font-size: 1em;
	}
}


.grey {
	background: #ececec;
}
.dark-grey {
	background: #777;
}
.green {
	background: #99A048;
}
.txt_green {
	color: #99A048;
}
.light_green {
	background: #D7D8B6;
}
.white {
	background: white;
}
.txt_black {
	color:#000000 !important;
}

a.dark-grey:hover {
	background: #333 !important;
}
	
.box,
.box p {
	font-family: 'Rambla';
	font-size: inherit; /*1.15em*/
}

.box.white h1,
.box.white h2 {
	color: #000 !important;
}
.mapa {
	width: 100% !important;
	height: 0 !important;
	padding-top: 50% !important;
	
}
.mapa iframe {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;	
}
.video_Wrapper {
	width: 100% !important;
	height: 0 !important;
	padding-top: 56.25% !important; /* 16:9 */	
}
.video_Wrapper iframe {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;	
}

section .box p strong {
	font-family: 'Rambla';
}

section .box li{/*

	float: left !important;
	clear: left !important;
*/
	width: 75%;
	padding-bottom: 20px !important;
	margin: 10px 0 !important;
	padding-left: 75px !important;
	font-family:'Montserrat' !important;
	font-size: 
}
section .box.green li{
	background-image: url(../img/logo_edo_simbolo.svg);
	background-repeat: no-repeat !important;
	background-position: 20px 0 !important;
	background-size: 40px 40px !important;
}
section .box.white li,
section .box.light_green li,
section .box.grey li {
	background-image: url(../img/logo_edo_simbolo_verde.svg);
	background-repeat: no-repeat !important;
	background-position: 20px 0 !important;
	background-size: 40px 40px !important;	
}

section .box.light_green a {
	font-size: .95em;
	font-weight: 600 !important;
	text-decoration: underline !important;	
}

section .box.green h1,
section .box.green h2,
section .box.green h3,
section .box.green p,
section .box.green li,
section .box.green a,
section .box.green span,
section .box.green strong,
section .box.green td {
	color:#fff !important;
}
section .box.green a {
	text-decoration: underline !important;
}
section .box.green a.btn {
	text-decoration: none !important;
}
section .box.light_green h1,
section .box.light_green h2,
section .box.light_green h3,
section .box.light_green p,
section .box.light_green li,
section .box.light_green a,
section .box.light_green span,
section .box.light_green strong,
section .box.light_green td,
section .box.white h1,
section .box.white h2,
section .box.white h3,
section .box.white p,
section .box.white li,
section .box.white span,
section .box.white strong,
section .box.white td{
	color:#000 !important;
}

section .box a.descarga {
	text-decoration: none !important;	
}

.box li > span{
	font-family:'Montserrat' !important;
	color:#000 !important;
	font-size: 1em !important;
	line-height: inherit !important;	
}
#inicio_objetivos {
	border-top: solid 1px #ddd;
}

#form-verificacion-wrapper{
	/*display: none;*/
}

#sede *,
#registroForm_Wrapper *{
	font-family: 'Montserrat' !important;
}


@media (max-width: 992px){
	#firma a{
		-webkit-opacity: 1 !important;
		-moz-opacity: 1 !important;
		opacity: 1 !important;
	}
	
	footer ul li {
		font-family: 'Rambla';
		font-size: 1em;
	}
		
	footer ul li a {
		font-family: 'Rambla';

	}
}



#edo2020Wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	/* display: none; */
}

#edo2020 {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 100%;
	margin-left: -300px;
	max-width: 600px;
	height: 601px;
	background: #99A048;
	color: white;
	border: solid 10px white;
}

#edo2020 a {
	color: white;
}

#edo2020 img {
	width: 100%;
	max-width: 600px;
}