body {
    background-color: #EEEEEE;
    font-family: Verdana;
    font-size: 11px;
    padding: 0;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #444236;
}

h1 {
    font-size: 13px;
}

h2 {
    font-size: 12px;
}

h3 {
    font-size: 11px;
}


.contentBox {
    height: 550px;
    overflow-y: scroll;
    background-color: #EEEEEE;
    padding-top: 15px;
	background-image: url(images/bg_fotos.jpg);
}

a:link {
    text-decoration: none;
    color: #15305D;
}

a:visited {
    text-decoration: none;
    color: #15305D;
}

a:active {
    color: #15305D;
}

a:hover {
    text-decoration: underline;
    color: #15305D;
}
