@charset "utf-8";
/* CSS Document */

/*Hack IE transparente background*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
/*zoom: 1;*/
/* [END] Hack IE */

@font-face {
    font-family:"OpenSans_Bold";
    src: url(../fuentes/OpenSans_Bold.woff);
    src: url(../fuentes/OpenSans_Bold.woff2) /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"OpenSans_Bold";
    src: url(../fuentes/OpenSans_Bold.ttf); /* TTF file for CSS3 browsers */
    }
    @font-face {
    font-family:"OpenSans_Bold";
    src: url(../fuentes/OpenSans_Bold.eot); /* TTF file for CSS3 browsers */
    }
    @font-face {
    font-family:"Open Sans";
    src: url(../fuentes/OpenSans_Regular.ttf); /* TTF file for CSS3 browsers */
    }
    @font-face {
    font-family:"Open Sans";
    src: url(../fuentes/OpenSans_Regular.eot); /* TTF file for CSS3 browsers */
    }



body {
    background-image: url(../img/bg_body.jpg);
    background-repeat: repeat-x;


}
/*INICIO DE LOS ESTILOS EN EL HOME//////////////////////////////*/
.video-responsive {
position: relative;
padding-bottom: 90%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
margin-left: 5px;
margin-right: 5px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* FIN DEL ESTIILO DE LOS VIDEOS EN HOME//////////////////////////////////////////77*/

#contenedor {
    width: 970px;
    padding: 0 5px 0;
    margin: auto;
    overflow: hidden;
    background-color: #FFF;
    padding-right: 15px;
}

#accesos {
    width: 400px;
    height: 25px;
    margin-top: 0;
    padding-top: 0;
}

#accesos img {
    float: left;
    border: 0;
}

#accesos ul {
    padding: 5px 0 0 15px;
    margin: 0;
}

#accesos li {
    float: left;
    margin-right: 15px;
    font-family: "Open Sans";
    font-size: 11px;
    color: #999999;
    list-style: none;
}

#accesos li a {
    color: #999999;
    text-decoration: none;
}

#accesos li a:hover {
    border-top: 5px solid #4176A7;
    padding-top: 5px;
}

#accesos p {
    float: left;
    margin-right: 15px;
    font-family: "Open Sans";
    font-size: 11px;
    color: #999999;
    list-style: none;
    margin-top: 0;
    padding-top: 10px;
}

#accesos p a {
    color: #999999;
    text-decoration: none;
}

#accesos p a:hover {
    border-top: 3px solid #4176A7;
    padding-top: 10px;
}

.textos_accesos {
    font-family: "Open Sans";
    font-size: 11px;
    color: #B0B0B0;
}

#header {
    width: 971px;
    height: 92px;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: 12px;
}

/*MENU SUPERIOR*/
#menu_sup {
    width: 956px;
    height: 23px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 12px;
    background-image: url(../img/bg_menu_sup.jpg);
    background-repeat: no-repeat;
}

#nav {
    width: 950px;
    margin: 0;
    padding: 0;
    float: left;
}

#nav li {
    color: #FFFFFF;
    float: left;
    padding-right: 15px;
    list-style: none;
    font: 12px "Open Sans";
    text-align: left;
    position: relative;
    cursor: default;
}

#nav li ul {
    padding: 0;
    display: none;
    position: absolute;
    left: 0;
    background-color: #4a6d8f;
    width: 177px;
    -moz-border-radius: 35px 0 35px 0; /* Firefox */
    -webkit-border-radius: 35px 35px 35px 35px; /* Safari, Chrome */
    border-radius: 5px 5px 5px 5px;
}

#nav a {
    text-decoration: none;
}

ul.transparencia {
    z-index: 1;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a6d8f, endColorstr=#4a6d8f);
    zoom: 0;
}

#nav li a {
    color: #FFFFFF;
}

#nav li li a:hover {
    color: #FFF;
}

#nav li li {
    clear: both;
    padding-bottom: 10px;
    float: left;
    border: 0;
    display: block;
}

