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

html,body {margin:0; background:rgb(0, 169, 157) ;}

#contenedor{
	margin:auto;
	background-position:center top;
	width:900px;
	height:800px;
	margin-top:50px;}

nav {
	background:rgba(0,169,157,.8);
	position:absolute;
	margin-top:-770px;
	margin-left:0px;
	width:900px;
	height:95px;}
	
#logo{
	margin-left:80px;
	margin-top:-23px;
	}

.mm{
	font-family:Dosis;
	font-size:25px;
	background-color: transparent;
	display:inline;
	padding:32px 15px;}

.mm:hover{
	background-color:#FFF;}

#mainm {
	margin-left:400px;
	margin-top:-92px;
	list-style-type:none;
	}

a{
	text-decoration:none;
	color:#FFF;}

a:hover{
	color:#000;}
	
#info{
	width: 900px;
	height: 800px;
	position:absolute;
	margin:auto;
	top: 191px;
}

#foto{
	position: absolute;
	z-index: 1;
	left: 28px;
	top: 19px;
}

#texto1{
	position: absolute;
	width: 141px;
	height: 30px;
	z-index: 1;
	left: 28px;
	top: 175px;
	background: rgba(0,169,157,.8);
	font-family: Dosis;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 4px;
}

#texto2{
	position: absolute;
	width: 290px;
	height: 640px;
	z-index: 1;
	left: 193px;
	top: 19px;
	background: rgba(255,255,255,.9);
}

#texto3{
	position: absolute;
	width: 375px;
	height: 640px;
	z-index: 1;
	left: 498px;
	top: 19px;
	background: rgba(255,255,255,.9);
	font-family: Dosis;
}


h2, h3 {
	font-family:Dosis;
	font-weight:600;
	margin-top:15px;
	margin-left:30px;}
	
h5 {
	font-weight:400;
	font-size:16px;
	margin-top:0px;
	margin-left:50px;}

p{
	font-family:Dosis;
	margin-left:40px;}

#pie {
	position: absolute;
	width: 140px;
	height: 360px;
	z-index: 1;
	left: 28px;
	top: 221px;
	background: rgba(255,255,255,.9);
}

h4 {
	font-family:Dosis;
	font-size:15px;
	font-weight:300;
	margin:10PX;
	color:#606;}
