/* CSS Document */

body {
margin: 0;
padding: 0;
background-color: #FFFFFF;
font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000;
}

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

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

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

a:active {
text-decoration: none;
color: #0000CC;
}

#cabezal {
height: 60px;
background-color: #FFF;
text-align: center;
}

#publicidad {
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

.titulo {
font-size: 12px;
font-weight: bold;
}

.titulo a:link {
text-decoration: none;
}

.titulo a:visited {
text-decoration: none;
}

.titulo a:hover {
text-decoration: none;
color: #000
}

.titulo a:active {
text-decoration: none;
}

#foto {
margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}

#pie {
margin-top: 10px;
text-align: center;
}

#borja {
text-align: center;
font-size: 10px;
color: #CCCCCC;
}