#nav li li a {
    display: block;
    color: #FFFFFF;
    line-height: 18px;
}

#nav li:hover ul, li.over ul {
    display: block;
}

#content_central {
    width: 946px;
    padding: 0 0 40px 15px;
    overflow: hidden;
    display: inline-block;

}

#slide {
    width: 930px;
    padding-bottom: 60px;
}

.slideTextArea {
    width: 240px;
    height: 90px;
    overflow: hidden;
    position: relative;
    top: -270px;
    left: 692px;
    z-index: 2;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.slideTextAreaVideo {
    margin-top: 0;
    width: 330px;
    height: 260px;
    float: left;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

#news_left {
    width: 70%;
    display: inline-block;
}

#news_left .news_left_item{
    padding-top: 15px;
}

#news_right {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-left: 75px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px 5px rgba(0,0,0,0.50);
}

#banners_right {
    width: 161px;
    padding: 4px 0 40px 0;
    background-color: #cccccc;
}

#banners_right_interior {
    width: 156px;
    padding: 0 5px 40px 0;
    margin-right: 2px;
    background-color: #FFF;
    display: inline-block;
    vertical-align: top;
}

#banners_footer {
    margin-top: 30px;
    margin-bottom: 30px;
}

#content_central_interior {
    width: 580px;
    padding-bottom: 40px;
}

/*MENU INTERNO DE SECCIONES */
#menu_interno {
    width: 766px;
    height: 23px;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 0px;
    background-color: white !important;
}

#menuInterno {
    font: 12px "Open Sans";
    text-align: center;
}

#menuInterno ul, li {
    list-style-type: none;
}

#menuInterno ul {
    margin: 0;
    padding: 0;
}

#menuInterno li {
    float: left;
}

#menuInterno li a {
    text-decoration: none;
    color: #fff;
    background: #2889c7;
    padding: 3px 20px;
    text-align: center;
    border-right: 1px solid #fff;
}

#menuInterno a:hover {
    background: #87888c;
    color: #fff;

}

#menuInterno a.selected {
    background: #87888c;
    color: #fff;

}

#menuInterno a#primero {
    background: #cccccc;
    color: #000;

}

#menuInterno a:hover#primero {
    background: #87888c;
    color: #fff;

}

#menuInterno a:link#ultimo {
    background: #cccccc;
    color: #000;

}

#menuInterno a:hover#ultimo {
    background: #87888c;
    color: #fff;

}

#menuInterno a#selectedPrimero {
    -moz-border-radius: 35px 0 35px 0; /* Firefox */
    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */
    border-radius: 0 0 0 5px; /* CSS3 */
    background: #87888c;
    color: #FFF;
}

#menuInterno a#selectedUltimo {
    -moz-border-radius: 35px 0 35px 0; /* Firefox */
    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */
    border-radius: 0 0 5px 0; /* CSS3 */
    background: #87888c;
    color: #FFF;
}

#menuInterno a#selectedCentral {
    background: #87888c;
    color: #FFF;
}

#content_newsright_interior {
    width: 164px;
    padding-bottom: 20px;
    padding-left: 5px;
    margin-left: 4px;
    display: inline-block;
}

.contentNoticia {
    display: inline-block;
    vertical-align: top;
}

a.link_titulo_content_newsright_interior:link {
    font-family: "Open Sans";
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
}

a.link_titulo_content_newsright_interior:visited {
    font-family: "Open Sans";
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
}

a.link_titulo_content_newsright_interior:hover {
    font-family: "Open Sans", Arial;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline;
    line-height: 16px;
}

a.link_titulo_content_newsright_interior:active {
    font-family: "Open Sans";
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
}

.titulo_content_newsright_interior {
    font-family: "Open Sans";
    font-size: 12px;
    color: #333333;
}

p.abstract_newsright {
    font-family: "Open Sans";
    font-size: 11px;
    color: #666666;
    margin-top: 6px;
    margin-bottom: 0;
}

