/*container*/

.container-footer{
	margin-top:20px;
}

/*fin container*/

body{
    font-family: 'Roboto', 'sans-serif';
}

.sin_margin{
    margin: 0;
}

#logo {
    height: 115px;
    width: 90px;
}

#contenedor_menu {
    padding: 0;
    border: 0px;
}

#menu {
    border-radius: 0px;
}

.contenedor-cgeneral{
    margin-bottom: 20px;
}

#descripcion {
 text-align: justify;
 margin-bottom: 20px;
}

.resena {
    text-align: justify;
}

.titulo_resena {
    margin-top: 5px;
}

#imagen_referencia {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
}

.imagen_resena {
    border-bottom: 3px solid #c4bfa9;
}

.contenedor_resena {
    margin-bottom: 40px;
}

@media only screen and (max-width:991px){

    .contenedor_resena{
        margin-bottom: 20px;
    }

    .resena{
        margin-top: 20px;
    }
}
/*
#footer_superior {
    background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom:  1px solid #1b1b1b;
    margin-top: 40px;
    text-align: center;
}

.enlaces_footer {
    list-style: none;
}
*/
/*
#lista_footer_uno{
    list-style: none;
    text-align: center;
    border-right: 1px solid #4f4e4e;

}

#lista_footer_dos{
    list-style: none;
    padding-left: 0px;
    text-align: center;
    border-right: 1px solid #4f4e4e;
}
#lista_footer_tres{
    list-style: none;
    padding-left: 0px;
    text-align: center;
}
*/

/*CSS PARA CAMBIAR EL DISENO DEL FOOTER AL VARIAR LA RESOLUCION*/
/*
@media only screen and (max-width:991px){
    #contenedor_logo_footer{
        margin-top: 20px;
        margin-bottom: 5px;
        padding: 0px 15px;
    }
}

#footer_inferior {
    background-color: #333;
    border-top: 1px solid #4f4e4e;
}

#derechos {
    color: #a9a9a9;
}
*/

/*CSS PARA CAMBIAR EL DISENO DE LA TERCERA LISTA DEL FOOTER AL VARIAR LA RESOLUCION*/
/*
@media only screen and (max-width:991px){
    #lista_footer_tres{
        border-left: 1px solid #4f4e4e;
    }
}

#direccion {
    color: #d3d1d1;
    line-height: 24px;
}

.opcion_footer {
    color: #d3d1d1;
}

.contenedor_opciones_footer {
    padding: 0px;
}
*/

.Flexible-container {
    position: relative;
    padding-bottom: 47.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width:  100%;
    height: 100%;
}
#mapa {
  border-radius: 4px;
}

#contenedor_mapa {
    margin-bottom: 4px;
}

#datos_contacto {
    list-style: none;
    padding: 0px;
    text-align: justify;
}

/*Tipo de disposicion de elementos de contacto habilitada solo para md y lg*/
@media only screen and (min-width:992px){
    #seccion_contacto{
        display: table;
    }

    .opcion_contacto{
        display: table-cell;
        float: none;
    }

    #formulario_contacto{
        vertical-align: middle;
    }
}


@media only screen and (max-width:480px){
    .Flexible-container, #contenedor_boton_mapa, #titulo_mapa{
        display: none;
    }
}

#mensaje_contacto {
    resize: none;
}

/******************NUEVA SECCION**************************/
/*Estilos directorio.html*/
#contenedor_buscador{
    text-align: center;
}

.titulo{
    margin-top: 0px;
    color: #428bca;
}

#resultados_directorio{
    text-align: center;
    vertical-align: middle;
}

#logo_sm_centro{
    margin-top: -12px;
}

.table-bordered>tbody>tr>td{
    vertical-align: middle;
}

/******************NUEVA SECCION**************************/
/*Seccion galeria.html*/

@media only screen and (max-width:767px){
    .img-galeria{
        min-height:  100px;
    }
}


@media only screen and (min-width:768px){
    .img-galeria{
        min-height:  157px;
    }
}

/*Tamano de las miniaturas de la galeria para md-lg*/
@media only screen and (min-width:992px){
    /*Ojo aqui*/
    #imagen-central{
    height: 531px;
    }

    .img-galeria{
        height:  116px;
    }
}

#indicadores-galeria-miniatura{
    bottom: 0px;
    margin-bottom: 0px;
}

#indicadores-galeria-miniatura .active{
    background-color: black;
}

#indicadores-galeria-miniatura li{
    border: 1px solid #000;
}

#izquierda-galeria-miniatura, #derecha-galeria-miniatura{
    background-image: none;
}

.blueimp-gallery .modal-body img{
    height: 100%;
    width: 100%;
}

/*Imagen central. Carousel*/
.carousel.carousel-fade .item {
          -webkit-transition: opacity 1s ease-in-out;
          -moz-transition: opacity 1s ease-in-out;
          -ms-transition: opacity 1s ease-in-out;
          -o-transition: opacity 1s ease-in-out;
          transition: opacity 1s ease-in-out;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 1000;
    outline:none;
}

