* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0;
	padding: 0;
	display: flex;
	min-height: 100vh;
	flex-wrap: wrap;
}
.container {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.titulo_cabecera {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #4182aa;
}	 
.menu_bar {
	display:none;
}
header {
	width: 100%;
}
 /* Menú Principal */
.menu {
	background:#4182AA;
	z-index:1000;
	max-width: 1000px;
	width:100%;
	margin:0px auto;
}
.menu ul {
	list-style:none;
}
.menu ul li {
	display:inline-block;
	position: relative;
}
.menu ul li:hover {
	background:#000000;
}
.menu ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
}
.menu ul li:hover .children {
	display:block;
}
.menu ul li .children {
	display: none;
	background:#636363;
	position: absolute;
	width: 150%;
	z-index:1000;
}
.menu ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.menu ul li .children li a {
	display: block;
}

 .ubicacion_bar {
	 width:100%;
	 font-size:14px;
	 font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	 padding-bottom:0px;
	 padding-left:14px;
}

.ubicacion_bar a {
	color:#4182AA;
	text-decoration:none;
}
.ubicacion_bar a:hover {
text-decoration:underline;
}

.container_2 {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	padding-bottom: 0%;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 1.4rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	color: #575757;
}
.right_article {
	width: 40%;
	display: inline-block;
	/*float: left;*/
	background-color: #F7FAFB;
	height: auto;
	padding-bottom: 0.5%;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.aviso {
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #4182AA;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
	color: #ffffff;
	font-weight: lighter;
}
.avisoIzq {
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: right;
	/*background-color: #4182AA;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
	/*padding-left: 0%;*/
	padding-right: 5%;
	color: #903127;
	font-weight: lighter;
}
.calendario {
	background-color: #FFFFFF;
}

/*Títulos - Tipos de letra*/

.title_menu_bar {
	position:absolute;
	top:20px;
	left:40%;
	font-size:30px;
	font-weight: normal;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.title_cabecera1 {
	font-weight: normal;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	letter-spacing: 2px;
	margin-left: 10px;
}
.title_cabecera2 {
	font-weight: normal;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4182AA;
	letter-spacing: 2px;
	margin-left: 10px;
}
.title_cabecera2 a {
	color: #4182AA;
}
.title_cabecera2 a:hover {
	color: #FFFFFF;
	background-color: #4182AA;
}
.title1 {
	width: 70%;
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:  #903127;
	letter-spacing: 2px;
	margin-left: 5px;
	border-bottom: thin;
	border-bottom-color: #DCE9F1;
	border-bottom-style: groove;
	/*border-style: ridge;*/
}
.title1 a {
	color: #4182AA;
}
.title1 a:hover {
	color: #FFFFFF;
	background-color: #4182AA;
}
.title2 {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4182AA;
	letter-spacing: 1px;
	margin-left: 3%;
}
.title3 {
	padding-left: 6%;
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #4182aa;
	letter-spacing: 1px;
}
.title4 {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4182AA;
	letter-spacing: 1px;
	margin-left: 15%;
	margin-right: 0.5%;
	padding-bottom: 0px;
	border-bottom: 2px solid #4182aa;
}
.title4 a {
	color: #4182AA;
}
.title4 a:hover {
	color: #FFFFFF;
	background-color: #4182AA;
}
.title5 {
	font-weight: normal;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4182AA;
	letter-spacing: 1px;
	margin-left: 30%;
	margin-right: 0.5%;
	padding-bottom: 0px;
	border-bottom: 1px solid #4182aa;
}
.title5 a {
	color: #4182AA;
}
.title5 a:hover {
	color: #FFFFFF;
	background-color: #4182AA;
}
.title_DP1 {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #4182AA;
	letter-spacing: 2px;
	margin-left: 0px;
}
.title_DP1 a:hover {
text-decoration:underline;
}
.title_DP2 {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	letter-spacing: 0px;
	margin-left: 0px;
}
.title_DP3 {
	font-weight: normal;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	letter-spacing: 2px;
	margin-left: 0px;
}
.title_aviso {
	font-weight: normal;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	padding-bottom: 0px;
	margin-left: 0px;
}
.title_aviso a {
	color: #FFFFFF;
}
.title_aviso a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.title_tfm {
	padding-left: 3%;
	padding-right: 0%;
	margin-top: 5%;
	color: #5B5B5B;
	font-weight: normal;
}
.title_table {
	font-size:1em;
	width: 100%;
	padding-left: 1%;
	font-weight: lighter;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.title_rowtable {
	font-size:1em;
	width: 100%;
	padding-left: 1%;
	font-weight: normal;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	letter-spacing: 1px;
}

.acolor {
	color:#4182aa;
}
.contacto {
	margin-left: 2%;
	padding-bottom: 0px;
	border-bottom: 2px solid #4182aa;
}

.icon-mail {
font-size:1.2em;
}

.placeholder {
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	height: 100%;
}
.logo_img {
	max-width: 100%;
	margin:auto;
	display:block;
	}
.video_GI {
	max-width: 100%;
	margin:auto;
	display:block;
	/*float:right;*/
	
}

/* Menú Secundario/Derecha */

.pie {
	width: 100%;
	float: right;
	background-color: #FFFFFF;
	/*
	padding: 0%;
	margin: 0%;
	*/
}

.pie li {
	display: inline;
	}

.pie li a {
 	font-family: Arial;
 	font-size: 14px;
 	text-decoration: none;
 	float: left;
 	padding: 10px;
 	background-color: #FFFFFF;
 	color: #4182AA;
}

.pie li a:hover {
	color: #FFFFFF;
	background-color: #4182AA;
	margin-top: -2;
    padding-bottom: 10px;
}

.direccion_postal {
	width: 100%;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: lighter;
	letter-spacing: 0px;
	border-top-width: 0px;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
}

.pie_web {
	background-color: #BFBFBF;
	align-self: flex-end;
	text-align: center;
	width: 100%;
}
.copyright {
	text-align: center;
	background-color: #4182AA;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
    text-decoration:none;
}
.texto1 {
	padding-left: 10%;
	padding-right: 0%;
}

/*Enumeraciones*/
.enumeracion {
	padding-left: 10%;
	padding-right: 5%;
	text-align: left;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #575757;
}
.enumeracion_2 {
	padding-left: 15%;
	padding-right: 1%;
	text-align: justify;
	line-height: 24px;
	margin-top: 6px;
	margin-bottom: 15px;
	color: #575757;
}
.enumeracion_3 {
	padding-left: 0%;
	padding-right: 0%;
	text-align: justify;
	line-height: 24px;
	margin-left: 1%;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #575757;
}
.enumeracion_3_blanca {
	padding-left: 3%;
	padding-right: 1.5%;
	text-align: justify;
	line-height: 24px;
	margin-left: 1%;
	margin-top: 6px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
.comisiones {
	padding-left: 10%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #575757;
}
.destinatarios {
	padding-left: 20%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #575757;
}

/*Logos e imágenes*/
#carrusel-caja {
    -moz-animation: automatizacion 15s infinite linear;
    -o-animation: automatizacion 15s infinite linear;
    -webkit-animation: automatizacion 15s infinite linear;
    animation: automatizacion 15s infinite linear;
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
    height: auto;
    width: 500%;
}
#carrusel-contenido {
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}
.diapositivas{
   /*height: auto;*/
    width: 100%;
}
.carrusel-elemento {
    float: left;
    width: 20%;
}
@-moz-keyframes automatizacion {
    0% {
    margin-left: 0;
    }
    15% {
        margin-left: 0;
    }
    20% {
        margin-left: -100%;
    }
    35% {
        margin-left: -100%;
    }
    40% {
        margin-left: -200%;
    }
    55% {
        margin-left: -200%;
    }
    60% {
        margin-left: -300%;
    }
    75% {
        margin-left: -300%;
    }
    80% {
        margin-left: -400%;
    }
    95% {
        margin-left: -400%;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes automatizacion {
       0% {
    margin-left: 0;
    }
    15% {
        margin-left: 0;
    }
    20% {
        margin-left: -100%;
    }
    35% {
        margin-left: -100%;
    }
    40% {
        margin-left: -200%;
    }
    55% {
        margin-left: -200%;
    }
    60% {
        margin-left: -300%;
    }
    75% {
        margin-left: -300%;
    }
    80% {
        margin-left: -400%;
    }
    95% {
        margin-left: -400%;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes automatizacion {
       0% {
    margin-left: 0;
    }
    15% {
        margin-left: 0;
    }
    20% {
        margin-left: -100%;
    }
    35% {
        margin-left: -100%;
    }
    40% {
        margin-left: -200%;
    }
    55% {
        margin-left: -200%;
    }
    60% {
        margin-left: -300%;
    }
    75% {
        margin-left: -300%;
    }
    80% {
        margin-left: -400%;
    }
    95% {
        margin-left: -400%;
    }
    100% {
        margin-left: 0;
    }
}
	
	
.fotos {
	padding-left: 1%;
	margin-left: 0%;
	margin-right: 0%;
	/*width: 100%;*/
}
.fotosVert {
	padding-top: 0%;
/*	width: 24%;*/
	float:left;
}
.fotosHoriz {
	padding-left: 0%;
	padding-top: 0%;
	/*	width: 24%;*/
	float:left;
}
.fotosCuadradas {
	padding-left: 0%;
	padding-top: 0%;
	/*	width: 24%;*/
	float:left;
}
.calendario_img {
	max-width: 100%;
}
.biblio_etsii {
	padding-left: 25%;
	margin-left: 1%;
	margin-right: 1%;
}
.biblio_upm {
	background-color: #4182aa;
	padding-left: 25%;
		margin-left: 1.5%;
	margin-right: 1.5%;
}

/* Tablas TFM1, TFM2, TablaComún */

.tablaTFM1 {
width: 100%;
border:0px solid #8CC6FF;
padding-bottom:0px;
border-bottom: 1px solid #4182aa;
}
.tablaTFM1 .encabezado {
	background-color:#4182aa;
	font-weight:normal;
	color:#FFFFFF;
	font-size:1em;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-right:0px;
	padding-left:2px;
	}
.tablaTFM1 .filaPar {
	background-color:#E9CB8D;
	padding-left:0px;
	padding-right:0px;
}
.tablaTFM1 a {
	padding-left: 1%;
	font-weight: normal;
	font-style: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size:1em;
	text-align: left;
	color: #4182AA;
	letter-spacing: 0.5px;
}

.tablaTFM2 {
	width: 100%;
	border:0px solid #8CC6FF;
	padding-bottom:0px;
	border-bottom: 1px solid #4182aa;
}
.tablaTFM2 a {
	padding-left: 1%;
	font-weight: normal;
	font-style: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size:1em;
	text-align: left;
	color: #4182AA;
	letter-spacing: 0.5px;
}
.tablaTFM2 .encabezado{
	background-color:#4182aa;
	font-weight:normal;
	color:#F7F7F7;
	font-size:11px;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-right:0px;
	padding-left:2px;
	}

.tablaTFM2 .filaPar {
	background-color:#E9CB8D;
	padding-left:0px;
	padding-right:0px;
}
.tablaComun {
	width: 100%;
	border:0px solid #8CC6FF;
	padding-bottom:0px;
	border-bottom: 1px solid #4182aa;
}

.tablaComun .izquierda {
	background-color:#4182aa;
	font-weight:600;
	color:#F7F7F7;
	font-size:11px;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-right:0px;
	padding-left:1px;
	}

.tablaComun .filaImpar {
	background-color:#FFFFFF;
	padding-left:4px;
	padding-right:10px;	
}
.tablaComun .filaPar{
	background-color:#E9CB8D;
	padding-left:4px;
	padding-right:7px;
}

.tablaComun a {
	padding-left: 1%;
	font-weight: lighter;
	font-style: normal;
	font-family: "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.08em;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.Tabla_profesores {
	width:100%;
	padding-left:1%;
	padding-right:1%;
	border-collapse:separate;
	border-spacing:0;
	table-layout: auto;	
}

.Tabla_asignaturas {
	width:100%;
	padding-left:1%;
	padding-right:1%;
	border-collapse:separate;
	border-spacing:0;
	table-layout: auto;		
}
.Tabla_asignaturas th {
	padding-left:0;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:0%;
}
.Tabla_asignaturas td {
	padding-left:1%;
	padding-right:1%;
	padding-top:1%;
	padding-bottom:0%;
}
.Encabezado_asignaturas {
	background:#00ADE3;
	color:white;
	font-weight:lighter;
}
.Head_Asignatura{
	background:#0087B2;
	font-weight:lighter;
}
.impar_asig {
	background:#D3D6D3;
	color:#666666;
}
.par_asig {
	background:#FFFFFF;
	color:#666666;
}

@media (max-width: 380px) {
body {
	padding-top:80px;
	}
.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#4182AA;
	}
 
.menu_bar .postgrado-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
.menu_bar span {
		float: left;
		font-size: 40px;
		padding-right: 20px
	}
 	
.menu {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
.menu ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
.menu ul li a {
		display: block;
	}
 
.menu ul li:hover .children {
		display: none;
	}
 
.menu ul li .children {
		width: 100%;
		position: relative;
	}
 
.menu ul li .children li a {
		margin-left:20px;
	}

.left_article {
	width: 100%;
	height: auto;
}
.container .left_article h3 {
	margin-top: 30px;
}
.right_article {
	width: 100%;
/*	height: auto;*/
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.title_table {
	font-size:1.1em;
	}
.title_rowtable {
	font-size:0.8em;
	}
.tablaTFM1 .encabezado {
	font-size:0.75em;
	}
.tablaTFM1 a {
	font-size:0.75em;
	}
.tablaTFM2 .encabezado {
	font-size:0.75em;
	}
.tablaTFM2 a {
	font-size:0.75em;
	}
.Tabla_asignaturas {
	font-size:0.75em;
	}
.fotosVert {
	height: auto;
	max-width: 100%;
	/*max-width: 24%;*/
	}
.fotosHoriz {
	height: auto;
	max-width: 100%;
	padding-right: 1%;
	}
.copyright {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
}

@media (min-width: 381px) and (max-width: 768px) {
body {
	padding-top:80px;
	}
 
.menu_bar {
		display:block;
		width:100%;
		position: fixed;
		top:0;
		background:#4182AA;
	}
 
.menu_bar .postgrado-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
.menu_bar span {
		float: left;
		font-size: 40px;
		padding-right: 50px
	}
 	
.menu {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
.menu ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
.menu ul li a {
		display: block;
	}
.menu ul li:hover .children {
		display: none;
	}
.menu ul li .children {
		width: 100%;
		position: relative;
	}
.menu ul li .children li a {
		margin-left:20px;
	}
	
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
/*	height: auto;
	padding-bottom: 2%;*/
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.logo_img {
	
	display:inline-block;
}
.video_GI {
	
	display:inline-block;
	float: right;
}
.pie li a {
	width: 20%;
 	padding-bottom: 10px;
}
.tablaComun a {
		font-size:1.30em;
}
.title_table {
	font-size:1.25em;
	}
.tablaTFM1 .encabezado {
	font-size:0.85em;
	}
.tablaTFM1 a {
	font-size:0.9em;
	}
.tablaTFM2 .encabezado {
	font-size:0.85em;
	}
.tablaTFM2 a {
	font-size:0.9em;
	}
.Tabla_profesores {
	padding-left:10%;
	padding-right:5%;
}
.fotosVert {
	height: auto;
	max-width: 25%;
	/*max-width: 24%;*/
	}
.fotosHoriz {
	height: auto;
	max-width: 75%;
	padding-left: 1%;
	padding-right: 1%;
	}
}

@media (min-width: 769px) and (max-width: 891px) {
.menu {
	min-width: 780px;
}
.menu ul li {
	margin-left: -14px;
}
	.fotosVert {
	height: auto;
	max-width: 25%;
	/*max-width: 24%;*/
	}
.fotosHoriz {
	height: auto;
	max-width: 74%;
	padding-left: 1%;
	}
}

@media (min-width: 769px) and (max-width: 1000px) {
.left_article {
	height: auto;
}
.right_article {
/*	height: auto;
	padding-bottom: 2%;*/
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.title_table {
	font-size:1.4em;
	}
	
.pie {
	width: 40%;
	margin-bottom: 1%;
}
.pie li a {
	width: 20%;
	font-size: 18px;
	padding-bottom: 10px;
}

.tablaComun a {
		font-size:1.40em;
}
.tablaTFM1 a {
	font-size:0.90em;
	}
.tablaTFM2 a {
	font-size:0.90em;
	}
.Tabla_profesores {
	padding-left:10%;
	padding-right:5%;
}
.fotosVert {
	height: auto;
	max-width: 25%;
	/*max-width: 24%;*/
	}
.fotosHoriz {
	height: auto;
	max-width: 74%;
	padding-left: 1%;
	}
}

@media (min-width: 1001px) /*and (min-width: 1859px)*/{

.left_article {
	height: auto;
}
.right_article {
/*	height: auto;
	padding-bottom: 1%;*/
}
.logo_img {
	max-width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display:inline-block;
	}
.video_GI {
	/*float:right;*/
	display:inline-block;
	margin-left: 0%;
	margin-right: 0%;
}
.tablaComun a {
		font-size:1.40em;
}

.calendario_img {
	width: 1000px;
    heigth: 1000px;
	}
	
.title_table {
	font-size:1.35em;
	}
.pie {
	width: 40%;
	margin-bottom: 0%;
}
.pie li a {
	width: 20%;
	font-size: 18px;
	padding-bottom: 10px;
}
.Tabla_profesores {
padding-left:10%;
padding-right:5%;
}
	.fotosVert {
	height: auto;
	max-width: 25%;
	/*max-width: 24%;*/
	}
.fotosHoriz {
	height: auto;
	max-width: 49%;
	padding-left: 1%;	
	}
	.fotosCuadradas {
	height: auto;
	max-width: 100%;
	padding-left: 10%;	
	}
/*@media (min-width: 1860px) {
	}*/
}