.tituloNovedades {
    font-family: "OpenSans_Bold";
    font-size: 18px;
    color: #0C3966;
    text-decoration: none;
    line-height: 22px;
}

a.link_TituloHome {
    font-family: "OpenSans_Bold";
    font-size: 18px;
    color: #0C3966;
    text-decoration: none;
    line-height: 22px;
    padding-bottom: 10px;
}

a.link_TituloHome:hover {
    text-decoration: underline;
}

a.link_TituloHome_slide {
    font-family: "OpenSans_Bold";
    font-size: 19px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

a.link_TituloHome_slide:hover {
    text-decoration: underline;
}

.textoFecha {
    font-family: "Open Sans";
    font-size: 13px;
    color: #999999;
    line-height: 18px;
    padding-bottom: 15px;
}

.textoFecha_slide {
    font-family: "Open Sans";
    font-size: 13px;
    color: #999999;

}

.textoNormalHome {
    font-family: "Open Sans";
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.textoNormal {
    font-family: "Open Sans";
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    vertical-align: top;

    
}

#contenedor #content_central .textoNormal {
    width: 930px;
}

.imagenNoticia {
    padding-right: 17px;
}

/*ESTILO LINKS NOTAS*/

td .textoNormal a:link {
    color: #09F;
    text-decoration: none;
}

td .textoNormal a:visited {
    color: #09F;
    text-decoration: none;
}

td .textoNormal a:hover {
    color: #616366;
    text-decoration: none;
}

td .textoNormal a:active {
    color: #616366;
    text-decoration: none;
}

.textoNormal div a:link {
    color: #09F;
    text-decoration: none;
}

.textoNormal div a:visited {
    color: #09F;
    text-decoration: none;
}

.textoNormal div a:hover {
    color: #616366;
    text-decoration: none;
}

.textoNormal div a:active {
    color: #616366;
    text-decoration: none;
}

.textoNormal p a:link {
    color: #09F;
    text-decoration: none;
}

.textoNormal p a:visited {
    color: #09F;
    text-decoration: none;
}

.textoNormal p a:hover {
    color: #616366;
    text-decoration: none;
}

.textoNormal p a:active {
    color: #616366;
    text-decoration: none;
}

/*TERMINA LINKS NOTAS*/
.textoNormal_slide {
    font-family: "Open Sans";
    font-size: 13px;
    color: #000000;
    letter-spacing: 1px;
}

.TituloNotaInterior {
    font-family: "Open Sans";
    font-size: 24px;
    color: #00375D;
    padding-bottom: 15px;
    line-height: 28px;
}

.tituloAbstract {
    color: #000000;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 20px;

}

.deptos-style1 {
    color: #00375D;
    font-family: "Open Sans";
    font-size: 22px;

}

.deptos-style2 {
    color: #000000;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: bold;
}

.deptos-style3 {
    font-family: "Open Sans";
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    text-align: left;
}

.deptos-style5 {
    color: #00375D;
    font-family: "OpenSans_Bold";
    font-size: 15px;

}

.deptos-style6 {
    color: #00375D;
    font-family: "Open Sans";
    font-size: 22px;

}

.contactoField {
    color: #154E6F;
    font-size: 12px;
    font-style: italic;
}

.tituloFiltroNovedades {
    color: #333333;
    font-family: "Open Sans";
    font-size: 12px;
}

.tituloHechoEnArg {
    color: #00375D;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}

.paginadorNovedades {
    font-family: "Open Sans";
    font-size: 12px;
    color: #999999;
    text-decoration: : none;
}

.subtituloLinksDto {
    font-family: "Open Sans";
    font-size: 18px;
    color: #00375D;
    font-weight: bold;
}

.tituloLinksDto {
    font-family: "Open Sans";
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

.abstractLinksDto {
    font-family: "Open Sans";
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

.ampliar {
    color: #00327F;
    font-family: "Open Sans";
    font-size: 12px;
}

a.ampliar {
    color: #00327F;
    font-family: "Open Sans";
    font-size: 11px;
    text-decoration: none;
}

.ampliar a {
    color: #00327F;
    font-family: "Open Sans";
    font-size: 11px;
    text-decoration: none;
}

.texto_revista_gr {
    font-family: Helvetica;
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

.texto_revista_ch {
    font-family: Helvetica;
    color: #999999;
    font-size: 12px;
}

p.texto_footer {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;;
    font-size: 11px;
    line-height: 16px;
    margin-right: 30px;
}

li.borde1 {
    height: 15px;
    padding: 3px 12px;
    background-color: #cccccc;
    list-style: none;

    -moz-border-radius: 35px 0 35px 0; /* Firefox */
    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */
    border-radius: 0 0 5px 0; /* CSS3 */
    font-family: "Open Sans";
    font-size: 12px;
    color: #000;
    float: left;
    padding-right: 30px;
}

li.bordeLeft {
    height: 15px;
    padding: 3px 12px;
    background-color: #cccccc;
    list-style: none;

    -moz-border-radius: 35px 0 35px 0; /* Firefox */
    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */
    border-radius: 0 0 0 5px; /* CSS3 */
    font-family: "Open Sans";
    font-size: 12px;
    color: #000;
    float: left;
    padding-right: 25px;
}

#menu_interno li a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #1d6592;
}

li.sinBorde {
    height: 15px;
    padding: 3px 12px;
    background-color: #cccccc;
    list-style: none;

    font-family: "Open Sans";
    font-size: 12px;
    color: #000;
    float: left;
    padding-right: 25px;
}

#menu-central {
    font: 11px "Open Sans";

    text-align: left;
    padding: 0;
    font-style: bold;

    margin-bottom: 3px;
    -moz-border-radius: 35px 0 35px 0; /* Firefox */
    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */
    background-color: #000;
}

li.borderedondeado1 {
    list-style: none;

    -moz-border-radius: 35px 0 35px 0; /* Firefox */

    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */

    border-radius: 5px 0 0 5px; /* CSS3 */

}


li.listaBorderTop {
    border-top: 2px solid #FFF;
}

/*MENU SUPERIOR*/
#menuSuperior {
    width: 400px;
    font-family: "Open Sans";
    font-size: 11px;
    color: #999999;
    text-align: left;
    padding: 0;
    margin-top: 0;
    display: inline-block;
}

#menuSuperior ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#hmenu-superior > li {
    display: inline-block;
}

#menuSuperior li ul {
    position: absolute;
    display: none;
}

