/* CSS Document */

body {
/*background: transparent url(../images/fondo_home.jpg) repeat-x center top;*/
background: #ffc626;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-family: arial,helvetica, sans-serif;
color: #5f5f5f;
}


/*LAYOUT*/

.home{
width: 100%;
height: 100%;
background-color: #ffc626;
border: 0pt solid #ffc626;
}

.home td{
background-color: #ffc626;
border: 0pt solid #ffc626;
}

.home2{
width: 100%;
height: 100%;
background-color: #ffffff;
border: 0pt solid #ffffff;
}


.home2 td{
background-color: #ffffff;
border: 0pt solid #ffffff;
}



.contenedor{
background: #ff00ff url(../images/fondopie.jpg) repeat-x left bottom;
}

.principal_h{
background: transparent url(../images/fondo_contenido_h.jpg) no-repeat center top;
position: absolute;
left: 50%;
margin: 0;
margin-left: -455px;
padding-top: 80px;
width: 926px;
}

.menu{
float: left;
width: 225px;
margin: 0;
padding-top: 20px;
padding-bottom: 30px;
}

*html .menu{
padding-top: 40px;
}

.contenido{
margin:0px 0px 0px 20px;
width: 390px;
padding: 20px;
height: 400px;
}

.imagen{
float: right;
width: 240px;
margin: 0;
padding-top: 45px;
text-align: left;

}

.limpia{
clear:both;
margin: 0;
}

.logos{
position: relative;
text-align: center;
padding-top: 20px;
}

.pie{
position: relative;
background: transparent url(../images/pie.jpg) no-repeat center top;
width: 100%;
margin: 0;
height: 100px;
}

.nivel1{
list-style-type: none;
}

.nivel1 li{
margin: 0;
margin-left: -40px;
background: transparent url(../images/puntos_h.jpg) no-repeat left bottom;
padding: 3px 0 3px 0;
}

.nivel1 a,
.nivel1 a:link,
.nivel1 a:active,
.nivel1 a:visited{
font: 12px arial, helvetica, sans-serif;
color: #5f5f5f;
text-decoration: none;
text-transform: uppercase;
}

.nivel1 a:hover{
color: #ffc726;
}


















