/* CSS Document */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
   background-image: url(fondo.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
    background-size:auto;
    width:990px;
	height:1500px;
	position: center;
    top: 90px;
    padding: 0px;
    margin:0px auto 0px auto;
	background-position: center top;
    background-color: #fff

 
}

header {
	position:relative;
	height:280px;
    width: 990px; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;


}

div#infoheader p {
    margin-top: 80px;
    height:0px;
    width:270px;
    font-size: 9pt;
    font-family: 'Open Sans', sans-serif;
font-weight: 400;
    }

div#infoheader2 p {
    margin-top: -25px;
    margin-left: 850px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

div#botonheader {
    margin-left: 850px;
    width: 100px;
    height: 10px;
    
    
}

header div#headerdoberti{
	margin-left:0px;
	margin-top:-65px;
	position:absolute;
}


header div#logodoberti{
    margin-left: 350px;
    margin-top: -120px;
 }

header nav {
	position:absolute;
	top:210px;
	margin-left:180px;
    
}

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

header nav ul li {
	float:left;
	background-color:#fff;
    margin-right: 40px;
	width:150px;
	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: 14pt;
    padding: 5px;
	
}

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

article {
	height: 1200px;
      }

div#imagen01 {
margin-left: -107px;
    margin-top: 68px;
    
}

div#imagen02 nav ul li {
    margin-top: -870px;
    margin-left: 185px;
  }

div#imagen02 nav ul li a:hover{
   background-color:#EB6554;
}

div#imagen03 nav ul li {
margin-top: -590px;
    margin-left: 562px;
}

div#imagen03 nav ul li a:hover{
   background-color:#EB6554;
}

div#imagen04 nav ul li {
    margin-top: -70px;
    margin-left: 562px;
}

div#imagen04 nav ul li a:hover{
   background-color:#EB6554;
}

div#imagen05 {
    margin-left: 85px;
    margin-top: -300px;
}

div#mapayredes h2 {
    margin-left: 5px;
    margin-top: -90px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 10px; 
    font-size: 15pt;
}

div#mapayredes h3 {
    margin-left: 800px;
    margin-top: -60px;
   font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 10px; 
    font-size: 15pt;
    width: 300px;
}

div#mapayredes p {
    margin-left: 5px;
    margin-top: -20px;
   font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 10px;  
    font-size: 10pt;
    }

div#imagenpie {
    margin-left: 420px;
    margin-top: 30px;
    }

div#logofacebook {
    margin-top: -140px;
    margin-left: 770px;
}

div#logotwitter {
    margin-top: -83px;
    margin-left: 840px;
}

div#logoblog {
    margin-top: -78px;
    margin-left: 910px;
}

footer {
	width:920px;
    margin-top: -190px;
    margin-left: 30px;
	background-color:#fff;
	clear:both;
}

footer p {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	font-size:9px;
	color:#000;
	text-align:center;
    margin-top: 70px;
}

