/* CSS Document */

#titulo { 
position: absolute;
top: 0; left: 50%;
height: 6%;
width: 100%;
margin-left: -50%;
background-color: orange;
text-align: center;
}

#cabeza { 
position: absolute;
top: 6%; left: 50%;
height: 6%;
width: 100%;
margin-left: -50%;
background-color: orange;
}

#cuerpo { 
position: absolute;
top: 12%; left: 50%;
height: 88%;
width: 100%;
margin-left: -50%;
background-color: orange;

}

a{
	width: 33.3%;
    float: left;
    line-height: 35px;
    text-decoration: none;
    font-family: 'Arial', Lucida Sans, sans-serif;
    font-size: 13px;
	color: inherit;
    text-align: center;
    background: #fff;
	
}

a:hover{
	font-weight: bold;
    background: #ccc;
     }


a:focus{
	font-weight: bold;
    background: #ccc;
     }

h1 {
font-family: 'Arial', Lucida Sans, sans-serif;
font-size: 20px;
line-height: 15px;
color: #fff;
}


