
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);



div#pagina{
width:960px;
height:350px;
position: relative;
float: none;
margin: 0 auto;
background-color: #afdbfd;}


body {
	margin: 0;
	padding: 0px;
		background-color:#000;
				
				background-repeat:no-repeat;
				background-position:center;
				background-position:top;
  
}


/*
titulo principal
*/

header h1 {
    color: #fff;
    font-size: 20px;
    background-color: #04b8f8;
    margin-left: 0.5;
    padding-left: 0.3em;
    padding-right: 0.3em;
     font-family:'Oswald';
    
}
    
/*
fin titulo principal
*/



/*
estilos de botonera
*/

div#navegador {
width:1600px;
height: 30px;
position: relative;
float: left;
     margin-left: 0.5em;
    padding-left: 0.3em;
    padding-right: 0.3em;
}



header ul {
      list-style:none;
    margin: 0;
    padding: 0;
    font-family:'Oswald';
}



/*
tamaño de botonera
*/
header ul li {
   float: left;
height:40px;
width: 139px;
margin-right: 20px;
    
}

/*
fin de tamaño de botonera
*/


header ul li a {
   text-decoration: none;
color: #ffffff;
background-color: #04b8f8;
display: block;
height: 100%;
text-align: center;
line-height: 40px;

}


/*
fin de botonera
*/


/*
mi información
*/

article {
width: 800px;
height: 1000px;
color: #00469f;
    position: relative;
    float: left;
    margin-left: 15px;
     font-family:'Oswald';
    font-size:15px;
   
}


/*
fin de mi información
*/

	div#foto{
		height:30px;
		width:200px;
		margin:30px;
		left:775px; 
		position:absolute;
       
	}



 <!--------------------------SECCION MAPA ------------------------>   


div#section-mapa{
	width:960px;
	height:400px;  
	position:relative;
	}


	div#mapa-seccion{
		height:100px;
		left:180px; 
		position:absolute;
        top:100px;
        margin: 0 auto;
        padding: 0px;
       
		}


<!--------------------------SECCION CARTA ------------------------>   


div#section-carta{
	width:960px;
	height:400px;  
	position:relative;
	}


	div#carta-seccion{
		height:100px;
		left:30px; 
		position:absolute;
        top:110px;
        margin: 0 auto;
        padding: 0px;
       
		}








