@font-face {
    font-family: myraidPro-Regular;
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#myraidPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: myraidPro-Italic;
    src: url('../fonts/myriadpro-it-webfont.eot');
    src: url('../fonts/myriadpro-it-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-it-webfont.woff') format('woff'), url('../fonts/myriadpro-it-webfont.ttf') format('truetype'), url('../fonts/myriadpro-it-webfont.svg#myriad_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: myraidPro-Bold;
    src: url('../fonts/myriadpro-bold-webfont.eot');
    src: url('../fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-bold-webfont.woff') format('woff'), url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-bold-webfont.svg#myriad_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: MyriadPro-BoldCondIt;
    src: url('../fonts/myriadpro-boldcondit-webfont.eot');
    src: url('../fonts/myriadpro-boldcondit-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-boldcondit-webfont.woff') format('woff'), url('../fonts/myriadpro-boldcondit-webfont.ttf') format('truetype'), url('../fonts/myriadpro-boldcondit-webfont.svg#myriad_proBdCnIt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: MyriadPro-BoldCond;
    src: url('../fonts/myriadpro-boldcond-webfont.eot');
    src: url('../fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-boldcond-webfont.woff') format('woff'), url('../fonts/myriadpro-boldcond-webfont.ttf') format('truetype'), url('../fonts/myriadpro-boldcond-webfont.svg#myriad_probold_condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: MyriadPro-Semibold;
    src: url('../fonts/myriadpro-semibold-webfont.eot');
    src: url('../fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-semibold-webfont.woff') format('woff'), url('../fonts/myriadpro-boldcond-webfont.ttf') format('truetype'), url('../fonts/myriadpro-semibold-webfont.svg#myriad_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: MuseoSans;
    src: url('../fonts/museosans-webfont.eot');
    src: url('../fonts/museosans-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-webfont.woff') format('woff'), url('../fonts/museosans-webfont.ttf') format('truetype'), url('../fonts/museosans-webfont.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Museo700-Regular;
    src: url('../fonts/museo700-regular-webfont.eot');
    src: url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/museo700-regular-webfont.woff') format('woff'), url('../fonts/museo700-regular-webfont.ttf') format('truetype'), url('../fonts/museo700-regular-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    padding-top: 110px;
    background-color: white;
    font-family:myraidPro-Regular;
}
.col-md-4 p{
    text-align:justify;
    
}

.navbar {
    background-color: white;
    border: 0;
    font-size:15px;
}
.navbar-default .navbar-nav > li > a{
    padding-top: 10px;

}
.navbar-default .navbar-nav > li > a:hover{
    background-color:#e7e6e6;
    border-top: solid #ed7a21;
    border-right:none;
    border-bottom:none;
    border-left:none;
    padding-top: 10px;
    padding-bottom: 36px;
}

.navbar-default .navbar-nav > .active > a{
    background-color:#e7e6e6;
    border-top: solid #ed7a21;
    border-right:none;
    border-bottom:none;
    border-left:none;
    padding-top: 10px;
    padding-bottom: 36px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color:#e7e6e6;
    border-top: solid #ed7a21;
    border-right:none;
    border-bottom:none;
    border-left:none;
    padding-top: 10px;
    padding-bottom: 36px;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ 
    display: block;
    position:absolute;
    left:0px;
    border-top:0px;
    background-color:#e7e6e6; 
    margin-top: -1px;
    border-bottom-radius:5;
    box-shadow:none;
}
.nav .dropdown-toggle .caret { display:none; }

.logo {
    width: 253px;
    height: 105px;
}
.carousel-indicators {
		top: 103%;
		right: 0px;
		z-index: 31;
}
.carousel-indicators li {
  background-color: #878787;
}

.carousel-indicators .active {
  background-color: #ed7a21;
}

.carousel-inner img{
  min-width: 100%;
  height: 700px !important;
}

.breadcrumb { 
    list-style: none; 
    float: left;
    position: absolute;
    left:145px;
    background-color: white;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #cccccc;
font-family: "icons";
content: ">"; 
}
#destacado{
    position: absolute;
    z-index: 20;
    top:5px;
    right: 0px;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
     /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    padding: 10px;
}
#destacado p{
    opacity: 1;
    font-size: 25px;
    }

.carousel-caption h1 {
    opacity: 1;
    font-size: 25px;
}
.carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-left: 63px;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.caption {
    position: absolute;
    bottom: 60px;
    background: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    width: 92.5%;
    height: auto;
    color: #fff !important;
    text-align: justify;
    font-size: 12px;
    font-family: myraidPro-Regular;
    padding-left: 10px;
    padding-right:10px;
}
.bepensa_somos {
    padding-top: 20px;
    text-indent: 60px;
    left: 15px;
    font-family: myraidPro-Regular;
    font-size: 35px;
    text-align: justify;
    color: #5c5c5c;
}
.jumbotron{
    margin-bottom:0px;
}
.titulos {
    font-family: myraidPro-Bold;
    color: white;
}
#pie {
    width: 100%;
    background-color: #fb6619;
}
footer {
    color: white;
    position: relative;
}

#pie_dir {
    padding-top: 30px;
    width: 365px;
}
#sociales img{
    position: absolute;
    right:10px;
    top:30px;
    
}

