/* Fonts */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 30, 2014 */



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

}




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

}

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

}





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

}

/* Truquito para cambiar el estilo del placeholder text */
::-webkit-input-placeholder {
   color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666666;  
}

:-ms-input-placeholder {  
   color: #666666;  
}

/* Fonts */

/*div {
    border-style: solid;
    border-width: 1pt;
    border-color: #000000;
    border-collapse: separate;
    
        
}
*/



#general_container {
    width: 100%;
    margin: auto;
    font-family: "titillium_regular";
    
    
    
}

p:first-letter, a:first-letter, h1:first-letter, h4:first-letter {
    text-transform: uppercase
}

section#content {
    width: 100%;
}

.hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

 nav#main_menu {
    box-shadow: 0px 0px 5px 0px #2e2e2e;
    text-align: center;
    width: 100%;
	margin-bottom: 0;
	padding: 0;
    position: fixed;
    z-index: 2

     
}

#main_menu ul {
    background-color: #191919;
    border-bottom: 1px solid #4C4C4C;
    width: 100%;
    margin: 0 auto;
	padding: 0;
    list-style: none;
    height: auto;
        
 
}

#main_menu ul li {
    
    background-color: #191919;
    display: inline-block;
    border-right:1px solid #4C4C4C;
    position: relative;
    margin-right:-0.25%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    width: 12%;
 }

#main_menu ul li#logo {
    border-left:1px solid #4C4C4C;
}



#main_menu ul li ul {
    display: none;
    visibility: hidden;
    opacity: 0;
    position:absolute;
    z-index: 500000000000;
    width: 100%;
}

#main_menu ul li ul li {
    display: block;
    width: auto;
    
}

#main_menu ul li:hover ul {
    display:block;
    opacity: 1;
    visibility: visible;
}

#main_menu ul li a {
    font-family: titillium_semibold;
    text-transform: uppercase;
    font-size: 0.7em;
    text-align: center;
    text-decoration: none;
    color: #CCCCC0;
    display: block;
    height: 100%;
    margin: 0;
    padding:16% 8%;
    -webkit-transition: box-shadow 0.5s, font-family 0.5s, color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: box-shadow 0.5s, font-family 0.5s, color 0.5s, transform 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%
    
}


#main_menu ul li#logo a {
    background-image: url(img/icons/logo.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;



    
    
        
}


#main_menu ul li#home a {
    background-image: url(img/icons/home.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center;
   

}


#main_menu ul li a:hover {
   
    color: #CFF09E;
    -webkit-box-shadow: inset 0px -4px 0px 0px #CFF09E;
   -moz-box-shadow: inset 0px -4px 0px 0px #CFF09E;
    box-shadow: inset 0px -4px 0px 0px #CFF09E;
}



#main_menu ul li#home a:hover {
    background-image: url(img/icons/home_hover.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center;
    
    
    
}






.main-menu-active {
    color: #CFF09E;
    -webkit-box-shadow: inset 0px -4px 0px 0px #CFF09E;
   -moz-box-shadow: inset 0px -4px 0px 0px #CFF09E;
    box-shadow: inset 0px -4px 0px 0px #CFF09E;
}







/* Inicio del contenido de la home */

    div#imagen_home {
    z-index: 0;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.8);
    height: 100vh;
    width: 100%;
    background-image: url(img/images/home/main.jpg); 
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    position: relative;
    border-bottom: 10px solid;
  
    }

#imagen_home #imagen_home_text_container {
    position: absolute;
    bottom: 10%;
    left: 5%;

}

#imagen_home #imagen_home_text_container h1 {
    font-family: "titillium_bold";
    font-size: 3em;
    color: white;
    text-transform: uppercase;
    margin-bottom: 0.2em;
    text-shadow: 2px 2px #000;
    
}

#imagen_home #imagen_home_text_container p {
    font-family: "titillium_regular";
    font-size: 1.2em;
    color: white;
    margin-bottom: 1em;
    line-height: 1.1em
        
}

#imagen_home #imagen_home_text_container a {
    font-family: "titillium_bold";
    font-size: 1.01em;
    color: white;
    margin-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.5s, transform 0.5s;
    
    
}

#imagen_home #imagen_home_text_container a:hover {
    font-family: "titillium_bold";
    font-size: 1.01em;
    color: #CFF09E;
    margin-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;

}


#imagen_home #select_container .select {
    
    height: 10px;
    width: 10px;
    border: 2px black solid;
    float:left;
    margin: auto 3px auto auto;
        
}
     

/* cátedra home */

section div#catedra_home {
    
    align-content: center;
    background-color: #F9F9F9;
    padding: 2% 5% 3% 5%;
    margin: 0 auto;
    border-bottom: 10px solid #CFF09E;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
  
        
}

div#catedra_home nav.separador ul {
    width:50%;
    float: left;
    margin-left: 1%;
}

div#catedra_home nav.separador ul li a {
    padding: 10px
        
}


section#contenedor_general_trabajosdealumnosmorfo1 {
    padding: 6% 5% 0px 5%;
}
section nav.separador {
    width: 100%;
    padding: 2% 0px 1% 0px;
    
    
}

section nav.separador ul#separador_ul li {
    display: inline-block;
    background-color: #FFF;
    box-shadow: 1px 1px 5px 0px  #999;
    margin-right: 10px;
    margin-left: 0.5%;
    
}



section nav.separador ul li ul#separador_oculto {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 500000000;
    
    
    
        
    
}

section nav.separador ul#separador_ul li:hover ul#separador_oculto {
    display: block;
    opacity: 1;
    visibility: visible;
    width: inherit;
   
    }

section nav.separador ul li ul#separador_oculto li {
    display: block;
    width: 100%;
    
    
}
    
section nav.separador ul li a {
    font-family: titillium_semibold;
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #666660;
    padding: 10px 25px 10px 25px;
    display: block;

    
}


