/** GENERAL **/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');

@font-face {
    font-family: "trebuc";
    src: url("fonts/trebuchet/trebuc.ttf");
}

body{
  background-color: #fff;
  font-family: 'Lato', sans-serif !important;
  min-height:0%;
}
a{
	color: #808080;
}
a:hover, a:focus{
	color:#d22020;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color:#666;
  font-family: 'Lato', sans-serif;
}

/* formato del texto básico */
.contenido-texto ul{
	list-style:none;
}
.contenido-texto ul li{
	line-height: 18px;	
	margin-top: 4px; 
	margin-bottom: 4px;
	text-align:justify;
}
.contenido-texto li:before{
	content:'·';
	margin-left: 10px;
    padding-right: 8px;
}
.contenido-texto p, .contenido-texto div{
	line-height:18px;
	text-align:justify;
	text-indent:10px;
	margin-bottom: 15px;
}
.contenido-texto div{
	text-indent:0px;
}
.contenido-texto a{
	color: #808080 !important;
}
.contenido-texto a:hover{
	color: #d22020 !important;
}
.contenido-texto h2{
	font-size:15px;
	margin-top: 20px;
}
.contenido-texto h3{
	font-size:14px;
	margin-top: 15px;
	margin-bottom: 8px;
	font-weight:normal;
}
.contenido-texto h4{
	font-size:13px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:normal;
}
.contenido-texto h5{
	font-size:13px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:normal;
	text-transform:none;
	font-style:italic;
}
.contenido-texto h6{
	font-size:13px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight:normal;
	text-transform:none;
	font-style:normal;
}
/* formato del texto básico - fin*/


.content-area.margin-top{
  margin-top: 180px;
}
.content-area > .container{
	width:1000px;
}
.btn{
	font-weight:normal;
}
/* para todos los nodos de la web */

section.content-area{
	padding-top: 0px; 
	padding-bottom: 76px;
}

.node, .view{
	margin-left: -15px;
    width: 1000px;
    color:#404040;
    font-size:13px;
}
.node a, .view a{
	font-weight:normal;
}
.node a:hover, .view a:hover{
	color:#d22020;
}

/* header */
header.main-header{
  height: 180px;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.tb-small.tb-transp{
  background-color:#fff;
}
.top-bar .container{
	padding-left: 0;
    padding-right: 0;
    width: 1000px;
}
.top-bar {
  height: 180px;
  transition:none;
}
.top-bar .tb-logo {
  height: 140px;
  z-index:100;
  width:236px;
  position:absolute;
  margin-top: 20px;
}
.top-bar .tb-logo .scrollto{
	z-index: 100; 
	position: relative;
}
.top-bar .tb-logo img{
  max-height:120px;
  height: 120px;
  width: auto;
  margin-top: 0px;
  margin-right:0px;
}
.main-header .breadcrumb{
	display:none;
}
.main-header .page-title{
	display:none;
}
/* fin estilo general */


/** Menú principal **/
#block-system-main-menu{
  display: none;
}
.main-navigation ul li:hover > ul {
  display: none;
}
#block-drupalnav-drupalnav .main-navigation > ul{
  display:inline-block;
  width:1000px;
  height: 40px;
  line-height: 40px;
}
#block-drupalnav-drupalnav .main-navigation > ul.rojo > li{
  width:33.33%;
  text-align: center;
  height: 40px;
}
#block-drupalnav-drupalnav .main-navigation > ul li span.main a{
  color:#fff;
  opacity: 1;
  cursor: pointer;
}
#block-drupalnav-drupalnav .main-navigation > ul li span.main a:hover{
  color:#fff;
}
#block-drupalnav-drupalnav .main-navigation ul li span a{
  padding-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: normal;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu{
  width:100%;
  left:0px;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 10px;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block{
  float:left;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block{
  min-height: 100%;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block:last-child{
  border-right: 0px;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block.third{
  width:33%;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block.fourth{
  width:25%;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block.half{
  width:50%;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block > div{
  float:left;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block .column3{
  width:33%;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block .column2{
  width:50%;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .menu-block .column1{
  width:100%;
}
#block-drupalnav-drupalnav .main-navigation ul li ul.menu .block-title{
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  width: calc(100% - 30px);
  color:#808080;
  font-weight: normal;  
  border-bottom: 1px solid #808080;
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
#block-drupalnav-drupalnav .main-navigation ul:after{
  display: inline-block;
} 
#block-drupalnav-drupalnav .main-navigation ul.menu ul{
  background-color: #fff;
  opacity: 0.93;
}
#block-drupalnav-drupalnav .main-navigation ul.menu ul a{
  font-size: 13px;
  color: #404040 !important;
  font-weight: normal;
  text-transform: none;
  padding: 3px 10px 3px 20px;
}
#block-drupalnav-drupalnav .main-navigation ul.menu ul a:before{
  content: "\b7\a0";
}
#block-drupalnav-drupalnav .main-navigation ul.menu ul a:hover, #block-drupalnav-drupalnav .main-navigation ul.menu ul a.current{
  color: #d22020 !important;
  opacity: 1;
}

#block-drupalnav-drupalnav .main-navigation ul.menu.rojo li:hover > span a{  
  color: #d22020;
}
#block-drupalnav-drupalnav .main-navigation ul.menu.rojo li:hover > span.block-title a{  
  color: #999;
  cursor:default;
}

#block-drupalnav-drupalnav .main-navigation ul.menu.rojo li:hover, #block-drupalnav-drupalnav .main-navigation ul.menu.rojo li.current{
  cursor: pointer;
  background-color: #fff;
  color: #d22020 !important;
}
#block-drupalnav-drupalnav .main-navigation ul.menu.rojo > li.current > span a{
  color: #d22020;
}
/* menu versión móvil */
.toggle{
	position:absolute;
	right: 0;
    top: 0;
    z-index:100;
}
/* fin menú principal */


/** Menú gris - superior **/

#menu-secundario{
	margin: 0 auto;
    position: relative;
    top: -138px;
    width: 1000px;
}

