@charset "utf-8";
/* Documento CSS  */

/* CUERPO */

body{
	background: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
}

#holder{
	width: 800px;
	height: auto;
	margin-right:  auto;
	margin-left:  auto;
}

header{
	width: 900px;
	height: 80px;
	border-bottom: 1px dotted #666;
	
}

header h1{
	font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
	color: #000;
    text-align: center;
}

nav{
	width: 900px;
	border-bottom: 1px dotted #666;
}

nav ul{
	list-style: none;
}

nav ul li{
	width: 13%;
	display: inline-block;
}

nav ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
    text-align: center;
    font-family: 'Droid Sans', sans-serif;
}

aside{
    width: 900px;
    height: auto;
    align-content: center;
	margin-right:  auto;
	margin-left:  auto; 
    padding-bottom: 15px;
}

#contenido{
    width: 800px;
    height: auto;
}

h2{
    text-align: left;
    color: black;  
}

footer{
    width: 900px;
	background: #fff; 
	clear: both;
	font-family: 'Ubuntu', sans-serif;
	color: #333;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding-top: 15px;
	border-top: 1px dotted #666;
}