/* --------------- FUENTES ------------------ */

@font-face {
    font-family: 'allerbold';
    src: url('fuentes/aller1/aller_bd-webfont.eot');
    src: url('fuentes/aller1/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/aller1/aller_bd-webfont.woff') format('woff'),
         url('fuentes/aller1/aller_bd-webfont.ttf') format('truetype'),
         url('fuentes/aller1/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerbold_italic';
    src: url('fuentes/aller1/aller_bdit-webfont.eot');
    src: url('fuentes/aller1/aller_bdit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/aller1/aller_bdit-webfont.woff') format('woff'),
         url('fuentes/aller1/aller_bdit-webfont.ttf') format('truetype'),
         url('fuentes/aller1/aller_bdit-webfont.svg#allerbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'alleritalic';
    src: url('fuentes/aller1/aller_it-webfont.eot');
    src: url('fuentes/aller1/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/aller1/aller_it-webfont.woff') format('woff'),
         url('fuentes/aller1/aller_it-webfont.ttf') format('truetype'),
         url('fuentes/aller1/aller_it-webfont.svg#alleritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_lightregular';
    src: url('fuentes/aller2/aller_lt-webfont.eot');
    src: url('fuentes/aller2/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/aller2/aller_lt-webfont.woff') format('woff'),
         url('fuentes/aller2/aller_lt-webfont.ttf') format('truetype'),
         url('fuentes/aller2/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aller_lightitalic';
    src: url('fuentes/aller2/aller_ltit-webfont.eot');
    src: url('fuentes/aller2/aller_ltit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/aller2/aller_ltit-webfont.woff') format('woff'),
         url('fuentes/aller2/aller_ltit-webfont.ttf') format('truetype'),
         url('fuentes/aller2/aller_ltit-webfont.svg#aller_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerregular';
    src: url('fuentes/aller2/aller_rg-webfont.eot');
    src: url('fuentes/aller2/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/aller2/aller_rg-webfont.woff') format('woff'),
         url('fuentes/aller2/aller_rg-webfont.ttf') format('truetype'),
         url('fuentes/aller2/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* --------------- FIN FUENTES ------------------ */

body { 
    Background-color: #626262;
    Width: 100%;
    Height: 100%;
    font-size: 10pt;
    margin-top: 0px;
    font-family: 'allerregular';
}

div#pagina{
    position: relative;    
    width: 940px;
    margin: auto;
    margin-top: 0px;
    background-color: #dedede;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

div#botonesheader{
    margin: auto;
    width: 940px;
    font-family: 'allerregular';
}

ul, ol{
    list-style: none;
}

.nav {
    */padding-left: 10px;
    */padding-right: 10px;
    padding-top: 0px;
    margin-top: -4px;
    width: 900px;
    position: absolute;
    */float: left;
    background-color: #98cb00;
}

*/.nav ul {
    padding-top: 0px;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    list-style: none outside none;
    */margin-left: 75px;
}

*/.nav li {
    background-color: #98cb00;
    text-decoration: none;
    */list-style: none outside none;
    padding-top: 0px;
    */float: left;
    */margin-right: 50px;
}

.nav li a {
    padding: 5px 33px;
    */float: left;
    display: block;
    background-color: #98cb00;
    color: #000;
    */font-size: 12pt;
    line-height: 30px;
    */text-align: center;
    text-decoration: none;
    */width: 100px;
    padding-top: 5px;
    */font-family: 'allerregular';
}

.nav li a:hover{
    color: rgb(152, 152, 152);
    background-color: rgba(50,50,50,1);
}

.nav > li{
    float: left;
}

.nav li ul{
    display: none;
    position: absolute;
    min-width: 150px;
    margin-left: -20px;
}

.nav li:hover > ul{
    display: block;
}



article {
    width: 93%;
    padding-top: 70px;
    padding-bottom: 33px;
    padding-right: 33px;
    padding-left: 33px;
}

section {
    width: 515px;
    padding-top: 0px;
    padding-bottom: 33px;
    padding-right: 33px;
    padding-left: 0px;
    margin-top: -44px;
    margin-left: 107px;
}

aside {
    width: 650px;
    padding-top: 0px;
    padding-bottom: 33px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: -34px;
    margin-left: 35px;
}

nav#botonestps {
    margin-left: -38px;
}

nav#botonestps ul {
}

nav#botonestps ul li{
    list-style: none outside none;
}

nav#botonestps ul li a{
    display: block;
    text-decoration: none;
    color: #000000;
    line-height: 31px;
    font-size: 8pt;
}

nav#botonestps ul li a:hover{
    */text-decoration: underline;
    */text-decoration-color: #98cb00;
}


nav#botonesenlaces {
    margin-left: -25px;
}