#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris li span.main a{
  color: #3F6AAD;
  font-weight: bold;
  font-size: 13px;
  background-image:url(../images/usal/separacionInferior.png);
  background-position:center right;
  background-repeat:no-repeat;
  padding-right: 17px;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris li:last-child span.main a{
  background-image:none;
  padding-right: 0px;
}

#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris li span.main a:hover, #block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris li.current span.main a{
  color: #d22020;
  opacity: 1;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris{
  background-color: #fff;
  float:right;
  text-align:right;
  z-index:100;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris li ul{
  width: 692px;
  border-top: 2px solid #d22020;
  height:auto;
  padding-top:15px;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris li > span a{
  text-transform: none;
  padding-left: 10px;
  padding-right: 0px;
  cursor: pointer;
}
.main-navigation-wrapper{
  float:left;
  background-color:#d22020;
  left: 0;
  position: absolute;
  width: 100%;
  text-align:center;
  height: 40px;
  top:140px;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris li:hover > span a{  
  color: #d22020;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris li.selected span a{
  color: #d22020;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris .column2{
	float:left;
	width:50%;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris .column3{ /* intranet */
	float:left;
	width:30%;
}
#block-drupalnav-drupalnav .main-navigation #menu-secundario ul.menu.gris .column3:last-child{ 
	float:left;
	width:40%;
}
/* fin menú gris superior */


/* barra de idiomas */

#block-locale-language{
	position: fixed;
    top: 0;
    width: 100%;
    background-color: #808080;
    height:20px;
}
#cei {
    color: #fff;
    float: left;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
    padding-left: 0;
    text-transform: none;
    opacity:0.8;
}
#cei:hover {
	opacity:1;
}

#block-locale-language .content{
	width:1000px;
	margin:0px auto;
}
#block-locale-language ul.language-switcher-locale-url{
	float:right;
	background-image:url(../images/usal/separacionSuperior.png);
	background-repeat: no-repeat;
	padding-left: 40px;
}
#block-locale-language ul.language-switcher-locale-url  li a{
	padding-bottom: 0;
    padding-top: 0;
    line-height:20px;
    color:#fff;
    font-weight:normal;
    font-size:11px;
    opacity:0.7;
	/* temporal */
	opacity:0.5;
	cursor:default;
}
#block-locale-language ul.language-switcher-locale-url  li a:hover{
	opacity:1;
	/* temporal */
	opacity:0.5;
	cursor:default;
}
#block-locale-language ul.language-switcher-locale-url  li a.active{
	opacity:1;
	/* temporal */
	opacity:0.5;
	cursor:default;
}
#block-locale-language ul.language-switcher-locale-url  li a.active:hover{
	color:#fff;
    opacity:1;
    cursor:default;
	/* temporal */
	opacity:0.5;
	cursor:default;
}