#menuSuperior li ul li a:hover {
    color: #FFF;
    font-weight: bold;
}

#menuSuperior li ul li a {
    color: #FFF;;
}

#hmenu-superior > li > a {
    display: block;
    padding: 5px 5px;
    width: 105px;
}

ul.sub-menu-institucional {
    z-index: 1;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a6d8f, endColorstr=#4a6d8f);
    zoom: 0;
}

.sub-menu-institucional a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 160px;

}

#menuSuperior li:hover ul {
    display: block;
    background-color: #666;
    color: #FFF;
}

#menuSuperior li ul {
    background: #FFF;
}

#hmenu-superior {
    width: 400px;
    margin: 0 auto;
}

#hmenu-superior a {
    color: #999999;
    text-decoration: none;

}

#hmenu-superior ul li:hover {
    background-color: #CCC;
    color: #FFF;

}

#hmenu-superior li.bordeSubInstitucional a:hover {
    border-top: 5px solid #4176A7;
    padding-top: 0;
}

.tituloSeccion {
    color: #00375D;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
}

.cargoAutoridad2009 {
    font-family: "Open Sans";
}

.nombreAutoridad2009 {
    font-family: "Open Sans";
}

.tituloHome {
    font-family: "Open Sans";
    font-size: 15px;
    color: #00385D;
    font-weight: bold;
}

.linkDeptos {
    font-family: "Open Sans";
    font-size: 12px;
    color: #154E6F;
    font-weight: bold;
    text-decoration: none;
}