nav#botonesenlaces ul {
}

nav#botonesenlaces ul li{
    list-style: none outside none;
}

nav#botonesenlaces ul li a{
    display: block;
    text-decoration: none;
    color: #000000;
    line-height: 31px;
    font-size: 8pt;
}

nav#botonesenlaces ul li a:hover{
    */text-decoration: underline;
    */text-decoration-color: #98cb00;
}

div#botoneraenlaces{
    width: 180px;
    float: right; 
    padding-left: 33px;
}

.niveles {
    color: #98cb00;
    display: block;
    background-color: #626262;
    width: 39px;
    */height: 35px;
    text-align: center;
    */padding-top: 0px;
    padding-bottom: 5px;
    font-size: 17pt;
    font-family: 'allerbold';
    margin-bottom: -6px;
    line-height: 25px;
}

.enlaces {
    color: #98cb00;
    display: block;
    background-color: #626262;
    */width: 98px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 17pt;
    font-family: 'allerbold';
    margin-bottom: -3px;
    margin-right: 80px;
    line-height: 20px;
}

.libros {
    color: #98cb00;
    display: block;
    background-color: #626262;
    */width: 98px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 17pt;
    font-family: 'allerbold';
    margin-bottom: -3px;
    margin-right: 97px;
    line-height: 20px;
}

.revistas {
    color: #98cb00;
    display: block;
    background-color: #626262;
    */width: 98px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 17pt;
    font-family: 'allerbold';
    margin-bottom: -3px;
    margin-right: 73px;
    line-height: 20px;
}

div#botonestps{
    width: 40px;
    float: left; 
    padding-right: 33px;
}

.tituloverde{
    color: #98cb00;
    font-size: 34pt;
    font-family: 'allerbold';
}

.titulonegro{
    font-size: 24px;
}

.subtitulo{
    color: #626262;
    font-size: 15px;
    font-family: 'allerbold';
}

.parrafo{
    color: #626262;
}

hr {
    border: none;
}

div.hrparrafo {
    background-color: #626262;
    height: 1px;
    border: 0;
    margin-top: 2px;
    margin-left: 0px;
    width: 100%;
}

div.hr {
    height: 320px;
    border: 0;
    background-color: #000000;
    width: 1px;
    float: right;
}

div.hrbiblio {
    height: 320px;
    border: 0;
    background-color: #000000;
    width: 1px;
    float: left;
}

div.hrverde {
    height: 3px;
    border: none;
    background-color: #98cb00;
    margin-top: -12px;
    width: 28px;
    margin-bottom: 5px;
}

div.hrverabajo{
    margin-left: 0px;
    background-color: #98cb00;
    height: 4px;
    border: none;
    width: 940px;
    margin: auto;
    padding-bottom: 20px;
    margin-top: -20px
}

div#duracionclases{
    float: right;
    width: 240px;
    list-style: none outside none;
    margin-left: 23px;
    margin-top: 20px;
    color: #626262;
    font-size: 13pt;
}

div.imgbloque{
    float: inherit;
    margin-left: -20px;
}

.titulobloques{
    font-family: 'allerbold';
    color: #dedede;
    font-size: 14pt;
    line-height: 0px;
}


.bloquesderecha{
    float: right;
    width: 200px;
    list-style: none outside none;
    margin-left: 23px;
    margin-top: 65px;
    margin-right: -260px;
}

.bloquesderecha li{
    background-color: #626262;
    float: right;
    width: 210px;
    padding: 15px;
    margin-bottom: 10px;
}

footer{
    position: relative;    
    width: 960px;
    margin: auto;
    margin-top: -15px;
    padding-left: 40px;
    padding-top: 20px;
    background-color: #626262;
    padding-bottom: 20px;
}

div#navegacionfooter{
    float: right;
    margin-left: 80px;
    position: absolute;
    margin-top: -15px;
}

div#navegacionfooter ul{
    float: left;
    width: 130px;
    margin-left: -15px;
}

div#navegacionfooter li{
    list-style: none outside none;
}

div#navegacionfooter ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 8pt;
}