/* fin barra de idiomas */






/* formulario de búsqueda */
#block-search-form{
  position: absolute;
  top: -65px;
  width: 100%; 
  text-align: center;
  z-index:1;
}
#block-search-form .main-navigation{ 
  margin: 0 auto;
  width: 1000px;
}
#block-search-form #search-block-form{
  float: right;
  margin-top: 11px;
  width: 250px;
}
#block-search-form input{
	background-color: #fff;
    border-width: 0;
    color: #3F6AAD;
    font-size: 11px;
    font-style: italic;
    height: 20px;
    padding-bottom: 0;
    padding-left: 27px;
    padding-top: 0;
    background-image: url(../images/usal/buscar_icon.png);
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    width: 220px;
    margin-left: 30px;
    font-weight: bold;
}

#block-search-form input::placeholder {
	color: #3F6AAD;
}
#block-search-form .searchform-alter:before{
	content:"";
}
#block-search-form input:focus, #block-search-form input:focus{
	color: #3F6AAD;
}	
#block-search-form .form-control:focus{
	box-shadow:none;
}


/* Footer común */
#footer{
  padding-top: 0px; 
  padding-bottom: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  /*position: fixed;
  height: 49px;
  padding-top: 100px;*/
  z-index:100;
  background-color: #fff;
}
#footer .container{
	padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.back-top-wrap{
 display:none;
}
#firma-usal{
	background-color:#fff;
	text-align:center;
	color:#d22020;
	width:100%;
    border-top: 1px solid #4d4d4d;
    font-size:9px;
    height: 17px;
    line-height: 15px;
	z-index:10;
}
#usal-footer{
	background-image:url(../images/usal/usal_footer.png);
	width:150px;
	height:15px;
	display:inline-block;
}

#redes{
  background-color: #f2f2f2;
  height: 38px;
  left: 0;
  /*bottom:17px;*/
  position: absolute;
  width: 100%;
  z-index:10;
  border-top:3px solid #d22020;
}
#redes ul{
  display: inline-block;
  margin-bottom: 0px;
  width: 1000px;
}
#redes ul li{
  list-style: none outside none;
  float: left;
  width: 30%;
  text-align:left;
  height:35px;
}
#redes ul li:last-child{
	text-align:right;
  	width: 70%;
}
#redes ul li a{
  text-transform: none;
  font-size: 12px;
  color: #404040;
  text-transform:uppercase;
  float:left;
}
#redes ul li:last-child a{
	float:right;
}
#redes ul li a.text{
	line-height:16px;
	text-align:center;
	width:72px;
	margin-top: 1px;
	margin-right: 17px;
}
#redes ul li a:hover{
  color: #d22020;
}
#redes li{
	text-align:center;
}
#redes li a{
  min-width: 40px;
  width: auto;
  height: 35px;
  display: inline-block;
}
#redes #facebook{
  background-image: url(../images/usal/facebook.png);
  margin-right: 8px;
}
#redes #twitter{
  background-image: url(../images/usal/twitter.png);
  margin-right: 8px;
}
#redes #youtube{
  background-image: url(../images/usal/youtube.png);
}

#redes .transparencia{
  background-image: url(../images/usal/portal_transparencia.png);
  width:120px;
  height:35px;
  display:inline-block;
  margin-left: 1px;
}
#redes .sede-electronica{
  background-image: url(../images/usal/sede_electronica2.png);
  width:120px;
  height:35px;
  display:inline-block;
  margin-right: 10px;
}
#redes .sep{
	width:1px;
	background-color:#808080;
	height:25px;
	float:left;
	margin-top: 4px;
	margin-right: 10px;
	margin-right: 15px;
}

/* Glazed builder*/


.node-type-glazed-page .content-area > .container > .row{
	margin-right: 0px;
	margin-left: 0px;
}
.node-type-glazed-page .content-area > .container > .row #main-page-content{
	padding-left: 0;
	padding-right: 0;
}
.node-type-glazed-page .content-area .az-row{
	margin-right: 0px;
	margin-left: 0px;	
}
.node-type-glazed-page .content-area .az-ctnr.container-fluid{
	padding-left: 0;
	padding-right: 0;	
}

.node-type-glazed-page  .content-area > .container, .node-type-glazed-page  .node {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
}

