/*-----------------------------------------*/
/* ThumbHTML default stylesheet            */
/* version 2.7.3, Jeff Waldock, April 2003 */
/*-----------------------------------------*/

/* Governs page background, and background of images using drop-shadows */
BODY {
background-image:url(../images/fondo.jpg);
background-color: #0000ff;
color: #FFFFFF;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 16px;
}

HR{

border: 0;
width: 60%;
height: 1px;
color: white;
background-color: white;

}
IMG{

border:0px;
padding:5px;
background-color: white;

}

/* links */
A:LINK {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 16px;
color: #0000ff;
font-weight : bold;
text-decoration : none;
}

/*visited links */
A:VISITED {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 16px;
color: #0000FF;
font-weight : bold;
text-decoration : none;
}

/* mouse-over links */
A:HOVER {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 16px;
color: #00FFFF;
font-weight : bold;
text-decoration: underline;
}



/* main title */
H1, H2, H3, H4, H5, H6 {
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-weight : Normal;
color: #FFFFFF;
font-weight : bold;
text-align:left;
}

H1 {
font-size: 20px;
}


H2 {
font-size: 18px;
}


H3 {
font-size: 16px;
}


H4 {
font-size: 14px;
}


H5 {
font-size: 12px;
}


H6 {
font-size: 10px;
}

TD {
/*color: #33FF33;*/
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 16px;
vertical-align:top;
text-align:center;
padding:10px;
}
.footer{
text-align:center;
}

.title{
vertical-align:top;
border:0px;
padding:0px;
}

.didascalia{
font-size:10px;
width: 20em;
}

