/* 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_bdbold') 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#titilliumregular') 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#titilliumbold') 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";
    
    
    
}

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

section#content {
    width: 100%;
}

 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;
    
 
}

#main_menu ul li {
    background-color: #191919;
    display: inline-block;
    border-right:1px solid #4C4C4C;
    position: relative;
    margin:0px;
    padding:0px;
 }

#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 div#home_icon {
    background-image: url(img/icons/home.svg);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    z-index: 20;
  
   
}


#main_menu ul li div#home_icon:hover {
    background-image: url(img/icons/home_hover.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    
}
    */
#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:30px;
    -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;
    
}

#main_menu ul li a:hover {
   
    color: #CCFFCC;
    -webkit-box-shadow: inset 0px -4px 0px 0px #CCFFCC;
   -moz-box-shadow: inset 0px -4px 0px 0px #CCFFCC;
    box-shadow: inset 0px -4px 0px 0px #CCFFCC;
}
/*
#main_menu ul li#home a {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px

}*/



#main_menu ul li a img {
    
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 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: 530px;
    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";
    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% 5% 5%;
    margin: auto;
    border-bottom: 10px solid #CCFFCC;
    height: 700px;
        
}

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

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


.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 {
    clear: both;
    margin-top: 5%;
    width: 100%;
    height: 700px;
        
}


.noticia_grid {
    float: left;
    height: 30%;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  

  
}

.noticia {
    background-color: #FFF;
    width: 100%;
    height: 100%;
   -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.3);
    position: relative;
}

.line {
    position: absolute;
    width: 100%;
    height: 4%;
    bottom: 0;
    left: 0;
    background-color: #0D3348
}



#noticia_destacada {
    float: left;
    height: 60%;
    width: 66%;
    
}

.imagen_noticia {
    float: left;
    background-color:#F00;
    width: 48%;
    height: 100%;
    overflow: hidden;

 
    
}



.contenido_noticia {
    float: left;
    width: 52%;
    height: 100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4%;
    color: #444444;

}

.contenido_noticia a{
    display: block;
    width: 100%;
    padding: 0.1em;
    overflow: hidden;
    font-size: 0.75em;
    margin-bottom: 0;
    
 
  
}

.contenido_noticia h1 {
    display: block;
    width: 100%;
    max-height: 2.1em;
    overflow: hidden;
    text-overflow: ellipse;
    font-size: 1.2em;
    font-family: "titillium_bold";
    margin-top: 2%;
    margin-bottom: 0%;

     
}


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

.contenido_noticia p:lang(es) {
    display: block;
    height: 6em;
    width: 100%;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 0%;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #939393;
    
}


div#noticia_destacada a {
    display: block;
    width: 100%;
    padding: 0.1em;
    overflow: hidden;
    font-size: 1em;
    margin-bottom: 0;
    
 
  
}

div#noticia_destacada h1 {
    display: block;
    width: 100%;
    max-height: 4em;
    overflow: hidden;
    text-overflow: ellipse;
    font-size: 2em;
    font-family: "titillium_bold";
    margin-top: 2%;
    margin-bottom: 0%;

     
}

div#noticia_destacada h4 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 0;
    font-family: "titillium";
    font-size: 1.5em;
    line-height: 1.1em;
    max-height: 3em;
   -webkit-font-smoothing: antialiased;
    
}

div#noticia_destacada p {
    display: block;
    min-height: 7.2em;
    max-height: 10em;
    width: 100%;
    margin-top: 7%;
    margin-bottom: 7%;
    font-size: 1.1em;
    line-height: 1.2em;
   
}

div#noticia_destacada .line {
    height: 2%
}

#icon_wrapper {
    margin-top: 6%;
    height: 15%;
    bottom: 1px;
}

.social_icon {
    width: 25px;
    height: 25px;
    float: right;
    margin-left: 5px
}

.social_icon a{
    width: 100%;
    height: 100%;
    display: block;
    
}
.social_icon#facebook {
    background-image: url(img/icons/facebook.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.social_icon#twitter {
    background-image: url(img/icons/twitter.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.social_icon#gplus {
    background-image: url(img/icons/gplus.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

/* Conocé el campus virtual */

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

#campus_virtual div#campus_virtual_header {
    padding: 0 20% 0 20%;
    height: 20%
    
}


#campus_virtual div#campus_virtual_header div#campus_virtual_title_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    margin-bottom: 0%
    
}

#campus_virtual div#campus_virtual_header #campus_virtual_title_icon {
    width: 50px;
    height: 50px;
    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;
    
}

#campus_virtual div#campus_virtual_header h4 {
    font-family: "titillium_regular"; /* italic */
    color: #FFF;
    
        
}

.campus_virtual_grid {
    float: left;
    height: 30%;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;

}

/* Trabajos de los alumnos */

section div#trabajos_home {
    background-image: url(img/images/background.svg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 5% 5% 5% 5%;
    margin: auto;
    align-content: center;
    text-align: center;
    border-bottom: 10px solid #CCFFCC;
    
        
}

div#trabajos_home h1 {
    font-family: titillium_semibold;
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
    
}

div#trabajos_home hr {
    border: 0.1em solid #191919;
    width: 3%;
    margin: 1px auto 3em auto;
}

section div#trabajos_home ul  {
    width: 100%;
    
        
}