.textoNormal2 {
    font-family: "Open Sans";
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

td .textoNormal2 a:link {
    color: #09F;
    text-decoration: none;
}

td .textoNormal2 a:visited {
    color: #09F;
    text-decoration: none;
}

td .textoNormal2 a:hover {
    color: #616366;
    text-decoration: none;
}

td .textoNormal2 a:active {
    color: #616366;
    text-decoration: none;
}

.tituloPaisesvinculos {
    font-family: "OpenSans_Bold";
    font-size: 16px;
    color: #FF3300;

}

.textoNormalSlide {
    font-family: "Open Sans";
    font-size: 13px;
    color: #FFFFFF;
    line-height: 20px;
}

/*MENU CEU*/

#menu-centralCEU {
    width: 766px;
    font: 12px "Open Sans";
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 0px;
    background-color: #2889C7;
}

#menu-centralCEU ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#hmenuCEU > li {
    display: inline-block;
}

#menu-centralCEU li ul {
    position: absolute;
    display: none;
    z-index: 4;
}

#hmenuCEU > li > a {
    display: block;
    padding: 3px 20px;
}

.sub-menuCEU a {
    display: block;
    padding: 5px;
    width: 160px;
}

.sub-menuCEU a:hover {
    color: #FFF !important;
}

#menu-centralCEU li:hover ul {
    display: block;
}

#menu-centralCEU li {
    background: #2889C7 !important;
}

#hmenuCEU {
    width: 766px;
    text-align: center;
    margin: 0 auto;
}

#hmenuCEU a {
    color: #FFF;
    text-decoration: none;
}

#hmenuCEU a.selectedCentral {
    background: #23a6df;
    color: #FFF !important;
}

#hmenuCEU li:hover {
    background-color: #23A6DF !important;
    color: #FFF !important;
}

#hmenuCEU a:hover {
    color: #FFF !important;
}

li.listaBorderTop {
    border-top: 2px solid #FFF;
}

/*MENU INTERNO VINCULOS*/
#menu-centralVINCULOS {
    width: 766px;
    font: 12px "Open Sans";
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 7px;

}

#menu-centralVINCULOS ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#hmenuVINCULOS > li {
    display: inline-block;
}

#menu-centralVINCULOS li ul {
    position: absolute;
    display: none;
    z-index: 4;
}

#hmenuVINCULOS > li > a {
    display: block;
    padding: 3px 30px;

}

.sub-menuVINCULOS a {
    display: block;
    padding: 5px;
    width: 160px;
}

.sub-menuVINCULOS a:hover {
    color: #FFF !important;
}

#menu-centralVINCULOS li:hover ul {
    display: block;
}

#menu-centralVINCULOS li {
    background: #cccccc !important;
}

#hmenuVINCULOS {
    width: 766px;
    margin: 0 auto;
}

#hmenuVINCULOS a {
    color: #000;
    text-decoration: none;

}

a.selectedCentral {
    background: #87888c;
    color: #FFF !important;
    padding: 5px;
}

#hmenuVINCULOS li:hover {
    background-color: #87888c !important;
    color: #FFF !important;

}

#hmenuVINCULOS a:hover {
    color: #FFF !important;
}

li.listaBorderTop {
    border-top: 2px solid #FFF;
}

.tituloPaisesvinculos {
    font-family: "OpenSans-ExtraBold";
    font-size: 22px;
    color: #FF9900;
}

/*Paginado*/

.paginado {
    width: 320px;
    text-align: right;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans- serif;
    font-size: 11px;
    font-weight: bold;
    color: #0C3966;
}

.paginado a:link {
    color: #0C3966;
    text-decoration: none;
}

.paginado a:hover {
    color: #B2B2B2;
    text-decoration: none;
}

.paginado a:active {
    color: #0C3966;
    text-decoration: none;
}

.paginado a:visited {
    color: #0C3966;
    text-decoration: none;
}

.paginado2 {
    width: 120px;
    text-align: right;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans- serif;
    font-size: 11px;
    font-weight: bold;
    float: right;
    clear: both;
    color: #999;
}

.paginado2 a:link {
    color: #666;
    text-decoration: none;
}

