@charset "UTF-8";
/* CSS Document */

a {border:none;}
body {
	margin: 0;
	padding: 0;
	background: url(../images/main_back2.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflown: hidden;
}
#container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	overflown: hidden;
}
#main {
	max-width: 1024px;
}
#main h1 {
	font-family: 'PT Sans', sans-serif;
	color: #FFFFFF;
	width: 42%;
	text-align: center;
	font-size: 32px;
	margin: 10px 0 30px 15px;
	text-shadow: 1px 1px 4px #1C2B67;
	float: left;
	clear: both;
}
#main h4 {display:block; opacity:0; margin:0; padding:0; width:90%; font-size:18px; margin:20px 5%; text-align:center; font-family: 'PT Sans', sans-serif; color:#fff; clear:both;}
header {
	padding: 8px;
	height: 85px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 2px 2px 10px 0 rgba(11, 23, 70);
	position:relative;
	width:100%;
}
header img {
	float: left;
	height: 90px;
	margin-left: 5px;
}
#idiomas {
	position: absolute;
	width: 100px;
	top: 4px;
	right: 4px;
	font-family: 'PT Sans', sans-serif;
}
#idiomas a {
	color: rgba(28,43,103,1.00);
	text-decoration: none;
	font-size: 13px;
}
nav ul li a:hover {
	border-bottom: solid;
	transition: border-bottom, color 0.5s ease;
	color: rgba(235,10,134,1.00);
}
nav ul li a:active {
	color: rgba(238,46,151,1.00);
}
#cuadrado {
	border: solid 2px #fff;
	clear: both;
	border-radius: 7px;
	background: rgba(255,255,255,.9);
	margin: 0 20px 20px 60px;
	overflown: hidden;
	height:900px;
}
#mapa {
	width: 100%;
}
#mapa img {
	width: 80%;
	margin: 10px 10%;
}
span{color: #24336D;}
#info {width:100%;}
#info h2 {text-align:center; margin-bottom:20px; font-family: 'PT Sans', sans-serif; color:#1A2967;}
#info ul {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	margin:0 auto;
	max-width:800px;
}
#info ul li {
	padding: 8px;
	float: left;
	line-height: 23px;
}
#info h3 {
	font-size: 21px;
	color: #1B2A67;
	border-bottom: solid 2px #E95AA8;
	margin-bottom:10px;
}
#corporate {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	padding: 8px;
	line-height: 23px;
	text-align:center;
	width:230px;
	margin:0 auto;
	}
	
	
#whitespace {
	height: 100px;
}
#links_bottom {
	display: none;
}
footer {
	width: 100%;
	background-color: rgba(238,37,148,.8);
	position: fixed;
	bottom: 0;
	z-index: 100;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-family: 'PT Sans', sans-serif;
	text-shadow: 2px 2px 8px rgba(0,0,0,.8);
}
#links_footer {
	padding-top: 10px;
	font-family: 'PT Sans', sans-serif;
	color: rgba(255,255,255,1.00);
	margin: 0 0 10px 0;
}
#links_footer a {
	text-decoration: none;
	font-family: 'PT Sans', sans-serif;
	color: rgba(255,255,255,1.00);
}
footer p {
	margin: 0 0 10px 0;
}
#social {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 20px;
}
#social img {
	height: 32px;
	margin: 18px 4px;
}

 @media only screen and (max-width: 860px) {
#info ul {
	max-width: 450px;
	margin: 0 auto;
}
#info li {width:200px; margin:5px;}
}
 @media only screen and (max-width: 680px) {
body {
	background: url(../images/back_mobile.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#main h1 {
	width: 90%;
	margin: 20px 5%;
}
#main h4 {display:block; width:90%; font-size:18px; margin:20px 5%; text-align:center; font-family: 'PT Sans', sans-serif; color:#fff;}

#cuadrado {
	background: rgba(255,255,255,.9);
	height:1200px;
}
#info ul {
	width: 100%;
	margin: 0 auto;
}
#info ul li {
	width: 100%;
	text-align: center;
}
#links_bottom {
	display: block;
	float: right;
	margin: 0 10px 80px 0;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
}
#links_bottom p {
	color: #fff;
}
#links_bottom a {
	color: #fff;
	text-decoration: underline;
}
#links_footer {
	display: none;
}
footer {
	height: 60px;
}
#social {
	position: relative;
	display: block;
	height: 60px;
	margin: 0 auto;
	width: 160px;
	float: none;
	clear: both;
}
#social a img {
	margin-left: 10px;
	margin-right: 10px;
}
}
 @media only screen and (max-width: 540px) {
	 #cuadrado {width:100%; margin:0;}
}
 @media only screen and (max-width: 425px) {
	 #cuadrado {width:100%;}
}
