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

/* CUERPO */

body{
	background: #ddd;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
    margin: 0;
    /*overflow: auto;*/
}

.contenedor{
	max-width: 960px;
	height: auto;
	margin-right:  auto;
	margin-left:  auto;
}

.jt{
    width: 250px;
    float: left;
    position: relative;
    height: 100px;
}

header{
	width: 960px;
    height: 100px;
    margin: auto;
    background: #F39322;
    position: relative;
}

h1{
	font-family: 'Ubuntu', sans-serif;
	font-size: 60px;
	color: #fff;
    text-align: left;
    margin: 0 0 0 15px;
    padding: 10px 0 0 0;
}

.botonera{
    position: relative;
    float: right;
    margin: 0;
    /*width: 120px;*/
}

nav{
	width: 100%;
}

nav ul{
	list-style: none;
}

nav ul li{
	width: 100%;
	display: inline-block;
    text-align: right;
}



nav ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 15px; 
}

nav ul li a:hover {
	color: #383838;
}

#cuerpo{
    max-width: 960px;
    background: #383838;
	height: 500px;
}

.navmapa{
    background:#0A56A4;
    height: 10px;
    width: 100%;
    text-decoration: none;
    display: list-item;
    
}

.nivel1{
    width: 16%;
    position: relative;
    float: left;
    
}

.nivel2{
    width: 16%;
    position: relative;
    margin-top: 25px;
}

.navmapa .nivel2 a{
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    color: #fff;
    text-align: left;
}



.navmapa .nivel1 a{
    font-size: 14px;
    color: #fff; 
}

/*.navmapa .nivel1 a:hover{
    color: #F39322; 
}*/

article{ 
    margin-top: 2em;
    margin-left: 2em;
    clear: both;
    float: left;
    color: #ddd;

}

article ul{
    list-style: none;
    font-size: 0.8em;
}

article ul li{
    padding: 0.2em;
    background-color: #ddd;
    font-weight: 600;
}    

.uno{
    color: red;
}

.dos{

   color: green;
}

.tres{
    color: purple;
}

.uno a:hover{
    color: red;
}

.dos a:hover{

   color: green;
}

.tres a:hover{
    color: purple;
}

footer{
    width: 100%;
	background: #0A56A4; 
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding: 15px 0 10px 0;
    
}