.paginado2 a:hover {
    color: #0C3966;
    text-decoration: none;
}

.paginado2 a:active {
    color: #666;
    text-decoration: none;
}

.paginado2 a:visited {
    color: #666;
    text-decoration: none;
}

.entidades_colegas_paises {
    font-family: "OpenSans-ExtraBold";
    font-size: 22px;
    color: #F90;
}

#sponsors {
    display: inline-block;
    position: relative;
    width: 156px;
    height: 170px;
    margin-left: 0px;
}

#sponsors > div {
    position: absolute;
}

#footer {
    position: relative;
    width: 220px;
    height: 151px;
    display: inline-block;
}

#footer > div {
    position: absolute;
}

.presidente {
    font-family: Helvetica;
    font-size: 18px;

}

.presidente_abs {
    font-family: Helvetica;
    font-size: 12px;
    color: #898989;
}

.presidente_tituloNota {
    font-family: "OpenSans_Bold";
    font-size: 18px;
    color: #0C3966;
    line-height: 22px;
    text-decoration: none;
    font-weight: 700;
    padding-top: 25px;
}

.presidente_fechaNota {
    font-family: "Open Sans";
    font-size: 13px;
    color: #999;
    line-height: 18px;
}

.presidente_tituloNotaInterior {
    font-family: "OpenSans-ExtraBold";
    font-size: 24px;
    color: #00375D;
    line-height: 28px;
    font-weight: 700;
}

.presidente_tituloAbstract {
    color: black;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 20px;
}

.presidente_textoNota {
    font-family: "Open Sans";
    font-size: 13px;
    color: black;
    line-height: 20px;
}

.gv_galleryWrap {
    margin-bottom: 40px;
}

.inputLogin {
    width: 100px;
    border: 1px solid #BEBEBE;
}

.linkImagen {
    text-decoration: none;
}

.compartir {
    float: left;
    margin-bottom: 20px;
}

.compartir-element {
    display: inline;
}

.compartir object {
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

.contactoAutoridadItem {
    vertical-align: top;
    display: inline-block;
    padding-right: 30px;
}

.contactoMain {

}

.formularioContacto {
    text-align: right;
}

.subcontentCentral {
    width: 700px;
}

.tituloNovedades a p {
    font-family: "OpenSans_Bold";
    font-size: 18px;
    color: #0C3966;
    text-decoration: none;
    line-height: 22px;
}

.documentoHeader {
    padding-top: 10px;
}

#faceImg:hover {
    content: url('/media/img/departamentos/uia_joven/face_over.jpg');
}

#twitterImg:hover {
    content: url('/media/img/departamentos/uia_joven/twitter_over.jpg')
}

#linkedinImg:hover {
    content: url('/media/img/departamentos/uia_joven/linkedin_over.jpg')
}

.programaItem {
    display: inline-block;
    width: 20%;
    margin-right: 20px;
    margin-bottom: 15px;
    vertical-align: top;
}

.programaItemText {
    margin-top: 0;
    font-family: OpenSans_Bold, serif;
    margin-bottom: 3px;
    color: #00375D;
    font-size: 15px;
    line-height: 18px;
}

.noticiaItem {
    width: 700px !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

.noticiaNovedadRightBlock {
    width: 480px;
    display: inline-block;
}

.novedadImgThumb {
    vertical-align: top;
}

#menu-central ul {
    padding: 0;

    margin: 0;

    list-style: none;
}

#hmenu > li {
    display: inline-block;
}

#menu-central li ul {
    position: absolute;
    display: none;
    z-index: 4;
}

#hmenu > li > a {
    display: block;
    padding: 5px 7px;
    white-space: nowrap;
}

ul.sub-menu {
    z-index: 1;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a6d8f,
    endColorstr=#4a6d8f);
    zoom: 0;
}

