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

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

}




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

}




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

}




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

}




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

}




@font-face {
    font-family: 'allerregular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('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: 'aller';
}

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


div#headertitulo{
    float: left;
    margin-left: 70px;
    margin-top: 100px;
    position: absolute;
    color: #fff;
  
    
}
.texto_destacado{
}

.texto_destacado1{
    font-size: 21px;
    font-weight: bolder;
    float: left;
    color: #fff;
  
}

span.texto_destacado1{
}

.texto_destacado2{
    font-size: 14px;
    font-weight:normal;
    float: left;
    color: #fff;
  
    
}
span.texto_destacado2{
}




div#botonesheader{
    margin: auto;
    width: 940px;
    font-family: 'aller';
    font-size: 11px;
    font-weight:normal;
}

ul, ol{
    list-style: none;
}

.nav {
    */padding-left: 10px;
    */padding-right: 10px;
    padding-top: 0px;
    margin-top: -3px;
    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: 13pt;
    line-height: 30px;
    */text-align: center;
    text-decoration: none;
    */width: 100px;
    padding-top: 5px;
    */font-family: 'aller';
}

.nav li a:hover{
    color: #98cb00;
    background-color: rgb(0, 0, 0);
}

.nav > li{
    float: left;
}

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

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

article{
} 


.tituloverde{
    color: #98cb00;
    font-size: 23pt;
    font-family: 'aller bold';
}
        
div#paginacompleta{
    padding-left: : 40px;
    margin-left: 70px;
    margin-top:90px;
  }

div#paginacompleta2{
    padding-left: : 40px;
    margin-left: 70px;
    margin-top:90px;
    width: 760px;
  }


.subtitulo{
    color: #000;
    font-size: 16px;
    font-family: 'aller bold';
    

}

.parrafo{
    color: #fff;
    font-family:'aller';
}

hr {
    border: none;
}

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


div.hrparrafo2 {
    background-color: #000;
    height: 1px;
    border: 0;
    margin-top: 2px;
    margin-left: 0px;
    width: 103%;
}

section{
}

aside{
    
} 
div.hrverde {
    height: 4px;
    border: none;
    background-color: #98cb00;
    margin-top: 0px;
    width: 28px;
    margin-bottom: 0px;
}

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

    
}




div#pagina2{
    position: relative;    
    width: 940px;
    height: 100%;
    margin: auto;
    margin-top: 0px;
    background-color: #000;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

nav#botonesprograma{
    float: right;
    margin-right: 30px
}

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

nav#botonesprograma ul li {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 20px;
}

nav#botonesprograma ul li a {
    text-decoration: none;
    background-color: #98cb00;
    color: #000;
    display: block;
    padding: 8px;
    font-size: 10pt;
    width: 130px;
    text-align: center;
    font-family: aller bold;
    
}

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

div#programalista{
    float: left;
    position: relative;
    width: 400px;
    margin-left: 0px;
    height: 150px;
    margin-right: 30px;
}

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

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

.programatitulo{
    display: block;
    background-color: #fff;
    color: #070707;
    font-size: 11pt;
    font-family: 'aller bold';
    line-height: 20px;
    padding: 5px;
    height: 20px;
}




footer{
   position: relative;    
    width: 940px;
    height: 100px;
    margin: auto;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 30px;
    background-color: #000;
    padding-bottom: 20px;

}

div#navegacionfooter{
    float: right;
    margin-left: 30px;
    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: #fff;
    font-size: 7pt;
}

.titulofooter{
    font-family: 'aller;
    color: #98cb00;
    font-size: 8t;
}
   
div#facebook {
    */display: block;
    margin-top: -10px;
    margin-right: :30px;
    float: right;
    padding: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
       
}

div#twitter {
    display: block;
    margin-top: -10px;
    margin-right: :0px;
    float: right;
    padding: -400px;
    padding-top: 10px;
    padding-bottom: 10px;
       
}
    
    
    
    
    
    
    
    
    
    
    
    


  
    