.node-type-glazed-page #main-page-content, .node-type-glazed-page .container{
	/*padding-right: 0px;*/
}

.node-type-glazed-page #readspeaker_button1, .node-type-glazed-page .node-header{
	display: none;
}
.node-type-glazed-page .home-starred .az-column .titular{
	height: 500px;
}

.node-type-glazed-page .home-starred .az-column h3{
    text-align: center;
    color: #ffffff;
    text-transform: initial;
    position: relative;
    font-size: 47px;
    margin: 0px auto;
    top: 253px;
    line-height: 57px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    padding-bottom: 125px;
    padding-top: 70px;
   font-weight: bold;
   letter-spacing: 0.05em;
}

.node-type-glazed-page .st-owl-theme.st-owl-pager-inside .owl-pagination .owl-page.active{
	background: #ffffff;
}

.node-type-glazed-page .st-owl-theme.st-owl-pager-inside .owl-pagination .owl-page{
	border: 1px solid #ffffff;
}
.node-type-glazed-page .home-video-section h1, 
.node-type-glazed-page .home-video-section h2,
.node-type-glazed-page .home-video-section h3,
.node-type-glazed-page .home-video-section h4,
.node-type-glazed-page .home-video-section h5,
.node-type-glazed-page .home-video-section h6{
	font-weight: normal;
	text-transform: none;
   letter-spacing: 0.05em;
}
.node-type-glazed-page .home-video-section h3 a{
  color:#333;
}
.node-type-glazed-page .home-video-section h3 a:hover{
  color:#d22020;
}
.node-type-glazed-page .home-video-section .column-right hr{
	width: 60%;
    border: 1px solid #6666;
}

.node-type-glazed-page .home-video-section .column-left hr{
	width: 60%;
    border: 1px solid #2980b9;
}


.node-type-glazed-page .home-interest-links{
  display: none;
}
.node-type-glazed-page .home-interest-links .az-column{
	padding-left: 10px;
	padding-right: 10px;
}
.node-type-glazed-page .home-interest-links img{
	width: 100%;
	height: 223px;
}

.node-type-glazed-page .home-interest-links .az-column h3{
    position: relative;
    text-align: center;
    color: #d22020;
    font-weight: normal;
    text-transform: initial;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right:5px;
    padding-left: 5px;
}
.node-type-glazed-page .home-interest-links .az-column a:hover h3{
	background-color: #d22020;
	color:#fff;
}

.node-type-glazed-page .home-interest-links hr{
    border: 0.5px solid #d22020;
    margin-top:0px;
}
/*home news section*/
.node-type-glazed-page .home-news .az-column .titular{
	height: 300px;
}
.node-type-glazed-page .home-news .az-column .titular > a{
	height: 100%;
	display: block;
}

.node-type-glazed-page .home-news .az-column h3{
    text-align: center;
    color: #ffffff;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    text-transform: initial;
    position: relative;
    top: 189px;
    padding-bottom: 24px;
    padding-top: 20px;
    font-size: 28px;
    line-height: 34px;
   font-weight: normal;
   letter-spacing: 0.05em;
}
.node-type-glazed-page .home-news .az-column .no-sombra h3{
    background: transparent;	
}
.node-type-glazed-page .home-news .az-column .centrado h3{
    top:100px;
}

.node-type-glazed-page .home-contador a{
	color:#fff;
	font-size:45px;
	font-weight: normal;
	display: inline-block;
	text-align: center;
}
.node-type-glazed-page .home-contador a .texto{
	font-size:20px;
	font-weight: bold;
	margin-top:20px;
}
.node-type-glazed-page .col-md-5{
	width: 20%;
}

.node-type-glazed-page .home-news img{
	/*width: 100%;
	height: 223px;*/
}

.node-type-glazed-page .home-news .az-column{
  background-size: cover;

  padding-left: 0px;
  padding-right: 0px;
}
.node-type-glazed-page .home-video-full {
	min-height: 600px;
}

/*Header top*/
#header-top{
	position: fixed;
    top: 0;
    width: 100%;
    background-color: #E4E4E4;
    height:20px;
}
#header-top ul li a{
    color: #4d4d4d;
    float: left;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 20px;
    padding-left: 0;
    text-transform: uppercase;
    opacity: 0.8;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#header-top #content{
	width:1000px;
	margin:0px auto;
}