#sociales p a {
    position: absolute;
    right: 10px;
    top: 100px;
    color: white;
}

#prensa {
    position: absolute;
    right: 150px;
    top: 100px;
    color: white;
}
#faq {
    position: absolute;
    right: 200px;
    top: 100px;
    color: white;
}

.texto_contacto
{
    text-align: justify;
    font-family:myraidPro-Regular;
    color:#797979;
    font-size:24px;
}
input{
    height:40px;
    width:20px;
    background-color:#dfdfdf;
}
textarea{
    height:180px;
    width:600px;
    background-color:#dfdfdf;
    
}

.widewrapper {
  width:100%;
  }

.widewrapper > img {
  width:100%;
}

@media screen and (max-device-width: 480px) {
    body {
        padding-top: 120px;
    }
    #pie {
        width: 100%;
        background-color: #353535;
        height:250px;
    }
    .logo {
        width: 210px;
        height: 90px;
    }
    .bepensa_somos {
        padding-top: 40px;
        left: 1px;
        font-family: myraidPro-Regular;
        font-size: 10px;
        text-align: justify;
        color: #5c5c5c;
    }
    .caption {
        position: absolute;
        top:30px;
        background: rgba(0, 0, 0, 0.4);
        width: 89%;
        height:40%;
        color: #fff !important;
        text-align: justify;
        font-size: 12px;
        font-family: myraidPro-Regular;
        padding-left: 10px;
    }
    .titulo_lineas
    {
        top:0px;

    }
}


.texto_noticia {
    text-align:justify;
    font-size:14px;
    font-family:myraidPro-Regular;
}

.separacion
{
    color: #d08e66;
background-color: #d08e66;
height: 3px
    
}

#controles {
    float:right;
}

#prev, #next{
    float: left; margin-right: 5px; width: 37px; height: 36px;
}

#next:hover {
    background-image:url('../img/next_hover.png');
    cursor:pointer;
    z-index:9999;
}
#prev:hover {
    background-image:url('../img/prev_hover.png');
    cursor:pointer;
    z-index:9999;
}
#next {
    
    background-image:url('../img/next.png');
    cursor:pointer;
    z-index:9999;
}
#prev {
    
    background-image:url('../img/prev.png');
    cursor:pointer;
    z-index:9999;
}
#prev_n, #next_n{
    float: left; margin-right: 5px; width: 37px; height: 36px;
}

#next_n:hover {
    background-image:url('../img/next_hover.png');
    cursor:pointer;
    z-index:9999;
}
#prev_n:hover {
    background-image:url('../img/prev_hover.png');
    cursor:pointer;
    z-index:9999;
}
#next_n {
    
    background-image:url('../img/next.png');
    cursor:pointer;
    z-index:9999;
}
#prev_n {
    
    background-image:url('../img/prev.png');
    cursor:pointer;
    z-index:9999;
}

.nosotros_titulo {
    text-align:center;
    font-size:36px;
    font-family:myraidPro-Bold;
    color:#ff6000;
}

.nosotros_lineas {
    text-align:center;
    font-size:30px;
    letter-spacing:5px;
    font-family:myraidPro-Italic;
}

.nosotros_lineas a {
    text-align:center;
    font-size:30px;
    letter-spacing:5px;
    font-family:myraidPro-Italic;
    text-decoration: none;
    color:#222222;
}