.img-central {
    border-radius: 4px;
}

#galeria-miniatura {
     padding-top: 10px;
}

/******************NUEVA SECCION**************************/
/*Seccion evento.html*/



#fecha {
    font-size: 120px;
}

#titulo-calendario {
    display: inline;
    color: white;
}

#enlace-calendario {
    text-decoration: none;
}

#boton-calendario{
    background-color: #ef4f69;
    border: 5px solid #ef4f69
}

#titulo-fecha {
    background-color: #428bca;
}

#footer-fecha {
    background-color: #428bca;
    color: white;
    border-top: none;
}

#evento-mes-anio {
    margin: 0px;
}

#nombre-evento {
    margin-top: 25px;
}


.social-boton-evento {
    width: 79px;
    height: 79px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

#img-facebook-evento {
    height: 79px;
}


#img-twitter-evento {
    padding: 8px;
    height: 79px;
}

#seccion-redes-sociales {
    background-color: #5bc0de;
    border-radius: 40px;
    color: white;
    padding: 10px;
}

@media only screen and (max-width: 767px){
    #boton-calendario {
        margin-bottom: 20px;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right:10px;
    display:none;
    border-radius: 40px;
}

a.enlace-footer{
    text-decoration: none;
    color: inherit;
}

/*Color del punto indicador de evento en una fecha*/
.fc-calendar .fc-row > div.fc-content:after{
    color: #9C8A8A;
}

/*perfil-ver-detalle.html*/
.contenedor-imagen-perfil-directorio{
    padding: 0px;
}
.imagen-perfil-directorio{
    height: 140px;
}

.profile{
    min-height: 355px;
    display: inline-block;
}

.divider{
    border-top:1px solid rgba(0,0,0,0.1);
}

.emphasis{
    border-top: 4px solid transparent;
}

.emphasis:hover
{
    border-top: 4px solid #5bc0de;
}

.emphasis h2
{
    margin-bottom:0;
}

#contenido-secundario {
    display: none;
}

#boton-contenido-primario {
    display: none;
}

/****************ENCABEZADO DE TODAS LAS SECCIONES********************************/
#encabezado-seccion{
    margin-top: 40px;
}
/*********************************************************************************/

/****************SECCIONES DE CONTENIDO GENERAL***********************************/

#imagen-detalle{
    height: 343px;
    width: 380px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-right: 40px;
}

@media only screen and (max-width: 991px){

    #imagen-detalle{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

#contenido-noticia{
    text-align: justify;
}

#imagen-detalle-responsiva{
    margin-right: 40px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 300px;
}

#seccion-descarga{
    text-align: center;
}

#seccion-archivo {
    background-color: #5bc0de;
    border-radius: 40px;
    color: white;
    padding: 10px;
    text-align: center;
}

.boton-descarga-archivo {
    width: 79px;
    height: 79px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

/*********************************************************************************/
#eliminar-fecha-inicial, #eliminar-fecha-final{
    margin-top: 3px;
}

#fecha-inicial, #fecha-final{
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    border-top-left-radius: 4px;

    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#title{
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    border-top-right-radius: 4px;

    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#type-event-search{
    display: none;
}

.evento-uno {
    border-left: 4px solid #3498db;
}

.evento-dos {
    border-left: 4px solid #95a5a6;
}

.evento-tres{
    border-left: 4px solid #34495e;
}

.example-block {
    position: relative;
    background: #fff;
    border-radius: 4px;
}

@media only screen and (min-width: 768px){
    .buscador-eventos{
        height: 480px;
    }
}

.panel-buscador-concurso {
    width: 100%;
}

#boton-buscar-concurso {
    margin-top: 10px;

}

#boton-buscar-concurso, #ContestJobId, #ContestSubjectId, #OfferTipo-oferta, #OfferThemeTipo-oferta, #ResearchTipo-oferta, #ProjectTipo-oferta, #ConventionTipo-oferta, #BulletinTipo-oferta, #TeachingDocumentTipo-oferta, #TechnicalReportTipo-oferta, #ArticleAbstractTipo-oferta, #RuleTipo-oferta, #EndorsementTipo-oferta{
   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#buscador-opcion-materia {
    margin-top: 10px;
}

.caption {
    overflow: hidden;
}

#titulo-oferta{
    text-align: center;
    margin: 0;
}

@media only screen and (min-width: 768px){
    #oferta-sem-teg {
        height: 190px;
        min-height: 190px;
        margin-bottom: 10px;
    }

    #investigacion-info{
        height: 170px;
        min-height: 170px;
         margin-bottom: 10px;
    }

    #bver{
        padding-right: 2px;
    }

    #bdescarga{
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/
    }
}

@media only screen and (max-width: 767px){
    #bdescarga{
        margin-top: 2px;
    }
}

/*Breadcrumbs*/

.deshabilitar{

    cursor: not-allowed;
    pointer-events: none;
    opacity: 1.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    color:#999;

}

.imagen_thumnail{
  width: 100%;
	min-height: 242px;
	max-height: 242px;
}

/*Breadcrumbs*/
