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

body {
	margin: 0;
	padding: 0;
	background: url(../images/main_back3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	margin-top:100px;
}
#main {
	max-width: 1024px;
}
#main h1 {
	font-family: 'PT Sans', sans-serif;
	color: #FFFFFF;
	width: 42%;
	text-align: center;
	font-size: 44px;
	margin: 50px 0 30px 15px;
	text-shadow: 1px 1px 4px #1C2B67;
	float: left;
	clear: both;
}
#main h3 {display:none;}
header {
	width:100%;
	position:fixed;
	top:0px;
	padding: 8px;
	height: 85px;
	background-color: rgba(255,255,255,1.00);
	box-shadow: 4px 4px 10px 0 rgba(11, 23, 70,.6);
}
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);
}
#slogan {
	width: 240px;
	float: left;
	margin: 210px 0 0 15.5%;
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	color: rgba(28,43,103,1.00);
	text-align: center;
}
#main ul {
	width: 30%;
	clear: both;
	margin-left: 7%;
}
#main ul li {
	background: rgba(255,255,255,.9);
	margin: 10px;
	border: solid 2px #fff;
	border-radius: 4px;
	text-align: center;
	padding: 10px;
}
#main ul a li {
	color: #071689;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	
}
#main ul li:hover {background: rgba(238,37,148,.8); color:#FFF;}
#main ul li a:hover {color:#FFF;}

#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;
}
/* CONTENT SLIDER*/

#wrapper {
	width: 2200px;
	position: relative;
	left: 0px;
	transition: left .5s ease-in-out;
}
.content {
	float: left;
	height: 350px;
	white-space: normal;
	width: 550px;
}
#contentContainer {
	width: 550px;
	height: 350px;
	border: 5px black solid;
	overflow: hidden;
	margin: 20px;
}
#itemOne {
	background-color: #ADFF2F;
}
#itemTwo {
	background-color: #FF7F50;
}
#itemThree {
	background-color: #1E90FF;
}
#itemFour {
	background-color: #DC143C;
}
#navLinks {
	width: 550px;
}
#navLinks ul {
	margin: 20px;
	padding: 0px;
	display: inline-block;
	margin-top: 6px;
}
#navLinks ul li {
	font-family: 'PT Sans', sans-serif;
	font-size: 28px;
	float: left;
	text-align: center;
	margin: 20px 15px 0 20px;
	list-style: none;
	cursor: pointer;
}
#navLinks ul li:hover {
	color: rgba(234,8,132,1.00);
}
#navLinks ul li.active {
	color: rgba(255,255,255,1.00);
}

/* END CONTENT SLIDER*/

@media only screen and (max-width: 675px) {
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 h3 {display:block; width:90%; margin:20px 5%; text-align:center; font-family: 'PT Sans', sans-serif; color:#fff;}
#main ul {
	width: 80%;
	margin: 10px 10%;
}
#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;}
}