.container_container {
    width: 30%;
    margin: 1% 0.5% 1% 0.5%;
    display: inline-block;
    background-image: url(img/images/trabajos_m1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-color: #000;
    margin-bottom: 1em;
    -webkit-transition: background-color 2s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: background-color 2s, transform 0.5s;
  
}

.container_container:hover {
    width: 30%;
    background-image: none;
    background-color: #191919;
      
}

.text_trabajos_container {
    
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: opacity 0.5s, transform 0.5s;
    
    
    
    
}


.text_trabajos_container:hover {
    
    opacity: 1;
        
    
}

.text_trabajos_container a {
    text-align: left;    
    font-family: titillium_semibold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-top: 50%;
    padding-bottom: 50%;
        
}

.text_trabajos_container a span.nombre_materia_acronimo {
    color: #FFF;
    font-size: 4em;
    text-align: center;    
    font-family: titillium_semibold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: 0.5em
}

.text_trabajos_container a span.nombre_materia {
    color: #8C8C8C;
    font-size: 1em;
    text-align: center;    
    font-family: titillium_semibold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    display: block;
}

section {
}

/* footer */

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

div.columna_footer {
   
    background-color: #191919;
    

}

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

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

}

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 ul li a:visited {

    color: #6c6c6c;

}

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

/* Cosas de trabajos de alumnos */

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;

    
}

div#gallery_container {
    text-align: center;
    padding-bottom: 2%;
}

.container_container_trabajos {
    width: 32%;
    margin: 1% 0.5% 1% 0.5%;
    display: inline-block;
    background-image: url(img/images/trabajosdealumnosmorfo1/1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 101%;
    background-color: #CCFFCC;
    margin-bottom: 1em;
    -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;
    box-shadow: 1px 1px 5px 0px  #999;
  
}

.container_container_trabajos:hover {
    width: 32%;
    background-image: none;
    background-color: #CCFFCC;
      
}

.text_container_trabajos {
        opacity: 0;
    margin: 0 auto;
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;  /* For Safari 3.1 to 6.0 */
transition: opacity 0.5s, transform 0.5s;
    
}


.text_container_trabajos:hover {
    
    opacity: 1;
        
    
}

.text_container_trabajos a {
    font-size: 0.9em;
    color: #000;
    text-align: center;    
    font-family: titillium_bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-top: 30%;
    padding-bottom: 30%;
        
}

/* La cátedra */

section#contenedor_general_lacatedra {
    

}

nav.separador#lacatedra {
    background-color: #EFEFEF;
    padding: 2% 20% 1.5% 20%;
    border-bottom: 10px solid;
}

div#contenido_lacatedra {
   
    align-content: center;
    padding: 0% 0% 0% 0%;
    margin: auto;
    
}


div#header_lacatedra {
    border-bottom: 10px solid #CCFFCC;
    margin:0px
    
} 
div#header_lacatedra h1 {
    
    font-family: titillium_semibold;
    font-size: 3em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0.3em;
    padding: 0% 20% 0% 20%;
    
    
}

div#header_lacatedra h6 {
    font-family: titillium_semibold;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: left;
    line-height: 100%;
    margin-bottom: 3em;
    padding: 0% 20% 0% 20%;
}



div div.titulo_lacatedra {
    background-color: #191919;
    align-content: center;
    text-align: left;
    padding: 1px 20% 1px 20%;
    margin: auto;
    color: #FFF;
    
    

  
}
div div.titulo_lacatedra h1 {
    font-family: titillium_bold;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #FFF;
    display: block;

    
  
}

div#prop div.written_content_container {
    background-image: url(img/images/background.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    border-bottom: 10px solid #CCFFCC;

}

div#prop p {
    font-family: titillium_regular;
    font-size: 1.2em;
    text-align: left;
    line-height: 125%;
    margin-bottom: 3em;
    padding: 4% 20% 0% 20%;
}

div#prog {
    border-bottom: 10px solid #CCFFCC;
}

ul#prog_ul {
    padding: 3% 20% 2% 20%;
    
}

ul#prog_ul li.prog_button {
    background-color: #FFF;
    box-shadow: 1px 1px 5px 0px  #999;
    height: auto;
    margin-bottom: 2%
}

ul#prog_ul li.prog_button a {
    font-family: titillium_regular;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    color: #666660;
    padding: 10px 25px 10px 25px;
    display: block;
}

div#plant {
    width: 100%
}

div#docente_element_wrapper {
    text-align: center;
    padding: 4% 20% 4% 20%;
}
    
div#docente_element_wrapper ul#docente_element1 li {
    
    margin: 1% 0.5% 1% 0.5%;
    display: inline-block;
    width: 31.8%;
    height: auto;
    box-shadow: 1px 1px 5px 0px  #999;
}


div#docente_element_wrapper ul#docente_element2 li  {
    
    margin: 1% 0.5% 1% 0.5%;
    display: inline-block;
    width: 23.45%;
    height: auto;
    box-shadow: 1px 1px 5px 0px  #999;
}

.docente_image {
    height: 10em;
    width: 100%;
    background-image: url(img/images/lacatedra/docente1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-color: #CCFFCC;
    -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;
      
}

.plantel_texto {
    position: relative;
    font-family: titillium_regular;
    padding: 15px 15px 15px 15px;
    text-align: left;
}

ul#docente_element1 li .plantel_texto h6 {
  
    color: #191919;
    font-family: titillium_bold;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}

ul#docente_element2 li .plantel_texto h6 {
    font-size: 0.9em;
    color: #191919;
    font-family: titillium_bold;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

ul#docente_element2 li .plantel_texto p {
    font-size: 0.9em;
    color: #191919;
    font-family: titillium_regular;
    margin-bottom: 0.2em;
}

footer#arriba {
    height: auto;
    padding: 1% 20% 4% 20%;
    position:relative;
}

footer#arriba div#volver {
    position: fixed;
    right: 5%;
    bottom: 10%;
    transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
      
}


footer#arriba div#volver a {
    font-size: 1.5em;
    font-family: titillium_bold;
    text-decoration: none;
    color: #191919;
    text-transform: uppercase;
    
    
}   


    