/* CSS Document */

/* Estructura de la página de 2º nivel */

div#grafismo {
width: 720px;
margin: 0px 0px;
height: 120px;
background-color: #336699;
}

div#banner {
margin: 0px 0px;
width: 720px;
height: 120px;
float: left;

background-image: url(../images/banner_nivel2.jpg);
background-repeat: no-repeat;
}

div#publicidad {
display: none;

margin: 0px 0px;
height: 120px;
width: 220px;
float: left;
}

div#contenidoInfo {
float: left;
width: 500px;
height: auto;
padding-left: 0px;
padding-right: 0px;

border-bottom: 1px solid #6699CC;
border-left: 1px solid #6699CC;

background-image: url(../images/n2_fndPrincipal.jpg);
background-repeat: no-repeat;
background-position: bottom left;
}

div#contenidoLateral {
float: left;
padding-left: 0px;
padding-right: 0px;

width: 215px;

}

p#entradilla {
background-repeat: no-repeat;
}

