@-webkit-keyframes arriba {
0% {
-webkit-transform:translateY(-100%);
        transform:translateY(-100%);
}
100% {
-webkit-transform:translateY(0);
        transform:translateY(0);
}
}
@keyframes arriba {
0% {
-webkit-transform:translateY(-100%);
        transform:translateY(-100%);
}
100% {
-webkit-transform:translateY(0);
        transform:translateY(0);
}
}
* {
	padding: 0;
	margin: 0;
}
html {
	font-size: 0.625em;
}
body {
	font-size: 1.6rem;
	font-family: 'Merriweather', san-serif;
	overflow-X: hidden;
}
::-moz-selection{
   color:white;
   background:#b90021;
}
::selection{
   color:white;
   background:#b90021;
}
/****/
html, #index, #escenario {
	height:100%;
}
header .icon-down-open-big {
	color: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	bottom: 10px;
	font-size: 2.5rem;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	z-index: 100;
}
header .icon-down-open-big:hover {
	bottom: 30px;
}
.icon-up-open-big {
	color: #888;
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 1;
	text-decoration: none;
	font-size: 2rem;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.icon-up-open-big:hover {
	color: #333;
	background: rgba(255, 255, 255, 0.9);
}
.icon-up-open-big span {
	display: none;
}
header {
	height:100%;
	position:relative;
	overflow: hidden;
}
header #logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
    height: 50px;
	background: #fff;
}
header #logo a {
	text-align: center;
    display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-content:stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
	-webkit-justify-content:center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	height: 50px;
}
header #logo a img {
    width: 170px;
	height: auto;
}
/*MENU*/
#menu {
	display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	
	-webkit-flex-direction:row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

    background: #e4e4e4;
    position: relative;
	width: 100%;
    top: 50px;
    height: 60px;
    z-index: 99;
}
#menu ul {
	list-style: none;
	font-size: 0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items:stretch;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
		
	padding: 0;
}
#menu ul li {
	font-size: 1.4rem;
}
#menu ul li a {
	color: #555;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#menu ul li a:hover {
	color: #222;
	border-bottom: 1px solid #555;
}
#index #menu #menugot .index, #escenario #menu #menugot .escenario{
	color: #000;
	border-bottom: 1px solid #333;
}
#menu ul li a img {
	width: 100%;
	height: auto;
	max-height: 50px;
	display: block;
}
#menu #menugot {
	-webkit-flex-direction:column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    padding: 0 10px;
}
#menu #menugot li {
	margin: 6px 0 0 6px;
}
#menu #patrocinador {
	max-width: 160px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#menu #patrocinador li{
	margin:0 5px;
}
#menu #patrocinador img{
	width:70px;
}


#titulo {
	position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
    z-index: 10;
    text-align: center;
	max-width: 700px;
}
#escenario #titulo {
    top: 30%;
}
#titulo h1 {
    font-size: 3.2rem;
    line-height: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    text-decoration: none;
	color:#fff;
	font-family: 'Guardian Sans Black', sans-serif;
}
#titulo h2 {
	font-size: 2rem;
    color: #c69c04;
    padding: 40px 0 15px;
    border-bottom: 1px solid #fff;
}
#fotoportada {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
#index header:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
}
.icon-camera:before {
    margin-right: 30px;
}
/***CONTENIDO***/





#contenido {
    position: relative;
    /*padding: 20px;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#datos {
    text-align: center;
    margin: 0px auto;
    padding: 30px;
    font-family: 'Proxima Regular', 'Montserrat', sans-serif;
    width: 80%;
    max-width: 760px;
}
#datos p{
    padding:10px 0;
}
#datos p:first-of-type{
    border-bottom:1px solid #555;
	text-transform: uppercase;
}
#datos p:last-of-type{
    color:#c69c04;
}


#contenido section{
	position: relative;
    width: 100%;
}
#contenido .autor {
    font-size: 1.4rem;
    border-bottom:1px solid #999;
	font-weight:600;
	display:block;
	margin: 0 20px;
	margin-bottom: 15px;
}
#contenido #texto h2 {
    font-size: 2.1rem;
	margin-bottom: 10px;
}
#contenido #texto p {
    font-size: 1.5rem;
    line-height: 1.8em;
	margin-top:0;
}
#contenido #texto .capitular {
    font-family: 'Proxima Bold', 'Montserrat', sans-serif;
    font-size: 100px;
	font-weight: 700;
    float: left;
    margin: 30px 15px 20px 0;
}
.fotos {
    display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
    list-style: none;
	-webkit-flex-direction:column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.fotos li{
    position: relative;
}
.fotos img{
	width:100%;
	height: auto;
	display: block;
}
.fotos .boton {
	font-family: 'Proxima Bold', 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	-webkit-justify-content:center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    font-size: 0;
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
}
.fotos .boton li{
	font-size: 1.3rem;
	margin: 4px 5px;
}
.fotos .boton a{
    color: #c69c04;
    text-decoration: none;
    border: 1px solid #c69c04;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
	background: rgba(0,0,0,0.5);
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.fotos .boton a:hover{
    background: #c69c04;
    color:#fff;
}
#contenido section div:last-of-type {
    margin: 60px auto;
}
#contenido section .texto,#contenido #texto>p{
	max-width: 760px;
	width: 80%;
	margin: 60px auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#contenido #texto #nota{
	color: #c69c04;
    font-size: 1.5rem;
    font-style: italic;
}


/******ESCENARIOS*************/

