/*Estilos de secciones generales*/
/*Los estilos se definen por orden alfabetica de las etiquitas para una rápida localización*/
/*Lo atributos de cada estilo se definen por orden alfabetica*/

body
{
background-color: #D8D8D8;
color: #000000;
font-family: verdana, sans-serif;
font-size: 12px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5;
margin-right: 5;
padding-left: 40px;
padding-right: 40px;
}

nav
{
width: 1024px;
}

h1
{
color: #FF0000;
font-family: verdana, sans-serif;
font-size: 24px;
font-weight: bold;
line-height: normal;
}

.clear
{
clear: both;
}

#contenedor
{
background-color: #FFFFFF;
}

#datos_basicos
{
background-color: #C4C4C4;
width: 90%;
height: 150px;
clear: both;
}

#foto
{
background-color: #565656;
width: 10%;
height: 100px;
padding-top: 2.2%;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 2.2%;
float: left;
}

#datos_personales
{
background-color: #818181;
width: 80%;
height: 150px;
float: left;
}

#sobre_mi
{
background-color: #C4C4C4;
width: 55%;
height: 500px;
float: left;
}

#recursos
{
background-color: #C4C4C4;
width: 35%;
height: 500px;
float: left;
}

#pie
{
background-color: #555555;
width: 90%;
height: 50px;
clear: both;
}