/*Social block*/
#social-block{
  position: absolute;
  top: -65px;
  width: 100%; 
  text-align: center;
  z-index:1;
}
#social-block .content{ 
  margin: 0 auto;
  width: 1000px;
  text-align: right;
}

#social-block #social-networks{
  float: right;
  margin-top: 11px;
}

#social-block #social-networks li{
	padding-left: 20px;
}

#social-block #social-networks li a{
	color: #4d4d4d;
	padding: 0px;
}

#social-block #social-networks li .fab{
	font-size: 18px;
}
#social-block #social-networks li a:hover{
  opacity:0.7;
}

/*New footer*/
#footer-2 #content{
	color: #ffffff;
    background-color: #385e9d;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 15px;
}

#footer-2 .email a{
	color: #ffffff;
	font-style: italic;
}

#footer-2 .boton-contacto{
	text-transform: uppercase;
    border: 1px solid;
    max-width: 188px;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 15px;
    
}
#footer-2 .boton-contacto a{
  color:#fff !important;
}

#footer-2 .boton-contacto:hover{
  background:#ffffff;
  color:#d22020;
}
#footer-2 .boton-contacto:hover a{
  color:#d22020 !important;
}


#footer-3{
  background-color: #eaeaea;
  padding-top: 40px;
}
#footer-3 a{
  font-size: 12px;
}
#footer-3 #content{
	color: #4d4d4d;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 4px;
    font-size: 14px;
}
#footer-3 img{
  margin-bottom: 15px;
}
#footer-3 #copy{
  background-color: #d22020;
  color:#fff;
  font-size: 10px;
}

#footer-top{
  background-color: #fff;
    border-bottom-width: 0;
    color: #fff;
    /*height: 148px;*/
    padding-bottom: 0;
    padding-top: 0;
    /*min-height: 100px;
    position:absolute;
    botton:0px;*/
    width:100%;
}
#footer-top .container{
    padding-left: 0;
    padding-right: 0;
    width: 1000px;
}
#footer-top #footer-home{
    height: 100px;
    width:1000px;
    margin-top: -50px;
}
#footer-top #footer-home .media{
  float:left; 
}
.sep-footer-home{
  display:block;
  height:1px;
  width:242px;
  background-color:#999;
  margin:0px auto;
  margin-bottom: 9px; 
}
#footer-home .bloque1{
  width:auto;
  display:inline-block;
  float: left;
  text-align:center;
  
}
#footer-home .bloque1:last-child{
  margin-right:0px; 
}
#footer-home .bloque2{
  width:auto;
  display:block;
  float: right;
  height:100px;
}
#footer-home .linea{
  background-color:#e5e5e5;
  height:1px;
  margin-left: 35%;
    margin-right: 35%;
    width: 30%;
  display:inline-block;
}

#footer-home div a{
  opacity:1;
    height: 100px;
}
#footer-home div:not(.avisos) a{
  display:block;
  margin:0px auto;
}
#footer-home a:hover{
  color:#fff;
  opacity:1;
}
#footer-home .avisos{
  font-size: 13px;
    font-weight: bold;
    padding-top: 26px;
    text-transform: uppercase;
}
#footer-home .comunicacion{
  background-image:url(../images/usal/comunicacion_Usal.png);
  width:180px;
  background-repeat:no-repeat;
}
#footer-home .usaltv{
  background-image:url(../images/usal/usal_tv.png);
  width:130px;
  background-repeat:no-repeat;
}
#footer-home .radio{
  background-image:url(../images/usal/radio_usal.png);
  width:130px;
  background-repeat:no-repeat;
}
#footer-home .bloque2:last-child{
  padding-left: 0px;
  padding-right: 0px;
}
#footer-home .santander{
  background-image:url(../images/usal/santander_universidades.png);
  width:140px;
  /*float:right;*/
  background-repeat:no-repeat;
}
#footer-home .appcrue{
  background-image:url(../images/usal/logo_appcrue.png);
  width:116px;
  margin-top:10px;
  /*float:right;*/
  background-repeat:no-repeat;
}
#footer-home .universia{
  background-image:url(../images/usal/universia.png);
  width:113px;
  /*float:right;*/
  background-repeat:no-repeat;
}
#footer-home .agenda-rector{
  background-image:url(../images/usal/Agenda_del_Rector_Icon.png);
  width:110px;
  /*float:right;*/
  background-repeat:no-repeat;
}
#footer-home .recursos-humanos{
  background-image:url(../images/usal/hr-letras.png);
  width:100px;
  background-repeat:no-repeat;
  margin-top: -8px !important;
}
#footer-home div a.alumni{
  background-image:url(../images/usal/alumni.png);
  width:130px;
  margin-top:-10px;
  /*float:right;*/
  background-repeat:no-repeat;
}
#footer-home div a.appuxxi{
  background-image:url(../images/usal/logo_appuxxi.png);
  width:100px;
  margin-top:-10px;
  /*float:right;*/
  background-repeat:no-repeat;
}
#footer-home .HRS4R{
  background-image:url(../images/usal/HRS4R.png);
  width:81px;
  float:right;
  background-repeat:no-repeat;
}
#fb-web{
  display: block;
}
#fb-movil{
  display: none;
}
#logos-footer{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer-home{
    margin-bottom: 50px;
}


