
/* -------------------------------------------------------------------------------------------------------------------- */
html, body{
    height: 100%;
    background: url("img/fndLogo.gif") no-repeat left top #75A62B;
}

body{
    font: 78% Arial, Verdana, Geneva, Helvetica, sans-serif;
    color: #797979;
}

img{
    border: 0;
}

*{
    margin: 0;
    padding: 0;
}


#cntIndex{
    overflow: visible;
    padding: 18px;
}

#cntLogo{
    float: right;
    width: 286px;
    height: 95px;
    margin: 35px;
    background: url("img/logoPovisa.png");
}



#cntListado{
    overflow: auto;
    clear: both;
    padding: 28px;
    background: url("img/fndLogoOscuro.gif") no-repeat left top #5D8D15;
    height: auto;
    width: auto;
}

#cntIndex ul {
    list-style: none;
    list-style-image: none;
}

#cntIndex ul li{
    color: black;
    float: left;
    font-size: 15px;
    margin: 10px;
    white-space: wrap;
    width: 100%;
}

b{
	color: darkred;
}

#cntIndex p{
	margin: 5px;
}