/* CSS Document */

#table_img{
background-image:url(../images/pixel.jpg);
background-position:center;
background-repeat: repeat-x   ;
width:778px;
}

#table_cont{
background-color:#0c5b9b;
background-position:center;
background-repeat: repeat-x   ;
width:778px;
}

#footer{
text-align:center;
color:#000000;
font-family:Tahoma;
font-size:10px;
font-weight:bold;
height:25px;
}

#labiofam{
background-image:url(../images/labiofam.jpg);
background-repeat: no-repeat;
width:130px;
font-family:Tahoma;
}

#contenido{
font-family:Tahoma;
color:#FFFFFF;
font-size:14px;

letter-spacing:1px;


}
#titulo{
font-family:Tahoma;
color:#FFFFFF;
font-size:18px;
font-weight:bold;
letter-spacing:1px;
}


a {
color:#9fcaec;
text-decoration:none;

}
a: hover {

color:#ffffff;
text-decoration:none;
}

a: link {

color:#ffffff;
text-decoration:none;
}