/* CSS Carta */

body {

	background-attachment: fixed;
	background-repeat: repeat;
    background-position: center;
    background-size:auto;
    width:990px;
	height:1000px;
	position: center;
    top: 90px;
    padding: 0px;
    margin:0px auto 0px auto;
	background-position: center top;
    background-color: #fff

 
}

div#pagina {
	width: 990px;
	background-color:rgba(68, 187, 185, 0.21);
	margin:auto;

}



header {
	position:relative;
	height:280px;
    width: 990px; 
    background-image: url(imagenheader.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left

}

header div#foto{
	margin-left:30px;
	margin-top:30px;
	position:absolute;
}


header div#volver nav ul li a:hover {
    color: #fff;
    background-color: #EB6554;
   font-family: 'Oswald', sans-serif;
    font-weight: 400;
	font-size:25px;


}

header div#volver nav ul li {
    margin-left: 620px;
    margin-top: -190px;
    width: 60px;
  
}

header h1 {
	font-family: 'Pacifico', cursive;
    font-weight: 400;
	font-size:45px;
	text-align:center;
	color:#fff;
	margin-top: -20px;
    margin-left: -260px;
}

header h2 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	font-size:12px;
	text-align:left;
	color:#fdf8f8;
	margin-top: -28px;
    margin-left: 210px;
}

header nav {
	position:absolute;
	width:150px;
	height:34px;
	top:220px;
	margin-left:180px;
    float: right;
    width: 70%;
}

ul {
	list-style:none;
    margin-top: 10px;
    margin-left: -10px;
    width: 990px;
}

header nav ul li {
	float:left;
	background-color:#fff;
    margin-left: 15px;
	margin top:200px;
	width:150px;
	height:36x;
    border-left:4px solid #44BBB9;
    border-right:4px solid #44bbb9;
    border-bottom: 4px solid #44BBB9;
    border-top: 4px solid #44BBB9;
}

header nav ul li a {
	color:#fff;
	text-decoration:blink;
	display:block;
	background-color:rgba(68, 187, 185, 0.78);
	text-align:center;
	font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 15pt;
    padding: 5px;
	
}

header nav ul li a:hover {
	color:#FFF;
	background-color:#EB6554;
}



article {
	background-color:rgba(67, 187, 185, 0.35);
    margin-bottom: -15px;
    height: 500px;
  }

article h1 {
    font-size:40px;
	color:#EB6554;
    margin-left:400px;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    margin-top: 50px;
    }

article p {
    width: 600px;
	font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color:#fff;
	margin-left:215px;
  background-color:transparent;
    font-size: 12px;
    width: 600px;
    background-color: rgba(235, 101, 84, 0.67);
    padding: 6px;
}

footer {
	width:990px;
	height:80px;
	background-color:#EB6554;
	clear:both;
}

footer p {
    width: 950px;
    margin-left: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size:8pt;
	color:#FFF;
	text-align: center;
}