.busqueda {
    float:right;
    position: relative;
    clear: right;
    margin-right: 1%;
    
    
}

.busqueda#busqueda_home input{
    padding: 8px 0px 8px 20px; 
    border-radius: 200em;
    background-color: #D8D8D8;
    font-family: "titillium_bold";
    font-size: 0.8em;
    border-width: 0px;
    width: 200px
    
    
}

.busqueda #search_icon {
    display: block;
    position: absolute;
    right:5%;
    top: 0%;
    width: 20%;
    height: 100%;
    background-image: url(img/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    -webkit-transition: all 0.1s ease-in-out;  /* For Safari 3.1 to 6.0 */
transition: all 0.1s ease-in-out;
    

}

.busqueda #search_icon:hover {
    background-size: 55%;
    
}

section#noticias {
    
    
    height: 50vw;
    margin: 5vw auto 2vw auto;
    clear: both;
    overflow: auto;
    overflow-y: hidden;
        
}

/*coso*/ 
.noticias-row-2-3 {
    width: 100%;
    height: calc(100%/1.5);
                
}
            
.noticias-row-1-3 {
    width: 100%;
    height: calc(100%/3);
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
            

            
.noticia-simple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: calc(100%/2);
                
}
            
.noticia-destacada {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: calc(100%/1.5);
    height: 100%;

}
            
.noticias-grid {
    
    width: 100%;
    height: 100%;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1vw;
}
            
.noticias-col-1-3 {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: calc(100%/3);
    height: 100%;
    padding: 0%;
            }

.noticias-col-1-3#noticias-col-1-3-hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
    
}

.noticias-grid div.noticias-content {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom: 0.8vw solid #0d334f;
}

.imagen_noticia {
    float: left;
    background-color:#F00;
    width: 48%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

 

}

.imagen_noticia#noticia-destacada-img {
    background-image: url(img/images/home/noticias/9.jpg)
}

.imagen_noticia#noticia-img-1 {
    background-image: url(img/images/home/noticias/5.jpg)
}

.imagen_noticia#noticia-img-2 {
    background-image: url(img/images/home/noticias/6.jpg)
}

.imagen_noticia#noticia-img-3 {
    background-image: url(img/images/home/noticias/3.jpg)
}

.imagen_noticia#noticia-img-4 {
    background-image: url(img/images/home/noticias/2.jpg)
}

.imagen_noticia#noticia-img-5 {
    background-image: url(img/images/home/noticias/4.jpg)
}

.contenido_noticia {
    font-family: "titillium_regular";
    float: left;
    width: 52%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    color: #444444;
    

}

.contenido_noticia a {
    font-family: "titillium_regular";
    display: block;
    width: 100%;
    padding: 0.1vw;
    overflow: hidden;
    font-size: 0.9vw;
    margin-bottom: 0;
    text-decoration: none;
    
 
  
}

.contenido_noticia a h1 {
    
    display: block;
    width: 100%;
    max-height: 2.1em;
    overflow: hidden;
    font-size: 1.3vw;
    font-family: "titillium_bold";
    margin-top: 2%;
    margin-bottom: 0%;
    text-decoration: none;
    color: #454545;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

     
}

.contenido_noticia a h1:hover {
    color: #CFF09E;
}



.contenido_noticia h4 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 0;
    font-family: "titillium_semibold";
    font-size: 1vw;
   -webkit-font-smoothing: antialiased;
    
}

.contenido_noticia p:lang(es) {
    font-family: "titillium_regular";
    display: block;
    height: 5.75vw;
    width: 100%;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 0%;
    font-size: 0.9vw;
    line-height: 1vw;
    color: #828282;
    -moz-hyphens:auto;
     -ms-hyphens:auto;
     -webkit-hyphens:auto;
     -o-hyphens:auto;
     hyphens:auto;
     word-wrap:break-word;
    
}

div.noticia-destacada a {
    font-family: "titillium_regular";
    display: block;
    width: 100%;
    padding: 0.1em;
    overflow: hidden;
    font-size: 1vw;
    margin-bottom: 0;
    
 
  
}

div.noticia-destacada a h1{
    display: block;
    width: 100%;
    max-height: 4em;
    overflow: hidden;
    text-overflow: ellipse;
    font-size: 2.3vw;
    font-family: "titillium_bold";
    margin-top: 2%;
    margin-bottom: 0%;


     
}

div.noticia-destacada h4 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 0;
    font-family: "titillium_regular";
    font-size: 1.6vw;
    line-height: 1.1em;
    max-height: 3em;
   -webkit-font-smoothing: antialiased;
    
}

div.noticia-destacada p:lang(es) {
    display: block;
    height: 10.5vw;
    width: 100%;
    margin-top: 7%;
    margin-bottom: 7%;
    font-size: 1.2vw;
    line-height: 1.5vw;
   
}




#icon_wrapper {
    
    height: 1.5vw;
    margin-top: 1vw;
    
    
 
}

div.noticia-destacada a.noticia-destacada-social-icon {
    margin-left: 0.3vw;
    float: right;
    display: block;
    background-color: #0d334f;
    width: 1.5vw;
    height: 1.5vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    
}

div.noticia-destacada a.noticia-destacada-social-icon#facebook:hover, div.noticia-destacada a.noticia-destacada-social-icon#twitter:hover, div.noticia-destacada a.noticia-destacada-social-icon#gplus:hover {
    background-color: #CFF09E;
}

div#noticias-vertodas a {
    display: block;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "titillium_bold";
    color: #454545;
    font-size: 1vw;
    margin-right: 1vw;
    margin-top: 0;
    transition: color 0.5s, transform 0.5s;
    -webkit-transition: color 0.5s, -webkit-transform 0.5s;
    
}

div#noticias-vertodas a:hover {
    color: #CFF09E;
}



