body
{
    background: url(img/bg.jpg) repeat-x #e6f0ff;
    font-family:sans-serif;
    text-align:center;
}
table
{
    color:#eeeeee;
}
img
{
    border:none;
}
h1
{
    font-size: 1.6em;
}
a{
    text-decoration: none;
    color: #eeeeee;
}
#menu
{
    margin-top:10px;
    font-weight: bold;
}
#menu a:hover{
    text-decoration:none;
    border:1px solid #ffff00;
}
#menu ul li
{
    display:inline;
}
#menu ul .activa a
{
    color:#ffff00;
}
#menu a
{
    margin-left:20px;
    color: #ffffff;
    padding: 5px;
    background:url(img/bgmenu.jpg) repeat-x #000000;
    border:1px solid;
}
.titulo
{
    background:#000000;
    border:1px solid yellow;
    color:#ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -border-radius: 10px;
}
#contenedor
{   -moz-border-radius:20px;
    -webkit-border-radius: 20px;
    -border-radius: 20px;
    width: 900px;
    margin: 0 auto;
    font-size: 0.85em;
    color: #eeeeee;
    background: #000126;
    position: relative;
    top:-2px;
}
#main
{
    background: url(img/bgmain.jpg) repeat-x #1f05f1;
    padding:0 20px 10px 20px;
    
}
#texto
{
    width: 600px;
    border-right: 1px dotted;
    padding-right: 10px;
    text-align: justify;
    float:left;
}
#cabecera
{
    -moz-border-radius:20px;
    -webkit-border-radius: 20px;
    -border-radius: 20px;
    border:10px solid #000126;
    width:880px;
    height:200px;
}
#fotos
{
    width: 240px;
    float:right;
}
.thumb img
{
    border:1px solid #eeeeee;
}
#pie
{
    height:25px;
    font-size: 0.8em;
    padding-top: 10px;
}
#firma
{
    position:absolute;
    right:50px;
    color: #708196;
}
#firma a
{
    color: #708196;
}