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

body{ 
    background: rgb(50,50,50); 
    font-family: 'Oswald', sans-serif; 
    }

header{ 

    background: #fff;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
}


#pagina{
	max-width: 1024px;
	background-color: #E9E9E9;
	width: 100%;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
    
}

.contenedor {
	display:block;
	margin:0 auto;
	width:1029px;
	min-height:900px;
	background-color:#666666;
}

header nav ul {
	/*float: left;
	margin-left: 20px;*/
    list-style: none;
    margin-top: 10px;
    padding:0px;
}


.titulo {
	font-size: 60px;
    font-family: 'Oswald', sans-serif;
	color:#000;
	vertical-align:bottom;
	margin-top:32px;
	margin-left:252px;
}

article {
	clear: both; 
    padding-left: 25px;
}

header nav ul li a{
	background-color: rgb(50,50,50);
	width: 100%;
    display: block;
    line-height: 18pt;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
	color: #CCC;  
	text-decoration: none;
    text-align: center;
        
}

header nav ul li a:hover{
	background-color: #27b4de;
	width: 100%;
    display: block;
    line-height: 18pt;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
	color: #fff;  
	text-decoration: none;
    text-align: center;
    font-weight: bold;
}
h1 {
	font-size: 14px;
    font-family: 'Oswald', sans-serif;
	color:#fff;
	text-align:center;
	vertical-align:bottom;
	margin-top:32px;
	margin-left:126px;
	width:600px;
}   
h2 {
	font-size: 12px;
    font-family: 'Oswald', sans-serif;
	font-style:normal;
	color:#fff;
	text-align:center;
	margin-left:-179px;
	margin-top:32px;
}
.perfil {
	width: 283px;
	height: 290px;
	border: double #27b4de;
	margin-left:260px;
}
    header nav ul li a{
	background-color: rgb(50,50,50);
	width: 18%;
    line-height: 18pt;
    display: block;
    float: left;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
    font-weight: 100;
	color: #CCC;
	text-decoration: none;
    text-align: center;
    margin-right: 2%;
	text-transform: uppercase;
	border: double #27b4de;
        
}
    header nav ul li a:hover{
	background-color: #27b4de;
	width: 18%;
    display: block;
    float: left;
    line-height: 18pt;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	color: #fff;  
	text-decoration: none;
    text-align: center;
    font-weight: 100;
    margin-right: 2%;
	text-transform: uppercase;
        
}
    
.footer {
	margin: 0px auto;
	width: 978px;
	height: 375px;
	padding-top: 30px;
	display: block;
	clear: both;
}
.footer hr {
	border: double #27b4de;
	width: 978px;
	text-align:center;
	margin-top:-1px;
}
.logofooter {
	float: left;
	margin:10px 0;
}
.logofooter1 {
	float: right;
	margin:10px 0;
}
.footer h1 {
	font-size: 20px;
    font-family: 'Oswald', sans-serif;
	color:#fff;
	margin-top:20px;
	text-align:center;
}
.footer h2 {
	font-size: 16px;
    font-family: 'Oswald', sans-serif;
	color:#fff;
	margin-top:20px;
	text-align:left;
	
}
.footer p {
	font-size: 12px;
    font-family: 'Oswald', sans-serif;
	color:#fff;
}
.pie {
	width:980px;
	text-align:center;
	margin-top:15px;
}
.pie p {
	text-align:center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 9px;
}
	