.fixed-social-icons-wrapper {
    background-color: #0d334f;
    position: fixed;
    left: 0;
    width: 3.5vw;
    height: 3.5vw;
    z-index: 1 
    
    
    
}

.fixed-social-icons-wrapper#fixed-social-icons-wrapper-facebook {
    top: 26.8vw;
    
}

.fixed-social-icons-wrapper#fixed-social-icons-wrapper-twitter {
    top: 30.6vw;
}

.fixed-social-icons-wrapper#fixed-social-icons-wrapper-gplus {
    top: 34.4vw;
}

.social_icon {
    width: 3.5vw;
    height: 3.5vw;
    display: block;
    margin: 0 0 0.3vw 0;
    background-size: 3vw;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0d334f;
    -webkit-transition: margin-left 0.3s,-webkit-transform 0.3s;  /* For Safari 3.1 to 6.0 */
    transition: margin-left 0.3s,-webkit-transform 0.3s;
   
    

}


#facebook {
    background-image: url(img/icons/facebook.svg);
    
    
    
}

#twitter {
    background-image: url(img/icons/twitter.svg);
    
}

#gplus {
    background-image: url(img/icons/gplus.svg);
   
    
}

#fixed-social-icons-wrapper-facebook:hover > #facebook, #fixed-social-icons-wrapper-twitter:hover > #twitter, #fixed-social-icons-wrapper-gplus:hover > #gplus  {
    margin-left: 1vw;
   
       
}

/*#fixed-social-icons-wrapper-facebook,#fixed-social-icons-wrapper-twitter,#fixed-social-icons-wrapper-gplus:hover > #gplus > #twitter > #facebook {
    background-color: #CFF09E;
}*/

/* Conocé el campus virtual */

section#content div#campus_virtual {
    
    text-align: center;
    background-color: #191919;
    padding: 5% 8% 9% 8%;
    margin: auto;
    border-bottom: 10px solid #CFF09E;
    height: 500px;
    background-image: url(img/images/background.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
        
}

#campus_virtual div#campus_virtual_header {
    padding: 0 20% 0 20%;
    height: 20%;
    margin-bottom: 1%; 
    
}


div.campus_virtual_title_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    margin-bottom: 1%
    
}



#campus_virtual div#campus_virtual_header #campus_virtual_title_icon {
    width: 70px;
    height: 70px;
    background-image: url(img/icons/conoce.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0% 1% 0 0
       
}


#campus_virtual div#campus_virtual_header h1 {
    display: block;
    color: #FFF;
    font-family: "titillium_bold";
    text-transform: uppercase;
    font-size: 3vw;
    
}



#campus_virtual div#campus_virtual_header h4 {
    font-family: "titillium_regular_italic"; /* italic */
    color: #FFF;
    font-size: 1.4vw
    
}

.campus_virtual_grid {
    float: left;
    height: 40%;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 3% 2% 3%;
    text-align: center;
    color: #FFF;

}

div.campus_virtual_content .campus_virtual_title_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50%;
    margin-bottom: 1%
        
}




/*.campus_virtual_content_icon {
    width: 50px;
    height: 50px;
    margin-right: 1em;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    
    
    

}*/

.campus_virtual_title_wrapper h1 {
    display: block;
    color: #FFF;
    font-family: "titillium_bold";
    text-transform: uppercase;
    font-size: 1.7vw;
}


div.campus_virtual_content_icon#comisiones {
    background-image: url(img/icons/conoce.svg)
}

div.campus_virtual_content_icon#calendario_academico {
    background-image: url(img/icons/conoce.svg)
}

div.campus_virtual_content_icon#galerias_de_imagenes {
    background-image: url(img/icons/conoce.svg)
}

div.campus_virtual_content_icon#galerias_de_videos {
    background-image: url(img/icons/conoce.svg)
}

div.campus_virtual_content_icon#apuntes_y_bibliografia {
    background-image: url(img/icons/conoce.svg)
}

div.campus_virtual_content_icon#foro {
    background-image: url(img/icons/conoce.svg)
}

div.campus_virtual_content p {
    color: #A5A5A5;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
    width: 100%
        
}

ul#campus {
    clear: both;
    margin-top: 4%
}

ul#campus li#boton_iniciar_registro {
    border: 1px solid #FFF;
    margin-right: 5%;
    display: inline-block;
}
ul#campus li#boton_iniciar_sesion {
    border: 1px solid #FFF;
    margin-right: 5%;
    display: inline-block;
}
   
ul#campus li a {
    display: block;
    padding: 10px 50px 10px 50px;
    background-color:#191919;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7em;
    color: #FFF;
    font-family: titillium_bold;
    -webkit-transition: background-color 0.5s, color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: background-color 0.5s, color 0.5s, transform 0.5s;
    
}

ul#campus li a:hover {
    background-color: #CFF09E;
    color: #191919;
}



/* Enlaces */

div#enlaces {
    clear: both;
    padding: 5% 5% 5% 5%;
    max-width: 100%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    background-color: #EBEBEB;
        
}

.enlaces_rsociales_wrapper {
    margin-bottom: 2%
}


div#enlaces .enlaces_grid {
    float: left;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    
  
}

div#enlaces div.enlaces_grid#enlaces_galerias {
    width: 66%;
    height: auto;
}

div.enlaces_grid#enlaces_galerias div#galerias_wrapper {
    border: 1px #BFBFBF solid;
    background-color: #FFF;
    height: auto;
    overflow: auto;
   
    
}

div#galerias_wrapper h1 {
    display: block;
    font-family: "titillium_bold";
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em;
}


 div#galerias_wrapper div#galerias_videos {
     
 }

div#galerias_videos_descripcion {
    padding: 2em
}

div#galerias_videos_descripcion h4 {
    font-family: "titillium_bold";
    text-transform: uppercase;
    color: #666;
    font-size: 1em;
    margin-bottom: 0.5em
    
        
}

