@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
a {
	text-decoration: none;
}
body {
	background: rgba(212,228,239,1);
	background: -moz-linear-gradient(45deg, rgba(212,228,239,1) 0%, rgba(111,172,177,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(111,172,177,1)));
	background: -webkit-linear-gradient(45deg, rgba(212,228,239,1) 0%, rgba(111,172,177,1) 100%);
	background: -o-linear-gradient(45deg, rgba(212,228,239,1) 0%, rgba(111,172,177,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(212,228,239,1) 0%, rgba(111,172,177,1) 100%);
	background: linear-gradient(45deg, rgba(212,228,239,1) 0%, rgba(111,172,177,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#6facb1', GradientType=1 );
}
header {
	width: 100%;
	height: 86px;
	background-color: white;
	position: fixed;
	padding-top: 8px;
	z-index: 99999;
}
#header_logos {
	width: 76;
	float: left;
}
#header_logos img {
	margin-right: 26px;
}
#header_menu {
	width: 20%;
	float: left;
}
#tab_menu {
	margin-top: 16px;
}
#tab_menu a {
	color: #e71095;
	font-size: 18px;
}
#Portada {
	clear: both;
	width: 100%;
	min-height: 82vh;
	text-align: center;
	padding-top: 180px;
}
#Portada #titulo {
	width: 50%;
}
#Portada #titulo img {
	position: absolute;
	width: 50%;
}
#tab_FCAGS {
	clear: both;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
#Escenarios {
	clear: both;
}
#escenarios_cont {
	width: 70%;
	margin: 0 auto;
}
#escenarios_cont img {
	width: 100%;
}
#mapa {
	background-image: url(../imgs/mapa/bg_mapa_1.png);
	background-position: center;
	background-size: cover;
}
#mapa #map_marcadores {
	
}
#mapaEventos {
	text-align: center;
	width: 100%;
}
#mapaEventos img {
	width: 100%;
}
#areaProgrma {
	clear: both;
	width: 99%;
	margin: 0 auto;	
}
.programa_tit {
	width: 328px;
	height: 735px;
	float: left;
	text-align: center;
}
.programa_tit img {
	margin-top: 55px;
}
.programa_img {
	width: 325px;
    height: 735px;
    float: left;
    margin-top: 25px;
    text-align: center;
}
footer {
	clear: both;
	width: 100%;
	height: 96px;
}
#pie_contacto {
	width: 100%;
	height: 80px;
	background-color: #e71095;
}
#pie_contacto p {
	margin-top: 8px;
}
#pie_redes {
	width: 100%;
	height: 70px;
	background-color: white;
	text-align: center;
}
#pie_redes img {
	margin-top: 8px;
	margin-left: 8px;
}
.pie_cont {
	float: left;
	width: 50%;
	color: white;
}