/* CSS Document */

div#nombre-pagina {
width: 210px;
height: 40px;
background: url(../img/fondo-nomPag.png) no-repeat 13px;
font-family:"Monotype Corsiva";
font-size:22px;
font-weight:100;
color:#FFFFFF;
padding: 10px 0 0 110px;
}

#col-izquierda {
position: absolute;
width: 120px;
height: 200px;
background: url(../img/fondo-nav-main.png) no-repeat 13px top;
}

#col-central {
width: 250px;
height: 300px;
position: absolute;
margin-left: 140px;
}

#col-derecha {
width: 380px;
height: 565px;
position:absolute;
margin-left: 400px;
top:30px;
background:url(../img/fondo-text.png) no-repeat center top;
}

#pie {
background: url(../img/separador.png) no-repeat center;
margin-top:375px;
width: 320px;

}

ul#nav-main, ul#nav-main li {
list-style: none;
margin: 0;
padding: 0;
font-family: "Trebuchet MS";
font-size: 12px;
font-weight:bold;
color:#FFFFFF;
}

ul#nav-main {
padding: 23px 0 0 35px;
line-height: 25px;
}

ul#nav-main li a {
font-weight:bold;
color: #5c3814;
text-decoration: none;
}

ul#nav-main li a:hover {
color: #FFFFFF;
}

#titulo-sup {
font-family: "Monotype Corsiva";
font-size:24px;
font-weight:400;
color: #5c3814;
padding: 20px 0 0 60px;
}

#titulo-inf {
font-family: "Monotype Corsiva";
font-size:24px;
font-weight:400;
color: #5c3814;
padding: 20px 0 0 60px;
}

p#text-sup {
font-family: "Trebuchet MS";
font-size: 12px;
color: #333333;
padding:0 0 0 60px;
line-height: 25px;
}

p#text-inf {
font-family: "Trebuchet MS";
font-size: 12px;
color: #333333;
padding:0 0 0 60px;
line-height: 25px;
}

ul#nav-footer, ul#nav-footer li {
float: left;
list-style: none;
margin:0;
padding:0;
}

ul#nav-footer {
font-family: "Trebuchet MS";
font-size: 12px;
color: #FFFFFF;
font-weight:bold;
padding-left: 10px;
}

ul#nav-footer li a {
border-left:#333333;
display: block;
float:left;
padding: 8px;
text-decoration: none;
color: #5c3814;
border
}

ul#nav-footer li a:hover {
color: #FFFFFF;
}

p#copyright {
font-family:"Trebuchet MS";
font-size: 10px;
color:#333333;
text-align:center;
padding-top:30px
}