div#galerias_videos_descripcion p {
    font-family: "titillium_regular";
    color: #A5A5A5;
    font-size: 1em;
    line-height: 1.2em
 
        
}

div#galerias_ver_todos_videos {
    margin-top: 1em;
    position: relative;
    height: 1em;
    width: 100%;
    display: none;
}

div#galerias_ver_todos_videos a {
    position: absolute;
    right: 0;
    bottom: 2px;
    text-decoration: none;
    font-family: "titillium_bold";
    font-size: 0.7em;
    color: #666;
    text-transform: uppercase;
    display: none;
    
    
        
}

div.galerias_ver_todos:visited {
    text-decoration: none;
    
        
}

div.galerias_imagenes_col {
    float: left;
    width: 33.33%;
    height: auto;
    overflow: auto;
    overflow-x:hidden;
}

div.galerias_imagenes_imagen {
    height: 12em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

div.galerias_imagenes_imagen#galerias_imagenes_m1 {
    background-image: url(img/images/home/m1.jpg)
}

div.galerias_imagenes_imagen#galerias_imagenes_m2 {
    background-image: url(img/images/home/m2.jpg)
}

div.galerias_imagenes_imagen#galerias_imagenes_srg {
    background-image: url(img/images/home/srg.jpg)
}

div.galerias_imagenes_descripcion {
    padding: 1.3em;
    -webkit-box-sizing: border-box;
    
}

div.galerias_imagenes_descripcion h4 {
    font-family: "titillium_bold";
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0.6em;
    text-decoration: none;
    
        
}

div.galerias_imagenes_descripcion h4 a {
    
    text-decoration: none;
    color: #666;
    
        
}

div.galerias_imagenes_descripcion p{
    font-family: "titillium_regular";
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 1em;
    color: #A5A5A5
    
    
    
}

div#galerias_ver_todos_imagenes {
    clear: both;  
    position: relative;
    height: 1em;
    width: 100%;
    margin-bottom: 1.3em;
    display: none;
}

div#galerias_ver_todos_imagenes a{
    position: absolute;
    right: 2em;
    bottom: 0;
    text-decoration: none;
    font-family: "titillium_bold";
    font-size: 0.7em;
    color: #666;
    text-transform: uppercase;
        
        
}
    



/* footer */

div#footer_container {
    background-color: #191919;
  padding: 6% 4% 2% 6%;
    z-index: 10
   
}


ul.columnas_footer {
    display: inline-block;
    width: 24.7%;
    margin: auto auto 20px auto;
    font-family: titillium_regular;
    color: #6C6C6C;
    vertical-align: top;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    
}

ul.columnas_footer li h6 {
    font-family: titillium_bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 3% 0
  

}

ul.columnas_footer div#formulario_footer li h6 {
    font-family: titillium_bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.7em;
   
}

ul.columnas_footer li a {
    color: #6C6C6C;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 2em;
    -webkit-transition: color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.5s, transform 0.5s;
}

ul.columnas_footer li a:last-of-type {
   
}

a.footer-form-submit {
    display: block;
    width: 80px;
    padding: 7px 0;
    text-align: center;
    color: #F9F9F9;
    background-color: #454545;
    text-decoration: none;
    font-family: "titillium_semibold";
    text-transform: uppercase;
    font-size: 0.8em
}



ul.columnas_footer form input, ul.columnas_footer form textarea {
    
    margin: 0 0 4% 0;
    width: 70%;
    background-color: #cecece;
    border: 0;
    padding: 1% 1% 1% 4%;
}




ul.columnas_footer ul li a:visited {

    color: #6c6c6c;

}

ul.columnas_footer ul li a:hover {
    color: #FFF;
    
}

.social-icon-wrapper {
    height: auto;
    overflow: auto;
    overflow-y: hidden;
}

.social-icon-properties {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.gplus {
    background-image: url(img/icons/gplus.svg)
}

.facebook {
    background-image: url(img/icons/facebook.svg)
}


.twitter {
    background-image: url(img/icons/twitter.svg)
}

#facebook_footer,#gplus_footer,#twitter_footer {
    float: left;
    margin-right: 5px;
    border: 1px solid #454545;
    -webkit-transition: background-color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: background-color 0.5s, transform 0.5s;
}

#facebook_footer:hover,#gplus_footer:hover,#twitter_footer:hover {
    background-color: #CFF09E;
}

#footer-legales p {
    color: #454545;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.2em;
    padding: 1em 15em;
    background-color: #222;
    border-top: 1px solid #454545;
    
}



/* Noticias */

#noticias-container {
    
    overflow: auto;
    overflow-y: hidden;
    
    
}

.noticias-wrapper {
    padding: 120px 0 120px 0;
    float: left;
    height: 100%;
    width: 70%;
    background-color: #F9F9F9;
    border: 1px solid #cecece;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
   
    
}

.noticias-noticia {
    float: right;
    width: 80%;
    margin: 0 6% 0 0;
}

.noticias-noticia h5 {
    font-family: "titillium_regular";
    color: #828282;
    font-size: 1em;
    margin: 0 0 0.6em 0;
}

.noticias-noticia h1 {
    font-family: "titillium_bold";
    color: #454545;
    font-size: 3em;
    margin: 0 0 0.3em 0;
    
    
}


.noticias-noticia h4 {
    font-family: "titillium_regular";
    color: #454545;
    font-size: 1.5em;
    margin: 0 0 0.6em 0;
    line-height: 1.2em
    
}

.noticias-noticia h6 {
    
    font-family: "titillium_semibold";
    color: #828282;
    font-size: 0.8em;
    margin: 0 0 1.8em 0;
    line-height: 1.2em;
    letter-spacing: 0.01em;
}

.noticias-img-wrapper {
    
    width: 100%;
    height: 35vw;
    border: 1px solid #cecece;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    
    
    
}

