/* Pyramid Centre. Clases del Splash */ 

.intro {
margin:1em 0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#6D6958;
text-align:left;
}

#fondo {
background: #fff url(../images/body.png);
margin: 0 0 0 0;
}

#todo {
width:100%; 
height:100%; 
background-position:center top; 
background-repeat:repeat-x; 
padding-top:50px
}

td img {
display: block;
}

.copyright {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:9px;
color:#F8FAEB;
padding-top:5px;
}

.copyright a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:9px;
color:#F8FAEB;
padding-top:5px;
text-decoration:none;
}

.copyright a:hover, .copyright a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:9px;
color:#F8FAEB;
padding-top:5px;
text-decoration:underline;
}