root { 
    display: block;
}
body { 
    font-family: Myriad Pro,Trebuchet MS,Arial,Helvetica,Sans-Serif;
    background: url(../Images/fondo.gif);
    color:black;   
    font-size: 14px;
    background-repeat:repeat;
}
.tablaPrincipal{
    border: none;
    border-collapse: collapse;
    color: WHITE;
    font-size: 13px;
}
.tablaPlantilla{  
    border: none;
    border-collapse: collapse;
    color: BLACK;
    font-size: 13px;
    vertical-align: top;
}
.tablaArea{  
    border: none;
    border-collapse: collapse;
    color: #333333;
    font-size: 13px;
}
.linksBlancos{
    text-decoration:none;
    color:#ffffff;  
}
.linksBlancos:hover{    
    color:#999999;  
    text-decoration: underline;
}
.linksAzules2{
    text-decoration:none;
    color:#3143fb; 
    font-weight: 400;
}
.linksAzules2:hover{    
    color:WHITE;  
    text-decoration:underline;
}
.BlueLinks{
    text-decoration:none;
    font-weight:bold;
    color:#5f7ffc;
    font-size: 15px;
}
.BlueLinks:hover{    
    color:#3143fb;
    font-weight:bold;
    text-decoration: underline;
}
.linkMenuIzq{
    text-decoration:none;
    color:#333333;  
}
.linkMenuIzq:hover{    
    color:#999999;  
    text-decoration: underline;
}
.titulos{
    color:#5f7ffc;
}
.informacion{
    color:#333333;     
    font-size: 15px;
}
.rfv{
    display:inline;
    color:#FF0000;
    font-weight:bold;
    font-size:15px;
}


#imageContainer {
    position:relative;
    margin:auto;
    width:500px;
    border:1px solid #FFF;
}

/* FADE DE IMAGENES E IMAGENES CON BORDE REDONDO */
h1 {
    position:relative;
    font:1em verdana;
}
.copy {
    width:500px;
    margin:auto;
    position:relative;
    font:0.9em verdana;
}
#so_credits {
    position:relative;
    margin:25px auto 0px auto;
    width:350px;
    font:0.7em verdana;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    height:90px;
    padding-top:4px;
}
#so_credits img {
    float:left;
    margin:5px 10px 5px 0px;
    border:1px solid #000000;
    width:80px;
    height:79px;
}
#imageContainer {
    height:309px;
    float:right;
    position: relative;
    margin:5px 10px;
    float: left;
    padding-bottom:-5px;
}
#imageContainer span {
    position: absolute;
    z-index: 2;
    height: 5px;
    width: 5px;
}
#imageContainer img {
    display:none;
    position:absolute;
    top:0;
    left:0;
}
.curve1 {
    background: transparent url(../Images/topright.png) top right no-repeat;
    top: 0;
    right: 0;
}
.curve2 {
    background: transparent url(../Images/topleft.png) top left no-repeat;
    top: 0;
    left: 0;
}
.curve3 {
    background: transparent url(../Images/bottomright.png) bottom right no-repeat;
    bottom: 0px;
    right: 0;
}
.curve4 {
    background: transparent url(../Images/bottomleft.png) bottom left no-repeat;
    bottom: 0px;
    left: 0;
}
/* ASPECTO FISICO DEL MENU*/
#basic-accordian{
    width:220px;
    position:absolute;
    z-index:2;
    font-size:14px
}
#basic-accordian a{
    height:25px;
    text-decoration:none;
    font-weight:400;
    display: block;
    width: 100%;
    color: #0e69be;
    background: url(../Images/v3.jpg);
    background-repeat:no-repeat;
    padding: 8px 0 0 10px;
}
#basic-accordian a:hover{
    text-decoration:underline;
    color: white;
    background: url(../Images/v3.jpg) 0 -32px;
    background-repeat:no-repeat;
    padding: 8px 0 0 10px;
}
#basic-accordian a:active {
    color: #0e69be;
    background: url(../Images/v3.jpg) 0 -64px;
    background-repeat:no-repeat;
    padding: 8px 0 0 10px;
}
.accordion_headings{
    color:#FFFFFF;
    cursor:pointer;
    font-weight:bold;
}
.accordion_child{
    background:#9DC7F9;
    font-size:14px
}
.header_highlight{
    background:#9DC7F9;
}