.noticias-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 93%;
}

.noticias-img-wrapper div#noticias-img1 {
    background-image: url(img/images/noticias/1.jpg);
    
    
}

.noticias-img-footer {
    display: flex;
    align-content: center;
    height: 7%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 0 2%
    
}

.noticias-img-footer h4 {
    display: block;
    margin: 0;
    flex-basis: auto;
    align-self: center;
    font-size: 1em;
    text-align: right;
    width: 100%;
    color: #0D334F;
    font-family: "titillium_semibold";
    text-transform: uppercase;
    font-size: 80%
    
    
}

div.noticias-tags {
    margin: 3% 0;
    overflow: auto;
    
}

div.noticias-tags .noticias-tag-element {
    display: block;
    float: left;
    padding: 1% 2%;
    margin: 0.5% 0.5%;
    text-decoration: none;
    color: #FFF;
    background-color: #0d334f;
    font-size: 80%;
    text-align: center;
    
        
}

div.noticias-cuerpo {
    clear: both;
    margin: 0 0 5% 0
    
}

div.noticias-cuerpo p {
    color: #828282;
    font-size: 1em;
    line-height: 1.5em;
}

footer.noticias-footer {
    overflow:inherit;
    height: auto;
}

a.noticias-boton {
    font-family: "titillium_semibold";
    display: block;
    padding: 1.2% 2%;
    background-color: #0d334f;
    text-decoration: none;
    color: #FFF;
    border-bottom: 5px solid white;
    width: 20%;
    text-align: center;
    -moz-box-shadow: 1px 1px 1px #cecece;
	-webkit-box-shadow: 1px 1px 1px #cecece;
	box-shadow: 1px 1px 1px #cecece;
    text-transform: uppercase;
    font-size: 0.8em;
    
}

a.noticias-boton#noticia-anterior {
    float: left;
       
}

a.noticias-boton#noticia-siguiente {
    float: right;
    
    
}


.noticias-enlaces {
    
    padding: 120px 2%;
    float: left;
    width: 30%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

div.noticias-suscribite {
    background-color: #0d334f;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 5%;
    color: #FFF;
    margin: 0 0 5% 0
    
    
}

div.noticias-suscribite h4 {
    font-size: 1.2vw;
    font-family: "titillium_semibold";
    text-transform: uppercase;
    margin-bottom: 3%;
    clear: 
}

div.noticias-suscribite div {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}


div.noticias-suscribite input {
    font-family: "titillium_regular";
    text-transform: uppercase;
    font-size: 0.9vw;
    padding:  0.4vw 0.2vw 0.4vw 1vw;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    display: block;
    float: left;
    width: 60%;
    color: #454545;
}

div.noticias-suscribite a {
    background-color: #191919;;
    padding: 0.65vw;
    float: right;
    display: block;
    height: 100%;
    width: 38%;
    color: #FFF;
    text-decoration: none;
    margin: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    border: 1px solid #FFF;
    font-size: 0.9vw;
    text-transform: uppercase;
    text-align: center;
}

.noticias-recomendadas-wrapper {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    overflow: scroll;
    overflow-x: hidden;
    height: 500px;
    border: 1px solid #cecece; 
    padding: 5%;
    margin: 0 0 5% 0;
    background-color: #F9F9F9;
}

.noticias-recomendadas-element {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    margin: 0 0 5% 0;
    -moz-box-shadow: 1px 1px 1px #cecece;
	-webkit-box-shadow: 1px 1px 1px #cecece;
	box-shadow: 1px 1px 1px #cecece;
    height: 15vw;
    overflow: hidden;
    background-color: #FFF;
}

.noticias-recomendadas-element-img {
    
    width: 100%;
    height: 70%;
    background-color: #CFF09E;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.noticias-recomendadas-element-img#recomendadas-img1 {
    background-image: url(img/images/home/noticias/1b.jpg)
}

.noticias-recomendadas-element-img#recomendadas-img2 {
    background-image: url(img/images/home/noticias/2b.jpg)
}

.noticias-recomendadas-element-img#recomendadas-img3 {
    background-image: url(img/images/home/noticias/3.jpg)
}

.noticias-recomendadas-element-img#recomendadas-img4 {
    background-image: url(img/images/home/noticias/4b.jpg)
}

.noticias-recomendadas-element-img#recomendadas-img5 {
    background-image: url(img/images/home/noticias/5.jpg)
}

.noticias-recomendadas-element-img#recomendadas-img6 {
    background-image: url(img/images/home/noticias/6b.jpg)
}

.noticias-recomendadas-element-img#recomendadas-img7 {
    background-image: url(img/images/home/noticias/7.jpg)
}



.notcias-recomendadas-element-content {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    width: 100%;
    height: 30%;
    padding: 5%;
    

}


.notcias-recomendadas-element-content a.noticias-recomendadas-fecha {
    display: block;
    font-family: "titillium_semibold";
    font-size: 0.9vw;
    color: #454545;
    text-decoration: none;
    margin: 0 0 1% 0;
}

.notcias-recomendadas-element-content a.noticias-recomendadas-titulo {
    display: block;
    font-family: "titillium_bold";
    font-size: 1.1em;
    color: #454545;
    text-decoration: none;
    margin: 0;
    -webkit-transition: color 0.2s,-webkit-transform 0.2s;  /* For Safari 3.1 to 6.0 */
    transition: color 0.2s, transform 0.2s;
    
}

.notcias-recomendadas-element-content a.noticias-recomendadas-titulo:hover {
    
    color: #CFF09E;
    
    
}

div.fb-like-box { 
    width: 100%;
    margin: 0 auto;
}

/* Académica */


div.materia-header {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 4vw 0 0 0;
    height: 15vw;
    border-bottom: 0.5vw solid #CFF09E;
    position: relative;
     
    
}