.sub-menu a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    background: -webkit-linear-gradient(#4A6D8F 40%, #2D4E6F);
    background: -moz-linear-gradient(#4A6D8F 40%, #2D4E6F);
    background: -o-linear-gradient(#4A6D8F 40%, #2D4E6F);
    background: linear-gradient(#4A6D8F 40%, #2D4E6F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A6D8F', endColorstr='#2D4E6F');
    -moz-border-radius: 35px 0 0 35px;
    -webkit-border-radius: 35px 0 0 35px;
    border-radius: 0 0 5px 5px;
}

.sub-menu a:hover {
    background: -webkit-linear-gradient(#2D4E6F 40%, #223A53);
    background: -moz-linear-gradient(#2D4E6F 40%, #223A53);
    background: -o-linear-gradient(#2D4E6F 40%, #223A53);
    background: linear-gradient(#2D4E6F 40%, #223A53);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D4E6F', endColorstr='#223A53');
}

#menu-central li:hover ul {
    display: block;
}

#menu-central, li ul {
    margin-left: 15px;
    margin-right: 5px;
    background: -webkit-linear-gradient(#4A6D8F 40%, #2D4E6F);
    background: -moz-linear-gradient(#4A6D8F 40%, #2D4E6F);
    background: -o-linear-gradient(#4A6D8F 40%, #2D4E6F);
    background: linear-gradient(#4A6D8F 40%, #2D4E6F);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A6D8F', endColorstr='#2D4E6F');
}

#hmenu > li {

    display: inline-block;
    margin-right: 0;

}

#menu-central li ul {
    position: absolute;

    display: none;
    z-index: 4;

}

#hmenu > li > a {
    display: block;

    padding: 5px 8px;

}

ul.sub-menu {
    z-index: 1;
    filter: alpha(opacity=90);

    -moz-opacity: .90;

    opacity: .90;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4a6d8f, endColorstr=#4a6d8f);

    zoom: 0;
}

.sub-menu a {
    display: block;

    padding-left: 10px;

    padding-right: 20px;

    padding-top: 10px;

    padding-bottom: 10px;
    transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
}

#hmenu li ul.sub-menu {
}

#menu-central li:hover ul {
    display: block;
    -moz-border-radius: 35px 0 35px 0; /* Firefox */

    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */

    border-radius: 0 0 5px 5px; /* CSS3 */

}

#menu-central, li ul {
    background-color: #2889c7;
}

#hmenu {
    text-align: center;

    margin: 0 auto;
}

#hmenu a {
    color: #fff;

    text-decoration: none;
}

#hmenu li a.itemBold {
    color: #fff;
    font-family:"OpenSans_Bold";

    text-decoration: none;
}

#hmenu li:hover {
    background: -webkit-linear-gradient(#2D4E6F 40%, #223A53);
    background: -moz-linear-gradient(#2D4E6F 40%, #223A53);
    background: -o-linear-gradient(#2D4E6F 40%, #223A53);
    background: linear-gradient(#2D4E6F 40%, #223A53);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D4E6F', endColorstr='#223A53');
    -moz-border-radius: 35px 0 0 35px;
    -webkit-border-radius: 35px 0 0 35px;
    border-radius: 0 0 5px 5px;
}

#hmenu li.borderedondeadoPrimero:hover {
    -moz-border-radius: 35px 0 35px 0; /* Firefox */

    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */

    border-radius: 5px 0 0 5px; /* CSS3 */

}

#hmenu li.borderedondeadoUltimo {
}

#hmenu li.borderedondeadoUltimo:hover {
    -moz-border-radius: 35px 0 35px 0; /* Firefox */

    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */

    border-radius: 0 5px 5px 0; /* CSS3 */

}

#hmenu li.borderedondeadosubmenu a {
    -moz-border-radius: 35px 0 35px 0; /* Firefox */

    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */

    border-radius: 0 0 5px 5px; /* CSS3 */

}

li.borderedondeadosubmenu:hover {
    -moz-border-radius: 35px 0 35px 0; /* Firefox */

    -webkit-border-radius: 35px 0 35px 0; /* Safari, Chrome */

    border-radius: 0 0 5px 5px; /* CSS3 */

}