/* CSS Document */
@import url("style.css");

#top{
margin: 0px auto;
width: 799px;
height: 110px;
background-repeat: no-repeat;
}

#logo{
float: left;
}

/*CUERPO******************************/
#cuerpo{
margin: 0px auto;
width: 799px;
border: 10px solid #4c8fb6;
background-color: #fff;
line-height: 175%;
}

#cuerpo-drcha{
float: right; width: 410px;
border-left: 2px dotted #056484;
padding: 20px 20px 15px 20px;
text-align:justify;
}

#cuerpo-izq{
float: left;
width: 340px;
margin: 25px 0 0 0;
text-align:center;
}

#contenido{ 
margin: 35px 0;
}

#ti{
width: 799px; height: 28px;
background: #056484;
}
/*PIE*********************************/
#pie{
padding: 15px 0 5px 0; margin: 0px auto;
width: 799px;
line-height: 165%;
text-align:center;
}

#pie p{
color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
}

#pie a{
color: #eeeeee;
}

#pie a:hover{
text-decoration: overline; /*color: #000; background-color:#eee;*/
}

/*NAV*********************************/
#nav{
margin: 0 20px 0 0;
padding: 0;
}
#nav ul{
float: right; padding-left: 0; margin-left: 0;
font-family: Trebuchet MS, arial, helvetica, sans-serif; color: #fff; font-size: 12px;
margin: 50px 0 0 0; padding: 0;
}
#nav ul li { display: inline; }
#nav ul li a{
padding: 4px 12px;
color: #e5e5e5; text-decoration: none; font-weight: bold;
float: left;
}
#nav ul li a:hover{
color: #fff;
background: url(i/pil-hover.png) center bottom no-repeat;
}
#nav ul li a.active{
font-weight: bold; color: #fff;
background: #97b2c2 url(i/pil.png) center bottom no-repeat;
}