div.materia-header p {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    color: #FFF;
    font-family: "titillium_bold";
    text-transform: uppercase;
    font-size: 6vw;
    text-shadow: 0.2vw 0.2vw #000000;
     
    
}

div.materia-header#mg-header {
    background-image: url(img/images/headers/mg.jpg)
}

div.materia-header#m1-header {
    background-image: url(img/images/headers/m1.jpg)
}

div.materia-header#m2-header {
    background-image: url(img/images/headers/m2.jpg)
}

#default-general-container {
    
    overflow: auto;
    overflow-y: hidden;
    
    
}

.default-right-container {
    padding: 7% 0 120px 0;
    float: right;
    height: 100%;
    width: 70%;
    background-color: #F9F9F9;
    border-left: 1px;
    border-color: #cecece;
    border-style: solid;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
   
    
}

.default-right-wrapper {
    
    width: 75%;
    margin: 0 auto;
}





.default-text {
    font-size: 1em;
    line-height: 1.5em;
}

article.default-text#academica-objetivos {
    color: #454545;
}

article.default-text#academica-objetivos h4{
    
}

article.default-text h1 {
    font-family: "titillium_bold";
    font-size: 3vw;
    color: #0d334f;
    margin: 0 0 7% 0
    
}

article.default-text#academica-objetivos h4 {
    font-family: "titillium_bold";
    font-size: 0.9em;
    color: #828282;
    text-transform: uppercase;
    border-left: 4px solid #CFF09E;
    padding-left: 1vw;
    margin: 0 0 0.5% 0;
}


article.default-text#academica-desarrollo h4 {
    font-family: "titillium_bold";
    font-size: 0.9em;
    color: #828282;
    text-transform: uppercase;
    padding-left: 1vw;
    margin: 0 0 0.5% 0;
}

article#academica-desarrollo ul li p {
    padding-left: 1.1vw;
    margin-top: -0.6em;
    font-size: 0.8em
    
}

article#academica-desarrollo ul li {
    border-left: 4px solid #CFF09E;
}

.default-left-container {
    padding: 7% 0 0 7%;
    float: left;
    width: 30%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    /*position: fixed;*/
    
    
}



nav.left-menu ul li{
    padding: 0 0 3% 0;
}

nav.left-menu ul li a {
    font-family: "titillium_regular";
    font-size: 1.2vw;
    text-decoration: none;
    display: block;
    color: #191919;
    padding-left: 4%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    margin: 0 0 0 0;
    -webkit-transition: border-left 0.2s,-webkit-transform 0.2s;  /* For Safari 3.1 to 6.0 */
    transition: border-left 0.2s, transform 0.2s;
    
    
}

nav.left-menu h1 {
    font-family: "titillium_bold";
    text-transform: uppercase;
    font-size: 1.2vw;
    margin: 4% 0 4% 0;
    
    
}

nav.left-menu h1 a {
    color: #191919;
    display: block;
    text-decoration: none;
    -webkit-transition: color 0.2s,-webkit-transform 0.2s;  /* For Safari 3.1 to 6.0 */
    transition: color 0.2s, transform 0.2s;
}


nav.left-menu h1 a:hover {
    color: #828282;
}

.oyd:hover, .mdt:hover, .prac:hover, .ldp:hover, .bib:hover, .cronog:hover {
    border-left: 4px solid #CFF09E;
    
}

.left-menu-selected {
    border-left: 4px solid #CFF09E;
}
    
    
#descargaguia {
    text-decoration: none;
    color: #828282;
    display: block;
    padding: 3% 3% 3% 0;
    text-transform: uppercase;
    font-family: "titillium_bold";
    font-size: 1vw;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    border-bottom: 4pt solid #CFF09E;
    width: 70%;
    margin-top: 20%
    
    
}

/* M1 - Bibliografía */

div.default-right-wrapper#bibliografia-right-wrapper {
    width: 90%
}

div.bibliografia-columna {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    width: calc(100% / 3);
    float: left;
}

div.bibliografia-columna .bibliografia-grid {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 0.5vw;
}

div.bibliografia-columna .bibliografia-grid div.bibliografia-wrapper {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    -moz-box-shadow: 1px 1px 4px 1px #cecece;
	-webkit-box-shadow: 1px 1px 4px 1px #cecece;
	box-shadow: 1px 1px 4px 1px #cecece;
    background-color: #FFF;
    border-bottom: 0.8vw solid #CFF09E;
    padding: 1.7vw 1.2vw 1.2vw 1.2vw;
}

div.bibliografia-columna .bibliografia-grid div.bibliografia-wrapper h4 {
    font-family: "titillium_bold";
    font-size:;
    text-transform: uppercase;
    color:#828282;
    margin: 0 0 3% 0;
    line-height: 1em
    
}

div.bibliografia-columna .bibliografia-grid div.bibliografia-wrapper p {
    font-family: "titillium_regular_italic";
    font-size:0.8em;
    color:#828282;
    margin:;
    line-height: 1.2em
    
}





/* hasta 320 */
@media all and (max-width:320px) {
    
      nav#main_menu {
    box-shadow: 0px 0px 5px 0px #2e2e2e;
    text-align: center;
    width: 100%;
	margin: 0 auto;
	padding: 0;
    z-index: 2;
    position: relative;
    overflow: auto;
    overflow-x:hidden;

     
}

#main_menu ul {
    background-color: #191919;
    border-bottom: 1px solid #4C4C4C;
    width: 100%;
    margin: 0 auto;
	padding: 0;
    list-style: none;
    height: auto;
        
 
}

#main_menu ul li {
    
    background-color: #191919;
    display: inline-block;
    border-right:1px solid #4C4C4C;
    border-bottom:1px solid #4C4C4C;
    position: relative;
    margin-right:-0.8%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    width: 100%
 }





