/* 
    Document   : personas_ws_estilos.css
    Created on : 04/04/2014, 16:00:30
    Author     : roberto
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#antecedentesSeccion1{
    display: block;
    width: 100%;
    background: #cccccc;
    padding: 5px;
    margin: 10px 0px;
    font-size: 1.1em;
    font-weight: bold;
}

#antecedentesTblCom,#antecedentesTblCar,#antecedentesTblEst,#antecedentesTblDocXCarr{
    width: 95%;
    margin: 0px auto;
}
#antecedentesThCargo{
    background: #CADFE9;
}
#antecedentesNomCarrera{
    font-size: 1.3em;
    font-weight: bold;
    display: block;
    padding: 5px 5px 0px 5px;
    background: #ccc;
    margin-top: 10px;
}
#antecedentesNomEscuela{
    font-size: 0.9em;
    display: block;
    padding: 0px 5px 5px 5px;
    background: #ccc;
    margin-bottom: 10px;
}

#antecedentesThPlan{
    background: #004d95;
    color: white;
}
#antecedentesThAnio{
    background: #6FBDE9;
}
#antecedentesThCursada{
    background: #ccc;
}
#antecedentesThMateria{
    background: #CADFE9;
}
#antecedentesCV{
    width: 100%;
    text-align: right;
}