#contenido .escenariosreales {
	display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 760px;
    margin: 0 auto;
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}
#contenido .escenariosreales:last-of-type {
    border-bottom: 0;
}
#escenario {
    background: #eff0f1;
}
#escenario #contenido {
    max-width: 960px;
    margin: 0 auto;
	background: #fff;
}
#escenario #contenido:before {

	content: "";
    display: block;
    height: 20px;
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c69c04;
}
#escenario #contenido h2{
    text-align: center;
    font-family: 'Proxima Bold', 'Montserrat', sans-serif;
    color: #c69c04;
    font-size: 2.8rem;
}
#contenido .escenariosreales img{
    width:100%;
	height: auto;
	display: block;
}
#contenido .escenariosreales h3{
    font-family: 'Proxima Bold', 'Montserrat', sans-serif;
	font-weight: 700;
	color:#444;
	font-size: 2.2rem;
	text-align: center;
}
#contenido .escenariosreales h3 .num{
	color:#c69c04;
	margin-right: 5px;
}
#contenido .escenariosreales div:last-of-type {
    padding-top: 10%;
	padding-right: 2%;
    margin: 0 auto;
}
#contenido .escenariosreales .descubrir{
	color: #c69c04;
    text-decoration: none;
    border: 1px solid #c69c04;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    font-family: 'Proxima Bold', 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 10px auto;
}
#contenido .escenariosreales .descubrir:hover{
	background: #c69c04;
	color:#fff;
	
}
aside {
    padding: 50px 0;
    font-family: 'Guardian Sans Semibold', sans-serif;
	max-width: 760px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
}
aside h3 {
	font-size: 2rem;
    color: #b90021;
    text-align: center;
    padding: 50px 0 10px;
}
#relacionadas {
    font-size: 0;
    list-style: none;
    display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#relacionadas li{
    font-size: 1.6rem;
    list-style: none;
    padding: 20px 0;
	background: #fff;
	margin-bottom: 20px;
}
#relacionadas li a{
	color: #222;
    text-decoration: none;
    font-size: 3rem;
    line-height: 1em;
	display: block;
}
#relacionadas li a:hover{
    text-decoration: underline;
}
#relacionadas li a img{
    width:100%;
	height: auto;
	display: block;
}
#relacionadas figure {
    display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#relacionadas figure figcaption{
    padding:10px;
}

#patrocinadas {
    font-size: 0;
    list-style: none;
}
#patrocinadas li{
    font-size: 1.6rem;
    list-style: none;
}
#patrocinadas li a{
	color: #222;
    text-decoration: none;
    font-size: 3rem;
    line-height: 1em;
	display: block;
}
#patrocinadas li a img{
    width:100%;
	height: auto;
	display: block;
}
#patrocinadas figure {
    position: relative;
}
#patrocinadas figure figcaption{
    position: absolute;
	top:0;left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
#patrocinadas li a:hover figure figcaption{
	background: rgba(0,0,0,0.7);
}
#patrocinadas figure figcaption p{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
}



/****ANUNCIO*****/
#robapaginas {
	display: block;
	margin: 100px auto;
	text-align: center;
}
/*****AUTOR*****/
#autor {
	border-top: 1px solid #ddd;
	text-align: center;
	max-width: 1200px;
	margin: 15px auto;
	font-size: 1.4rem;
}
#autor li {
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px;
}
/**********SOCIAL********/
article footer {
	background: none;
	top: 0;
	position: static;
	padding: 0;
}
/******************/
#social {
	text-align: center;
	margin: 40px 0;
}
#social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 2rem;
}
#social a {
	color: #000;
	text-decoration: none;
	border: 2px solid #000;
	border-radius: 50%;
	padding: 10px;
	display: block;
	line-height: 25px;
	height: 25px;
}
#social span {
	display: none;
}
#social .icon-facebook {
	color: #3b5998;
	border-color: #3b5998;
}
#social .icon-facebook:hover {
	color: #fff;
	background: #3b5998;
}
#social .icon-twitter {
	color: #55acee;
	border-color: #55acee;
}
#social .icon-twitter:hover {
	color: #fff;
	background: #55acee;
}
#social .icon-gplus {
	color: #dd4b39;
	border-color: #dd4b39;
}
#social .icon-gplus:hover {
	color: #fff;
	background: #dd4b39;
}
#social .icon-whatsapp {
	color: #4dc247;
	border-color: #4dc247;
}
#social .icon-whatsapp:hover {
	color: #fff;
	background: #4dc247;
}
/****FOOTER****/
footer {
	background: #fff;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;/*	top:150px;*/
}
.pie-container {
	max-width: 750px;
	padding: 0 !important;
}
article footer:before {
	content: "";
	display: none;
}