#main_menu ul li:hover ul {
    display:none;
    opacity: 0;
    visibility: hidden;
}

#main_menu ul li a {
    font-family: titillium_semibold;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #CCCCC0;
    display: block;
    height: 100%;
    margin: 0;
    padding:15px 0;
    -webkit-transition: box-shadow 0.5s, font-family 0.5s, color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: box-shadow 0.5s, font-family 0.5s, color 0.5s, transform 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%
    
}


#main_menu ul li#logo a {
    background-image: url(img/icons/logo.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
     
}
    
    
#main_menu ul li#home a {
    background-image: url(img/icons/home.svg);
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: center;
   

}
    
div#catedra_home nav.separador ul {
    display: none;
    opacity: 0;
    visibility: hidden;
}
    
    
div#imagen_home {
    height: 100vw;
}
    
#imagen_home #imagen_home_text_container h1 {
    
    font-size: 2em;
    
    
}

#imagen_home #imagen_home_text_container p {
    
    font-size: 1em;
   
        
}

#imagen_home #imagen_home_text_container a {
    font-family: "titillium_bold";
    font-size: 0.9em;
    color: white;
    margin-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.5s, transform 0.5s;
    
    
}


section div#catedra_home {
    
    align-content: center;
    background-color: #F9F9F9;
    padding: 2% 5% 3% 5%;
    margin: 0 auto;
    border-bottom: 10px solid #CFF09E;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
}
    
.busqueda {
    float:left;
    position: relative;
    clear: both;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    
    
}



.busqueda #search_icon {
    display: none;
    
    

}

.busqueda #search_icon:hover {
    background-size: 55%;
    
}  
    
section#noticias {
    
    
    height: auto;
    margin: 5vw auto 2vw auto;
    clear: both;
    overflow: auto;
    overflow-y: hidden;
        
}

    
.noticias-row-2-3 {
    width: 100%;
    height: inherit;
    overflow: auto;
    overflow-y: hidden;
                
}
            
.noticias-row-1-3 {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
   
}
            

            
.noticia-simple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100vw;
                
}
            
.noticia-destacada {
    display: none;
    

}
            
.noticias-grid {
    
    width: 100%;
    height: 100%;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
            
.noticias-col-1-3 {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
    height: 100vw;
    padding: 0%;
 }



.noticias-grid div.noticias-content {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom: 10px solid #0d334f;
}

    
   .imagen_noticia {
    float: none;
    background-color:#F00;
    width: 100%;
    height: 70%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

 

}
    
    .contenido_noticia {
    font-family: "titillium_regular";
    float: left;
    width: 100%;
    height: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    color: #444444;
    overflow:visible;
    

}

.contenido_noticia a {
    font-family: "titillium_regular";
    display: block;
    width: 100%;
    padding: 0.1em;
    overflow: hidden;
    font-size: 0.6em;
    margin-bottom: 0;
    text-decoration: none;
    
 
  
    
}
    

.contenido_noticia a h1 {
    
    display: block;
    width: 100%;
    max-height: 2.1em;
    overflow: hidden;
    font-size: 2.5em;
    font-family: "titillium_bold";
    margin-top: 0;
    margin-bottom: 0%;
    text-decoration: none;
    color: #454545;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

     
}

.contenido_noticia a h1:hover {
    color: #CFF09E;
}



.contenido_noticia h4 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 0;
    font-family: "titillium_regular_italic";
    font-size: 0.9em;
   -webkit-font-smoothing: antialiased;
    
}

.contenido_noticia p:lang(es) {
    display: none;
    
}
    
    div#noticias-vertodas a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "titillium_bold";
    color: #454545;
    font-size: 1em;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    
    
}
    
    section#content div#campus_virtual {
        height: auto;
    }
    
    .campus_virtual_grid {
        display: none;
    }
    
    #campus_virtual div#campus_virtual_header #campus_virtual_title_icon {
    display: none;
       
}
    
    #campus_virtual div#campus_virtual_header h1 {
        font-size: 1.2em;
    }
    
    #campus_virtual div#campus_virtual_header h4 {
        display: none;
}
    
    ul#campus li#boton_iniciar_registro {
    border: 1px solid #FFF;
    margin-right: 5%;
    display: block;
    margin-bottom: 0.5em
    }
    
ul#campus li#boton_iniciar_sesion {
    border: 1px solid #FFF;
    margin-right: 5%;
    display: block;
}
    
    div#enlaces {
    clear: both;
    padding: 2% 2% 5% 2%;
    max-width: 100%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    background-color: #EBEBEB;
        
}


div#enlaces .enlaces_grid {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  
}

div#enlaces div.enlaces_grid#enlaces_galerias {
    width: 100%;
    
}
    div#galerias_videos_descripcion p {
    
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: center;
 
        
}
    div#galerias_videos_descripcion h4 {
    
    
    text-align: center;
 
        
}
    
    div.galerias_imagenes_col {
    float: none;
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x:hidden;
}
    
    div.galerias_imagenes_descripcion a {
        font-size: 1em;
        margin-bottom: 0em;
        display: block;
        text-align: center;
        
    }
    div.galerias_imagenes_descripcion p{
    font-size: 0.8em;
    text-align: center;
    
    
    
}
    
    .enlaces_grid#enlaces_rsociales{
        display: none;
    }
    
    div#footer_container {
    
  display: none;
    
   
}
    
    #footer-legales p {
    color: #454545;
    font-size: 0.7em;
    text-align: left;
    line-height: 1.2em;
    padding: 10px 15px;
    background-color: #222;
    border-top: 1px solid #454545;
    
}

    
}

/* 321 - 640 */

@media all and (min-width:321px) and (max-width:640px) {
    
    nav#main_menu {
    box-shadow: 0px 0px 5px 0px #2e2e2e;
    text-align: center;
    width: 100%;
	margin: 0 auto;
	padding: 0;
    z-index: 2;
    position: relative;
    overflow: auto;
    overflow-x:hidden;

     
}

