body {
background-image: url("imagenes/enlace_home.jpg");
color:white;
position:absolute;
background-repeat:no-repeat;
} 

.menu 
{
width:75%;
height:7%;
position:relative;
margin-left:15px;
}

.list
{
list-style-type:none;
position:absolute;
clear:both;
}

ul.list li
{
float:left;
position:relative;
display:inline;
background-image:url("imagenes/boton_rojo.png");
padding: 0 0 0 10px;
margin:0 0 0 10px;
width:120px;
height:30px;
}

ul.list a
{
color:white;
text-decoration: none;
position:relative;
padding-bottom:8px;
font-size:11px;
}

.encabezado
{
font-size:33px;
}

.lista
{
margin-top:35px;
margin-left:5px;
position:relative;
float:left;
width:250px;
height:150px;
font-size:11px;
}

.contenido
{
padding:5px 5px 5px 5px;
float:right;
position:relative;
width:68%;
height:75%;
margin-top:35px;
margin-bottom:10px;
margin-right:2px;
font-size: 12px;
}

.contenido p
{
float:right;
position:absolute;
/*text-indent:5px;*/
width:auto;
}

.direccion
{
clear:both;
padding:5px 5px 5px 5px;
width:90%;
height:50px;
position:relative;
margin-left:10%;
font-size:10px;
}

.formularios
{
padding: 5px 5px 5px 5px;
float: right;
position:relative;
width:400px;
margin-top:40px;
margin-right:5px;
font-size: 11px;
}

.principal
{
width:90%;
height:110%;
position:fixed;
margin: 20px auto 20px auto;
}