/* CSS Document */

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(imagenes/logoheader.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left

}


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: 30px;
	margin top:200px;
	width:115px;
	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: 12pt;
    padding: 5px;
	
}

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



article {
	background-color:rgba(67, 187, 185, 0.35);
    height: 550px;

  }

#columna1  {
    position:absolute; 
    top:260px; 
    width:600px; 
    height: 600px;
    margin-left: 30px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
   
    
  }



article h1 {
    font-size:40px;
	color:#EB6554;
	margin-top:60px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
	}

h50 {
     font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color:#EB6554;
    font-size: 15pt;
    
    
}

article p {
	font-family: 'Open Sans', sans-serif;
    font-weight: 300px;
    font-size: 12px;
    color:#000;
	margin-left:5px;
    margin-bottom:-8px;
    margin-top: 20px;
    background-color:transparent;
}

#columna2 {
    
 margin-left:800px; 
  
}

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;
}