#main_menu ul {
    background-color: #191919;
    border-bottom: 1px solid #4C4C4C;
    width: 100%;
    margin: 0 auto;
	padding: 0;
    list-style: none;
    height: auto;
        
 
}

#main_menu ul li {
    
    background-color: #191919;
    display: inline-block;
    border-right:1px solid #4C4C4C;
    border-bottom:1px solid #4C4C4C;
    position: relative;
    margin-right:-0.8%;
    padding:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    width: 49%;
 }

#main_menu ul li#logo {
    border-left:1px solid #4C4C4C;
    width: 100%
}



#main_menu ul li:hover ul {
    display:none;
    opacity: 0;
    visibility: hidden;
}

#main_menu ul li a {
    font-family: titillium_semibold;
    text-transform: uppercase;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #CCCCC0;
    display: block;
    height: 100%;
    margin: 0;
    padding:20px 0;
    -webkit-transition: box-shadow 0.5s, font-family 0.5s, color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: box-shadow 0.5s, font-family 0.5s, color 0.5s, transform 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%
    
}


#main_menu ul li#logo a {
    background-image: url(img/icons/logo.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center;
     
}
    
div#catedra_home nav.separador ul {
    display: none;
    opacity: 0;
    visibility: hidden;
}
    
#imagen_home #imagen_home_text_container h1 {
    
    font-size: 2em;
    
    
}

#imagen_home #imagen_home_text_container p {
    
    font-size: 1em;
   
        
}

#imagen_home #imagen_home_text_container a {
    font-family: "titillium_bold";
    font-size: 0.9em;
    color: white;
    margin-bottom: 1em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: color 0.5s, transform 0.5s;
    
    
}
    
    section div#catedra_home {
    
    align-content: center;
    background-color: #F9F9F9;
    padding: 2% 5% 3% 5%;
    margin: 0 auto;
    border-bottom: 10px solid #CFF09E;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
  
        
}
    
.busqueda {
    float:right;
    position: relative;
    clear: both;
    margin: 10px auto;
    
    
    
    
}



.busqueda #search_icon {
    display: none;
    
    

}

.busqueda #search_icon:hover {
    background-size: 55%;
    
}
    
section#noticias {
    
    
    height: auto;
    margin: 5vw auto 2vw auto;
    clear: both;
    overflow: auto;
    overflow-y: hidden;
        
}

    
.noticias-row-2-3 {
    width: 100%;
    height: inherit;
    overflow: auto;
    overflow-y: hidden;
                
}
            
.noticias-row-1-3 {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
   
}
            

            
.noticia-simple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 70vw;
                
}
            
.noticia-destacada {
    display: none;
    

}
            
.noticias-grid {
    
    width: 100%;
    height: 100%;
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
            
.noticias-col-1-3 {
     -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
    height: 70vw;
    padding: 0%;
            }



.noticias-grid div.noticias-content {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-bottom: 10px solid #0d334f;
}

    
   .imagen_noticia {
    float: none;
    background-color:#F00;
    width: 100%;
    height: 70%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

 

}
    
    .contenido_noticia {
    font-family: "titillium_regular";
    float: left;
    width: 100%;
    height: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3%;
    color: #444444;
    

}

.contenido_noticia a {
    font-family: "titillium_regular";
    display: block;
    width: 100%;
    padding: 0.1em;
    overflow: hidden;
    font-size: 0.9em;
    margin-bottom: 0;
    text-decoration: none;
    
 
  
}

.contenido_noticia a h1 {
    
    display: block;
    width: 100%;
    max-height: 2.1em;
    overflow: hidden;
    font-size: 2em;
    font-family: "titillium_bold";
    margin-top: 0;
    margin-bottom: 0%;
    text-decoration: none;
    color: #454545;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

     
}

.contenido_noticia a h1:hover {
    color: #CFF09E;
}



.contenido_noticia h4 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 0;
    font-family: "titillium_regular_italic";
    font-size: 1.2em;
   -webkit-font-smoothing: antialiased;
    
}

.contenido_noticia p:lang(es) {
    display: none;
    
}
    
    div#noticias-vertodas a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "titillium_bold";
    color: #454545;
    font-size: 1em;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1em;
    
}
    
    section#content div#campus_virtual {
        height: auto;
    }
    
    .campus_virtual_grid {
        display: none;
    }
    
    #campus_virtual div#campus_virtual_header #campus_virtual_title_icon {
    display: none;
       
}
    
    #campus_virtual div#campus_virtual_header h1 {
        font-size: 1.5em;
    }
    
    #campus_virtual div#campus_virtual_header h4 {
        font-size: 0.9em;
}
    
    div#enlaces {
    clear: both;
    padding: 5% 5% 9% 5%;
    max-width: 100%;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    background-color: #EBEBEB;
        
}


div#enlaces .enlaces_grid {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  
}

div#enlaces div.enlaces_grid#enlaces_galerias {
    width: 100%;
    
}
    div.galerias_imagenes_descripcion a {
        font-size: 0.8em; 
    }
    div.galerias_imagenes_descripcion p{
    font-family: "titillium_regular";
    font-size: 0.7em;
    line-height: 1.2em;
    margin-bottom: 0;
    color: #A5A5A5;
    
    
    
}
    
    .enlaces_grid#enlaces_rsociales{
        display: none;
    }
    
    
div#footer_container {
    
  padding: 8% 6% 2% 10%;
    
   
}


ul.columnas_footer {
    
    width: 49%;
    
    
}
    
    #footer-legales p {
    color: #454545;
    font-size: 0.8em;
    text-align: center;
    line-height: 1.2em;
    padding: 10px 15px;
    background-color: #222;
    border-top: 1px solid #454545;
    
}

}



    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    