/* Global */ 
.bolded{
    font-weight: bold;}
a{ 
    cursor:pointer; }
.amounts{
    text-align: right;
}
.centered_text{
    text-align: center;
}
.preload_image{
    display:none;
}
.extend_100_percent_width{
    width:87%;
}
.link_text{
    color:blue;text-decoration: underline;cursor:pointer;}
.pointer{cursor: pointer}

/* Main */
.standard_font{
    font-size:15pt; font-family: "Open Sans";
}
.small_font{
    font-size:13pt;
    font-family: "Open Sans";
}
.large_font{
    font-size:20pt;
    font-family: "Open Sans";
}
.section_title{
    font-weight:bold;
    font-size:25pt;
    font-family: "Open Sans";
}
.list_header1{
    background-color: darkslategray;
    color: white;
    font-size:17pt;
    font-family:"Open Sans";
}
.list_style1{
    background-color: darkslategray;color: white;font-size:15pt;font-family:'Open Sans';
    
}
.list_style2{ 
    color: black; font-size:15pt;font-family:'Open Sans';
    
}
.audiolibros:active{
    background-color: white;
    font-weight:bold;
    color:#800000;
}
.audiolibros{
    text-decoration: none;
    background-color: #FFFFFF; 
    color:#800000;
} 