/* Empiezo CSS Simple99*/
body {
background-image: url(library/bg.gif);
background-repeat: repeat-x;
color: #566776;
font-family:  Tahoma, Helvetica, Sans, Sans-serif; 
font-size: 12px;  
text-align: center;
margin: 0px;
padding:0px;
}

a:link,a:visited { 
color: #566776;
text-decoration: underline; 
background-color: none;
font-size: 12px;
FONT-FAMILY:  tahoma, Trebuchet, Arial, Helvetica, Sans, Sans-serif;
}
a:hover {
color: #566776;
text-decoration:  underline;
background-color: none;
font-size: 12px; 
FONT-FAMILY: tahoma, Trebuchet,  Arial, Helvetica, Sans, Sans-serif;
}

#logo {
background-image: url(library/logotipo.gif);
background-repeat: no-repeat;
background-position: top;
background-position: left;
height: 229px;
width: 100%;

}
#content{
text-align: center;
color: #566776;
font-size:12px;
line-height: 20px;
}
#mas{
text-align: center;
width: 80%;
position:center;
}
.titulos {
font-family: tahoma, Trebuchet, Arial, Helvetica, Sans, Sans-serif;
font-size: 20px;
}

.bold { 
font-weight: 700;
}
.bold2 { 
color: #fd7c11;
font-weight: 700;
}
.txt{ 
color: #ffffff;
font-family:  tahoma, Helvetica, Sans, Sans-serif; 
font-size: 12px; 
font-weight: bold;  
line-height: 14px;
}

/* Fin CSS */









