/*
Theme Name: Usal2021
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: AdaptaciÃ³n del tema 27 a USAL
Template: twentyseventeen
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: Imagen de protada, cortina desplegando páginas. Vídeo en pantalla de inicio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@media screen and (min-width: 48em) {
.wrap {
    max-width: 1000px;
    padding-left: 1em;
    padding-right: 1em;
}
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.page-one-column .panel-content .wrap {
    max-width: 80%;
}
.cont-izq {
    float: left;
    width: 66%;
}

.wid-dcha {
    width: 25%;
    float: right;
}

.twentyseventeen-front-page .site-content {
    padding: 10px;
}
}


/************************************************************************************/
.logo-sitio {
	margin-top: -75px;
	float: right;
}


.usal-languages {
   /* position: absolute;*/
    position: fixed;
    right: 0;
    text-transform: uppercase;
    background-color: #d9d9d9;
    z-index: 9999;
    width: 100%;
    clear: right;
  font-size: 11px;
  height:15px;
  
}
.usal-languages ul {
  list-style: none;
  margin: 0;
}
.usal-languages ul li {
  float: right;
  padding-right: 20px;
}
.usal-languages ul li a {
  color: #404040;
  opacity: 0.7;
  text-decoration: none;
  min-width: 80px;
}
.usal-languages ul li a:hover {
  opacity: 1;
  text-decoration: none;
  font-weight: bold;
}
/* Make sure play/pause button can be clicked on smaller screens */
.wp-custom-header-video-button {
z-index: 10;
}
.titulo-page {
    padding: 0 10%;
}
