@charset "UTF-8";
html{
	width:100%;
	height: 100%;
}

#slider{
	width:100%;
	position: absolute;
	left:0;
	top:40px;
	background-color:#113f77;
	height: 100%;
	z-index: 1;
}

.mySlides{
	width: 100%;
}

.current{
	text-decoration: underline;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color:white;
	font-size: 20px;
	cursor:pointer;
}

header{
	background-color:#113f77;
	position: fixed;
	top:0;
	left:0;
	height: 90px;
	width: 100%;
	z-index: 2;
	box-shadow: 0 8px 10px rgba(0,0,0,.5)
}

nav li{
	display: inline;
	margin-right: 20px;
}

#menu{float:right;
	margin: 30px;
}

a:link, a:visited{
	color:white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	font-size: 20px;
}

a:hover{
	color:#3dc4e8;
}

#logo{
	margin: 10px 0px 0px 40px;
	float: left;
}

#blueSquare{
	position:relative;
	width:400px;
	height: 150px;
	border-radius: 30px;
	z-index: 2;
	background-color:rgba(17,63,119,.90);
	top:160px;
	left:5%;
	padding: 50px;
} 

#blueSquare p{
	color:white;
	font-family: Arial;
	font-size: 16px;
}

.boton{
	border-radius:5px;
	background-color:#3dc4e8;
	position: relative;
	width:120px;
	height: 25px;
	padding: 10px;
	cursor: pointer;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}

#content{
	position:relative;
	top:140px;
	width: 90%;
	margin: 0 auto;
}


.info{
	font-family: Arial, "sans-serif";
	color: #8A8A8A;
	width: 100%;
	float: left;
	text-align: justify;
}

.aside{
	float:right;
	max-width: 48%;
}

h1,h2{
	color:#113f77;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

img{
	max-width: 100%;
}

.bold{
	color:#3dc4e8;
	font-weight: bold;
	font-family: Arial, "sans-serif";
}

#wide{
	width:100%;
	text-align: center;
}

.photo_team{
	width: 200px;
	border:solid 1px #3dc4e8;
	padding: 10px;
}

@media screen and (max-width:1240px){
	#wide img{
		width: 100%;
	}
}

.sublist{
	list-style-type: circle;
}

.imgList{
	margin-bottom: 15px;
	margin-top: 15px;
}

.blue{
	color: #3dc4e8;
}

.readmore:link,.readmore:visited{
	color: white;
	font-size: 16px;
}

.readmore:hover{
	color:#113f77;
}

#form{
	width:40%;
	float: left;
	font-family: Arial, "sans-serif";
	color: #3dc4e8;
}

.input{
	width:250px;
	border-radius: 10px;
	border:none;
	background-color: #C2C2C2;
	padding:5px;
	color: white;
	font-size: 16px;
}

.send{
	background-color:#3dc4e8;
	padding:10px;
	color: white;
	border-radius: 10px;
	font-size: 17px;
	border: none;
	cursor:pointer;
	z-index: 52;
}

.send:hover{
	background-color:#113f77;
	cursor: pointer;
}

#contacto{
	float: left;
	width: 50%;
	font-family: arial;
	color: #8A8A8A;
}

.greyText{
	font-family: arial;
	color: #8A8A8A;
}

@media only screen and (max-width: 1000px){
	#slider{top:80px}
}

@media only screen and (max-width: 860px){
	header{height: 220px;position: absolute}
	nav li{display: list-item;list-style-type: none;text-align: center}
	#menu{float: none;width: 100px;position: relative;margin: 0 auto;}
	#slider{top:220px}
	#logo{float: none;max-width: 200px;margin: 0 auto;padding: 15px}
	#blueSquare{top:250px}
	#content{top:250px}
	#contacto{width: 100%;}
	#form{width: 100%;margin-bottom: 80px}
}

@media only screen and (max-width: 580px){
	
	.body{background-image: url(../imgs/home_slider02.jpg);background-repeat:repeat;}
	#slider{display: none;}
	header{height: 250px;}
	#blueSquare{width: 250px;height: 120px;top:270px;}
}