.titulos_mision
{
    text-align:center;
    font-size:40px;
    font-family:myraidPro-Bold;
    color:white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

.descripcion_mision{
    text-indent: 60px;
    color:white;
    font-family: myraidPro-Regular;
    font-size: 35px;
    text-align: justify;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}
.descripcion_mision_m{

    color:white;
    font-family: myraidPro-Regular;
    font-size: 25px;
    text-align: justify;
}



.jardin_segundo {
    text-align:justify;
    line-height: 1.4; font-size: 1.64em;
    letter-spacing:1px;
    
    font-family:myraidPro-Regular;
    color:#444444;
}

.jardin_tercer {
      text-align:justify;
    font-size:24px;
    letter-spacing:1px;
    font-weight:600;
    font-family:myraidPro-Regular;
    color:white;
    
}

.jardin_tercer a {
      text-align:justify;
    font-size:24px;
    letter-spacing:1px;
    font-weight:600;
    font-family:myraidPro-Regular;
    color:white;
    text-decoration: none;
    
}


.jardin_primer {
    text-align:justify;
    line-height: 1.5; font-size: 1.5em;
    letter-spacing:1px;
    text-indent: 60px;
    font-family:myraidPro-Regular;
    
    color:#242424;
    
}

.titulo_lineas
{
    bottom:60px;
    background: rgba(0, 0, 0, 0.4);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    height:60px;
}
.titulo_lineas p{
    color:white;
    text-align:center;
    font-size:35px;
    font-family:myraidPro-Bold;
}
.masprogramas{
    position:relative;
    text-align: center;
vertical-align: middle;
}
.masprogramas p{

    color:#c4e930;
    text-align:center;
    font-family:myraidPro-Bold;
    font-size:50px;
    padding:30px;

}
.masprogramas img
{
    
    display: inline-block;
    padding-left:0px;
    
  
}
.leermas {
    color:#ed7a21;
    font-size:16px;
    text-align:right;
    font-family:myraidPro-Regular;
    float:right;
    cursor:pointer;
}

.titulo_subprogramas {
    color:#777777;
    font-size:28px;
    text-align:center;
    font-family:myraidPro-Bold;
    
}

.titulo_subprogramasmas {
    color:#777777;
    font-size:28px;
    text-align:center;
    font-family:myraidPro-Bold;
    
}
.titulo_programas {
    color:black;
    text-indent: 60px;
    font-size:38px;
    text-align:justify;
    font-family:myraidPro-Regular;
    
}



.circular {

border: 2px solid grey;
margin: 0;
padding: 0;
border-radius: 800px;
overflow: hidden;

    }

strong {
    text-shadow: black 0.1em 0.1em 0.2em;
}


.widewrapper > img {
width: 100%;
height: 602px;
}


.pdf_texto
{
    color:black;
    font-size:25px;
    text-align:justify;
    font-family:myraidPro-Regular;

}

.img_subprogramas{
margin-left:70px;

}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    .img_subprogramas{

            margin-left:-30px;
            height: 250.3333px;
            width: 250.2px;
    }
    .carousel-inner img{

min-width: 100%;
height: 300px !important;

 }
    
    #link_convocatoria{
padding-top: 40px;
text-indent: 60px;
left: 15px; 
font-family: myraidPro-Regular;
font-size: 20px;
text-align: justify;
text-decoration: none;

 }


}


@media (min-width: 768px) and (max-width: 1024px) and (orientation : landscape)  {
       .nav{
        font-size: 12px;
         margin-right:-85px;
    }
   
   
   .logo{
        width: 10px;
        height: 95px;
margin-top: 30px;
    }


} 
@media (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .nav{
        font-size: 9px;
        
    }
    .logo{
        width: 99px;
        height: 65px;
    }
    .caption
    {
        width: 49.5%;
    }
    .titulo_subprogramasmas {
        padding-right: 240px;
    }
    .pie_dir
    {
        width: 150px;
    }
    
} 

@media screen and (min-width: 1920px){

.carousel-inner img{
  min-width: 100%;
  height: 1000px !important;
 }   
    
}

@media screen and (max-width: 800px){

    .nav{
        font-size: 9px;
        
    }
    .logo{
        width: 60px;
        height: 65px;
    }


} 

@media screen and (max-width: 1024px){

        .nav{
        font-size: 10px;
        
    }
    .logo{
     width: 100px;
     height: 65px;
margin-top: 15px;
    }

.carousel-inner img{

min-width: 100%;
height: 450px !important;

 }


}  

@media screen and (max-width: 1024px) and (max-hight:600){

    .nav{
        font-size: 11px;
        
    }
    .logo{
        width: 10px;
        height: 65px;
    }


}   
    

.redondear{
     -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}











/*************************** ESTILOS DE FAQ ********************************************************/
.preguntas > ul{
    /*list-style-type: decimal; */
    list-style-type:none; 
}
.preguntas > ul >li{
    font-size: 16px;
    font-family: myraidPro-Regular;
}   
.preg{
    color:#ff6000;
    font-size: 18px;
    font-family: myraidPro-Regular;
}














/*************************** ESTILOS DE INFO ********************************************************/
.info{
    margin-top: -100px;
}

.info > h2{
    color:#ff6000;
    font-size: 24px;
    font-family: myraidPro-Bold;
}
.info > ul{
    /*list-style-type: decimal; */
    list-style-type:none; 
}
.info > ul >li{
    font-size: 16px;
    font-family: myraidPro-Regular;
}
.info > p{
    text-align: justify;
    font-size: 16px;
    font-family: myraidPro-Regular;   
}
.info > h3{
    font-size: 20px;
    font-family: myraidPro-Bold;
}
#terminos{
    position: absolute;
    margin-top: 15px;
}










/****************************** ESTILO DE PROYECTO ****************************************************/
#autorizada{
    position: absolute;
    margin-top: -10px;
}
#fondos_box{
    position: absolute;
    margin-top: -10px;
}
#canal_box{
    position: absolute;
    margin-top: -10px;
}
#reconocimiento_box{
    position: absolute;
    margin-top: -10px;
}


#add_org{
    text-decoration: none;
}


#link_convocatoria{
    padding-top: 90px;
    text-indent: 60px;
    left: 15px;
    font-family: myraidPro-Regular;
    font-size: 30px;
    text-align: justify;
    text-decoration: none;
}

#link_convocatoria > a{
    text-decoration: none;   
}