/* responsive */

@media only screen and (max-width: 1360px) {
  .node-type-glazed-page .home-news .az-column .titular h3{
    top: 0;
    height: 300px;
    padding-top: 125px;
  }
}

@media (max-width:1000px) and (min-width:768px) {
	
	.toggle {
	    cursor: pointer;
	    display: block !important;
	    float: right;
	    font-family: "FontAwesome";
	    font-size: 14px;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    transition: all 0.2s ease 0s;
	    width: 50px;
	    z-index: 200;
	}
	.toggle:after {
	    content: "";
	}
	.main-navigation-wrapper{
		display:none;
	}
	.main-navigation ul li{
		width:100%;
	}

}
/* iPad & tablets */
@media only screen and (max-width: 1000px) {
	
	#cei{
		display:none;
	}
	
	.top-bar .tb-logo {
	  width:100%;
	  position:relative;
	}
	.node, .view{
		margin-left: 0;
	    width: 100%;
	}
	header.main-header{
		height: 50px;
    	min-height: 50px;
	}
	.toggle{
		position: fixed;
		color:#d22020;
	}
	.toggle:hover{
		color:#d22020;
	}
	
	.top-bar{
		position:fixed;
		min-height:50px;
		height:auto;
	}
	.top-bar .container{
		width:100%;
	}
		
	.top-bar .tb-logo{
		border-bottom: 2px solid #d22020;
	    height: 52px;
	    text-align: center;
	}
	.top-bar .tb-logo img{
		display:none;
	}
	.top-bar .tb-logo a{
		width:260px;
		height:52px;
		display:inline-block;
		margin:0px auto;
	}
	.top-bar .tb-logo a:not(#logo-centenario):not(#logo-comunicacion):not(#logo-viii-centenario){
		background-image:url(../images/usal/logo_USAL_responsive.png);
		background-position:center;
		float:left;
		margin-left: 5px;
	}
	.top-bar .tb-logo #logo-centenario{
		background-image:url(../images/usal/centenario_logoResponsive.png);
		background-position:center;
		height:50px;
		width:60px;
		margin-left: -14px;
	}
	.content-area > .container{
		width:100%;
		padding-left: 0;
    	padding-right: 0;
	}
	.content-area > .container .row{
		margin-left: 0;
	    margin-right: 0;
	}
	/** menu movil **/
	.main-navigation-wrapper{
		position:fixed;
		top: 0;
    	z-index: 100;
	}
	.main-navigation-wrapper #block-search-form, .main-navigation-wrapper #block-locale-language{
		display:none !important;
	}
	
	#block-system-main-menu .main-navigation ul ul{
	  	display: none;
	}
	#block-system-main-menu{
	  	display: block;
	  	margin-top: 20px;
    	margin-left: 10px;
	}
	#block-drupalnav-drupalnav{
	  	display: none;
	}

	.main-navigation ul li{
		font-size: 13px;
		line-height: 30px;
		color:#606060;
	}
  .main-navigation > ul > li.expanded{
    padding-top: 4px;
    padding-bottom: 4px;
  }
	.main-navigation ul li ul.menu .menu-block .column2{
	  	width: 100%;
	}
	.main-navigation ul li ul.menu .menu-block.half{
	  	width: 100%;
	}
	.main-navigation ul li span a{
		cursor: pointer;
	    display: block;
	    width: 80%;
	}
	#block-system-main-menu .main-navigation ul ul.open{
		display:block;
	}
	.main-navigation-wrapper{
	  	background:none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	  	height: auto;
	  	overflow-x:hidden;
	  	overflow-y:scroll;
	  	bottom:0px;
	  	top:0px;
	}
	.main-navigation ul li ul.menu{
		background-color:#fff;
	}
	
	 .main-navigation ul li span:before{
	 	content: '\f054';
	 	font-family: "FontAwesome";
	 	padding-right: 6px;
	 }
	.main-navigation ul li span.open:before{
	 	content: '\f078';
	 	font-family: "FontAwesome";
	 	padding-right: 6px;		
	}
  .main-navigation > ul > li.leaf a:before{
    content: '\f054';
    font-family: "FontAwesome";
    padding-right: 6px;
   }
  .main-navigation > ul > li.leaf a{
    text-transform: uppercase !important;
    font-weight: bold !important;
  }
	.main-navigation ul li span.open{
		color:#d22020;
	}
	.main-navigation ul li span:hover{
		color:#d22020;		
	}
	.main-navigation ul li ul li span{
		font-weight:500;
    font-size: 12px;
	}
	.main-navigation ul li > ul{
		padding-left: 20px;
	}	
	.tb-transp .main-navigation ul li a{
		color:#606060 !important;
		font-weight:500;
		text-transform: none;		
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 8px;
	}
	.tb-transp .main-navigation ul li a:hover{
		color:#d22020 !important;
	}
	.tb-transp .main-navigation ul ul li a:before{
		content: '·';
		font-weight:bold;
		padding-right: 6px;
	}
  #menutop-mv{
    display: block;
    text-align: left;
  }
  #menutop-mv li a{
    font-size: 11px;
    color:#385e9d !important;
    text-transform: uppercase;
  }
  #menutop-mv li a:hover{
    color: #d22020 !important;
  }
	
	#footer{
		position:relative;
	}
	#redes{
		height:auto;
	}
	#redes ul{
		max-width: 740px;
	}
	#redes ul li{
		text-align:center;
		height:auto;
		width:auto;
	}

	.toggle:after{		
	    font-size: 17px;
	    margin-right: 5px;
	}
	.main-navigation-wrapper{
		margin-top:52px;
	}
  
  /* nueva home */

  #social-block{
    display: none;
  }
  .top-bar .tb-logo {
    margin-top: 0px;
  }
  #header-top{
    display: none;
  }
  #footer-home > .container > .row{
    margin-left: 0;
    margin-right: 0;
  }
  .node-type-glazed-page .home-starred .az-column h3{
    font-size:25px;
    line-height: 35px;
  }
  .node-type-glazed-page .home-social .az-row .az-column{
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom:30px !important;
    padding-bottom: 15px;
  }
  .node-type-glazed-page .home-social .az-row .az-column iframe{
    width: 100%;
  }
  .node-type-glazed-page .home-contador{
    padding-bottom: 20px;
  }
  .node-type-glazed-page .home-contador .col-md-5{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .node-type-glazed-page .home-campus-data img{
    margin-top: 60px;
  }
  .node-type-glazed-page .home-video .az-text strong span{
    font-size: 28px;
  }   
  .content-area.margin-top{
    margin-top: 50px;
  }
  #footer-top{
    height:auto;
    margin-bottom: 10px;
    position:relative;
  }
  #footer-top .container{
    width:100%;
  }
  #footer-top #footer-home{
    width:100%;
    height:auto;
  }
  #footer-top #footer-home .media{
    float:none;
    margin:0px auto;
    width:100%;
  }
  #footer-home .bloque1{
    float:none;
  } 
  #footer-home .bloque2{
    display:inline-block;
    float:none;
  }
  #footer-home .col-md-5{
  	width: 100%;
  }
  #footer-home{
  	text-align: center;
  }
  #footer-home .col-md-5:last-child{
  	margin-bottom: 40px;
  }
  #twitter-widget-0{
    width: 100%;
  }
  #fb-web{
    display: none;
  }
  #fb-movil{
    display: block;
  }
  #logos-footer{
       -webkit-flex-direction:column;
       -ms-flex-direction:column;
       flex-direction: column;
   }
  
}
@media only screen and (max-width: 743px) {
	#redes ul{
		width: 100%;
		text-align: center;
		padding-left:20px;
	}
	#redes ul li{
		width: auto;
		float:none;
		text-align: center;
	}
	#redes .sep{
		display:none;
	}
}

/* mobile devices - landscape */
@media only screen and (max-width: 640px) {
}

/* mobile devices - portrait*/
@media only screen and (max-width: 480px) {

}