/**********************************MAPA SVG********************************/

	.st0{fill:#BEA180;stroke:#1A191A;stroke-width:0.2014;stroke-miterlimit:3.8637;}
	.st1{fill:none;stroke:#FFFFFF;stroke-width:2.1644;stroke-miterlimit:3.8637;stroke-dasharray:5.7718,5.7718,5.7718,5.7718;}
	.st2{opacity:0.44;}
	.st3{fill:#201F20;}
	.st4{fill:none;stroke:#444444;stroke-width:0.8958;stroke-miterlimit:3.8636;}
	.st5{fill:none;stroke:#444444;stroke-width:0.6718;stroke-miterlimit:3.8636;}
	.st6{fill:none;stroke:#444444;stroke-width:1.7919;stroke-miterlimit:3.8636;}
	.st7{fill:none;stroke:#444444;stroke-width:0.8063;stroke-miterlimit:3.8636;}
	.st8{fill:none;stroke:#444444;stroke-width:1.6799;stroke-miterlimit:3.8636;}
	.st9{fill:none;stroke:#444444;stroke-width:1.344;stroke-miterlimit:3.8636;}
	.st10{fill:none;stroke:#444444;stroke-width:1.2095;stroke-miterlimit:3.8636;}
	.st11{fill:none;stroke:#444444;stroke-width:1.4559;stroke-miterlimit:3.8636;}
	.st12{fill:none;stroke:#444444;stroke-width:1.0081;stroke-miterlimit:3.8636;}
	.st13{fill:none;stroke:#444444;stroke-width:0.7902;stroke-miterlimit:3.8637;}
	.st14{fill:none;stroke:#444444;stroke-width:1.0078;stroke-miterlimit:3.8636;}
	.st15{fill:none;stroke:#444444;stroke-width:1.2317;stroke-miterlimit:3.8636;}
	.st16{fill:none;stroke:#444444;stroke-width:0.9068;stroke-miterlimit:3.8637;}
	.st17{fill:none;stroke:#444444;stroke-width:1.1082;stroke-miterlimit:3.8636;}
	.st18{fill:none;stroke:#444444;stroke-width:0.806;stroke-miterlimit:3.8636;}
	.st19{fill:none;stroke:#444444;stroke-width:0.5036;stroke-miterlimit:3.8636;}
	.st20{fill:none;stroke:#444444;stroke-width:2.6877;stroke-miterlimit:3.8636;stroke-dasharray:5.7718,5.7718;}
	.st21{fill:none;stroke:#444444;stroke-width:1.0075;stroke-miterlimit:3.8636;}
	.st22{fill:#09070A;stroke:#444444;stroke-width:0.7111;stroke-miterlimit:3.8636;}
	.st23{fill:none;stroke:#444444;stroke-width:0.6046;stroke-miterlimit:3.8636;}
	.st24{fill:none;stroke:#444444;stroke-width:0.6046;stroke-miterlimit:3.8637;}
	.st25{fill:none;stroke:#444444;stroke-width:0.907;stroke-miterlimit:3.8636;}
	.st26{fill:none;stroke:#444444;stroke-width:0.948;stroke-miterlimit:3.8636;}
	.st27{fill:#F8F8F3;stroke:#444444;stroke-width:0.6652;stroke-miterlimit:3.8636;}
	.st28{fill:none;stroke:#444444;stroke-width:0.7111;stroke-miterlimit:3.8636;}
	.st29{fill:none;stroke:#444444;stroke-width:0.9388;stroke-miterlimit:3.8636;}
	.st30{fill:none;stroke:#444444;stroke-width:0.5036;stroke-miterlimit:3.8637;}
	.st31{fill:none;stroke:#444444;stroke-width:0.806;stroke-miterlimit:3.8637;}
	.st32{fill:none;stroke:#444444;stroke-width:1.1082;stroke-miterlimit:3.8637;}
	.st33{fill:none;stroke:#444444;stroke-width:1.1197;stroke-miterlimit:3.8636;}
	.st34{fill:none;stroke:#444444;stroke-width:0.1007;stroke-miterlimit:3.8637;}
	.st35{fill:none;stroke:#444444;stroke-width:0.9068;stroke-miterlimit:3.8636;}
	.st36{fill:none;stroke:#444444;stroke-width:0.3022;stroke-miterlimit:3.8637;}
	.st37{fill:none;stroke:#444444;stroke-width:0.2239;stroke-miterlimit:3.8636;}
	.st38{fill:none;stroke:#444444;stroke-width:0.4029;stroke-miterlimit:3.8636;}
	.st39{fill:none;stroke:#444444;stroke-width:0.4032;stroke-miterlimit:3.8636;}
	.st40{fill:none;stroke:#444444;stroke-width:0.4029;stroke-miterlimit:3.8637;}
	.st41{fill:none;stroke:#444444;stroke-width:0.3359;stroke-miterlimit:3.8636;}
	.st42{fill:none;stroke:#444444;stroke-width:0.3022;stroke-miterlimit:3.8636;}
	.st43{fill:none;stroke:#444444;stroke-width:0.875;stroke-miterlimit:3.8637;}
	.st44{fill:none;stroke:#444444;stroke-width:0.3024;stroke-miterlimit:3.8636;}
	.st45{fill:none;stroke:#444444;stroke-width:0.6199;stroke-miterlimit:3.8636;}
	.st46{fill:none;stroke:#444444;stroke-width:0.7838;stroke-miterlimit:3.8636;}
	.st47{fill:none;stroke:#444444;stroke-width:2.1226;stroke-miterlimit:3.8637;}
	.st48{fill:none;stroke:#444444;stroke-width:1.443;stroke-miterlimit:3.8637;}
	.st49{fill:none;stroke:#444444;stroke-width:2.8859;stroke-miterlimit:3.8637;}
	.st50{fill:#A88D73;}
	.st51{fill:none;stroke:#CED0D4;stroke-width:0.7902;stroke-miterlimit:3.8637;}
	.st52{fill:#4B4A4B;}
	.st53{fill:#DCE9EE;stroke:#90A6CC;stroke-width:0.2014;stroke-miterlimit:3.8637;}
	.st54{-webkit-clip-path:url(#SVGID_2_);clip-path:url(#SVGID_2_);fill:none;stroke:#09070A;stroke-width:0.7111;stroke-miterlimit:3.8636;}
	.st55{-webkit-clip-path:url(#SVGID_4_);clip-path:url(#SVGID_4_);fill:none;stroke:#09070A;stroke-width:0.7111;stroke-miterlimit:3.8636;}
	.st56{font-family:'Merriweather';}
	.st57{font-size:25.9406px;}
	.st58{font-size:28.7658px;}
	.st59{fill:#E5E5E5;}
	.st60{font-size:23.0127px;}
	.st61{fill:#FFFFFF;}
	.st62{font-size:31.6424px;}

#mapa {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    max-width: 950px;
}



/********************************************************************************/


@media screen and (min-width:750px){
header .icon-down-open-big {
	bottom: 20px;
	font-size: 3rem;
}
.icon-up-open-big {
	right: 20px;
}
#escenario #titulo {
    top: 16%;
}
#menu #menugot {
	-webkit-flex-direction:row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin: 0 auto;
}
#menu #menugot li {
    margin: 0px 0 0 15px;
    text-align: center;
    line-height: 60px;
    font-size: 1.6rem;
}
#menu #patrocinador {
    max-width: 200px;
    right: 10px;
}
#contenido #texto p {
    font-size: 1.6rem;
}
	

.fotos {
	max-width: 1000px;
    margin: 0 auto;
}
.fotos>li {
    position: relative;
	-webkit-flex-basis:50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
	-webkit-flex-grow:2;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
}
.fotos>li:last-of-type {
    width: 50%;
}
#titulo h1 {
    font-size: 6rem;
}
#titulo h2 {
	font-size: 3.2rem;
}
#contenido .escenariosreales div:last-of-type {
    padding-top: 3%;
}
#contenido .escenariosreales {
	display:-webkit-box;
	display:-webkit-flex;
	display:-webkit-flexbox;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
	-webkit-flex-basis:50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
#contenido .escenariosreales img{
    width:96%;
}
#contenido .escenariosreales div {
     margin: 0 !important; 
}
#contenido .escenariosreales h3 {
    text-align: left;
}
#relacionadas figure{
	-webkit-flex-direction:row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#relacionadas li {
    padding: 20px;
}
#relacionadas li a {
    font-size: 4rem;
}
#relacionadas li a img{
	max-width: 260px;
}
#patrocinadas li{
    display: inline-block;
	width: 33.33%;
	vertical-align: top;
}
#patrocinadas li:nth-of-type(1){
	width: 100%;
}
#menu #patrocinador img{
	width:100px;
}
}
@media screen and (min-width: 850px) and (orientation: landscape) { 
#mapa {
    width: 70%;
}

}
@media screen and (min-width:850px){

}
@media screen and (min-width:1000px){

}
@media screen and (min-width:1280px){
#fotoportada {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}	
}