.titulofooter{
    font-family: 'allerbold';
    color: #98cb00;
    font-size: 10pt;
    line-height: 15px;
}

.tituloenlaces{
    background-color: #98cb00;
    color: #626262;
    font-family: 'aller bold';
    text-decoration: none;
    display: block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13pt;
}

.tituloenlaces a{
    color: #626262;
    font-family: 'allerbold';
    text-decoration: none;
    padding-left: 8px;
    font-size: 13pt;
    line-height: 0px;
}

.enlacesidioma{
    float: right;
    background-color: #626262;
    color: #dedede;
    padding: 6px;
    font-family: 'allerbold';
    font-size: 13pt;
    line-height: 15px;
    */padding-top: 15px;
    height: 20px;
}

div#paginacompleta{
    margin: auto;
    padding: 40px;
    margin-top: -80px;
}

div#imagentps{
    float: left;
    */position: absolute;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: 
}

.imagentpgrande{
    float: left;
    position: absolute;
    color: #626262;
    font-size: 80pt;
    text-align: center;
    width: 261px;
    font-family: 'allerbold';
    margin-top: 118px;
    line-height: 103px;
}

.imagentpsgrande{
    float: left;
    position: absolute;
    background-color: #626262;
    display: block;
    width: 257px;
    height: 50px;
    color: #98cb00;
    padding: 6px;
    font-size: 15pt;
    font-family: 'allerbold';
    margin-top: 221px;
    line-height: 23px;
}

.hrimagentp{
    */float: left;
    position: absolute;
    height: 250px;
    margin-top: 0px;
    width: 269px;
    background-color: rgba(152,203,0, 0.5);
}
.hrimagentp:hover{
    background-color: rgba(152,203,0, 0);
}

nav#botonesprograma{
    float: right;
}

nav#botonesprograma ul {
    */margin-top: -10px;
}

nav#botonesprograma ul li {
    float: left;
    margin-bottom: 5px;
    margin-left: 5px;
}

nav#botonesprograma ul li a {
    text-decoration: none;
    background-color: #626262;
    color: #dedede;
    display: block;
    padding: 8px;
    font-size: 12pt;
    width: 130px;
    text-align: center;
}

.programaelegido{
    background-color: #98cb00;
    color: #000;
    display: block;
    padding: 8px;
    font-size: 12pt;
    width: 130px;
    text-align: center;
    margin: -8px;
}

div#programalista{
    float: left;
    position: relative;
    width: 420px;
    margin-left: 10px;
    height: 150px;
}

.programarecurso{
    float: right;
    position: relative;
    font-size: 12pt;
    padding: 5px;
    background-color: #98cb00;
    color: #626262;
    font-family: 'allerbold';
    line-height: 15px;
    height: 20px;
}

.programat{
    float: left;
    font-size: 12pt;
    padding: 5px;
    background-color: #000;
    color: #98cb00;
    height: 20px;
    margin-right: 5px;
}

.programatitulo{
    display: block;
    background-color: #626262;
    color: #98cb00;
    font-size: 12pt;
    font-family: 'allerbold';
    line-height: 15px;
    padding: 5px;
    height: 20px;
}

div#imagenheaderindex{
    padding-top: 37px;
}

div#index1{
    margin-left: -39px;
    width: 940px;
    margin-top: -65px;
}

div#indextps{
    float: left;
    position: relative;
    width: 312px;
    margin-right: 1px;
}

.indextpsnivel{
    float: left;
    position: absolute;
    display: block;
    background-color: #98cb00;
    width: 307px;%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 18pt;
    font-family: 'aller bold italic';
    color: #fff;
}

.indextpstp{
    float: left;
    position: absolute;
    background-color: #626262;
    margin-top: 240px;
    padding: 10px;
    margin-left: 0px;
    width: 40px;
    font-size: 25pt;
    line-height: 25px;
    font-family: 'aller bold';
    padding-top: 17px;
    padding-bottom: 17px;
    color: #98cb00;
}

div#indextpstexto{
    float: left;
    position: absolute;
    background-color: #626262;
    margin-top: 240px;
    padding: 10px;
    margin-left: 60px; 
}

.indextpstitulo{
    color: #dadada;
    font-family: 'aller bold';
}

.indextpsparrafo{
    color: #dadada;
    font-size: 7.9pt;
}

*/.vermas{
    float: right;
    position: absolute;
    background-color: #98cb00;
    margin-top: 200px;
    margin-right: 50px; 
    margin-left: 50px; 
}
