*{
	margin:0;
	padding: 0;
	border:0;
	outline: 0;
	font-size: 1em;
	line-height: 1em;
	box-sizing:border-box; 
}

body{
	background:#E9E9E9;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#000;
}

strong{
	font-weight: 700
}

small{
	font-size: 0.8em;
	display: block;
}

a, input[type='submit']{
	text-decoration: none;
	color: #333;
	cursor: pointer;
	/*display: inline-block;*/
	transition: all 0.3s;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 1em 0;
	line-height: 1.5em;
	clear: both;
	overflow: hidden;
}

ul, ol{
	list-style: none;
}

section, .articles{
	overflow: hidden;
	clear: both;
	position: relative;
}

figure{
	background: #ccc;
	width: 100%;
	min-height: 5em;
	display: block;
	overflow: hidden;
	position: relative;
}

figure a, figure img{
	width: 100%;
	display: block;
}

img{
	max-width: 100%;
	object-fit: cover;
}

hr{
	width: 2em;
	height: 0;
	border-top: medium solid #fff;
	margin: 1em 0
}

address{
	font-style: normal;
}

address span{
	display: block;
	padding: 0.2em 0
}

.info_de_contacto{
	line-height: 1.5em;
}

input{
	background:none;
}

input[type='text'], input[type='search'], input[type='email'], select, textarea, .ui-button, .ms-parent{
	background: #eee;
	border: thin solid #B7B1AB;
	padding: 0.5em;
	display: block;
	color: #333;
	border-radius: 0.3em;
	line-height: 1.5em;
	font-size: 0.9em;
	font-family: 'Roboto', sans-serif;
}

input[type='search']{
	background: #eee url(../img/search.svg) 97% center no-repeat;
	padding-right: 3em !important
}

input[type='submit']{
	background: #00457C;
	color: #fff;
	padding: 0.5em 1em;
	display: inline-block;
}

select, .comiseo-daterangepicker-triggerbutton{
	background: #eee url(../img/arrow-down-grey.svg) 94% center no-repeat !important;
	padding: 0.5em;
	padding-right: 3em !important;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.fecha, .comiseo-daterangepicker-triggerbutton{
	background: #eee url(../img/calendar.svg) 96% center no-repeat !important;
}

table{
	width:100%;
	margin:2em auto;
	border-collapse:collapse;
}


table,tr,td,th{
	padding:1em;
	border:thin solid #ccc;
}

th{
	background:#f1f1f1;
}

td{
	font-size: 0.9em
}


tr#table_bb{
	padding:1em;  
	border-bottom:thin solid #ccc  ;
}

td#table_bb{
	padding:1em;
	border-bottom:thin solid #ccc;
}
table#table_bb {
	width:100%;
	margin:2em auto;
	border-collapse:collapse;
}


.ui-button{
	display: inline-block
}

.hide{
	display: none !important
}

.clear{
	clear: both;
}

.mobile{
	display: none;
}

.flex{
	display: flex;
	flex-flow: row wrap;
}

.fleft{
	float: left;
}

.fleft + .fleft{
	margin-left: 1em
}

.center{
	text-align: center;
}

.block{
	display: block !important;
}

.block:hover{
	text-decoration: none;
}

.btn{
	padding: 0.5em 1em;
	font-weight: 700;
}

.link{
	border: thin solid #8D847A;
	color: #8D847A;
	padding: 0.5em 1em;
	font-weight: 700;
	text-align: center;
	line-height: 2.6em;
}

.link:hover, .contenidos .uuaa:hover{
	background: rgba(141,132,122,0.1);
	text-decoration: none;
}

.link.more, .link.active{
	background: #00457C;
	color: #fff !important;
}

.link.more:hover{
	background: #002D51
}

.modalidad{
	color: #8D847A;
	font-size:0.95em;
	padding:0.5em 0;
	clear: both;
	display: block;
}

.boton{
	color: #333;
    border: 1px solid #fff;
    padding: 0.4em 1em;
    background-color: #fff;
    border-radius: .3em;
    transition: all .2s ease;
    cursor: pointer;
    font-weight: 100;
    border: 1px solid #A6A6A6;
    font-size: 1em;
}

.boton:hover{
	background-color: #EBEBEB;
	text-decoration: none;
}

.btn-blanco{
	background: #fff !important;
	color: #333 !important;
	border-color: #fff !important;
}

.scroller{
	margin-top: 2em;
	width: 100%;
}

.scroll{
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0.5em
}

.scroll::-webkit-scrollbar {
    width: 0.4em
}
 
.scroll::-webkit-scrollbar-track {
    background:rgba(0,0,0,0.2);
}
 
.scroll::-webkit-scrollbar-thumb {
    background:rgba(0,0,0,0.5);
}

.scroll-h{
	overflow-x: auto;
	overflow-y: hidden;
	width: 100% !important;
	max-width: 100% !important;
}

.eof{
	background: #F7B0B3;
	border: thin solid #C4014B;
	color: #C4014B;
	display: block !important;
	padding: 1em;
	font-size: 0.9em;
	width: 100%
}

.fa:hover{
	text-decoration: none;
}

a.fa-plus-circle{
	color: rgba(255,255,255,0.6) !important;
}

a.fa-plus-circle:hover{
	color: rgba(255,255,255,1) !important;
}

a.uuaa{
	padding: 0.5em;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 1em;
	font-size: 0.7em;
	margin: 0.3em 0 0 1em;
	float: left;
	clear: both;
}

a.download{
	background: #fff;
	padding: 0.5em;
	display: inline-block;
	border-radius: 0.5em;
}

a.download:before{
	font-family: "FontAwesome";
	content: "\f01a";
	margin-right: 1em
}

a.download:hover{
	background: #00457c;
	color: #fff;
	text-decoration: none;
}

aside p{
	overflow:hidden;
}

.tags li{
	margin-bottom: 0 !important
}

.tags li a{
	display: block;
	padding: 0.2em 0
}

.breadcrumb{
	border-radius: 1em;
	padding: 0.5em;
}

.breadcrumb li{
	display: block;
	float: left;
}

.breadcrumb li a{
	display: block;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #fff;
}

.breadcrumb li+li a:before{
	font-family: "FontAwesome";
	content: "\f105";
	margin: 0 1em
}

h1.title{
	font-size: 5em;
	color: #fff;
}

h1.title.relative{
	padding: 3rem 2rem 0;
}

h1.bottom{
	position: absolute;
	left: 0.5em;
	bottom: 0.5em;
	z-index: 9
}

 
.circle h2 time{
	font-size: 0.4em
}

.background-container{
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.shadow{
	font-weight: 700;
	text-shadow: 0.05em 0.05em 0.1em rgba(0,0,0,0.6);
}

.loading{
	background: url(../img/loading.gif) 2em bottom no-repeat;
	padding-bottom: 4em;
	margin-bottom: 2em;
}

.loading+p{
	display: none
}

#loading{
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#go-top{
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 800;
	font-size: 1.5em;
	display: none;
	padding:0.5em;
}

#go-top:hover{
	background: rgba(0,0,0,0.9);
}

#container{
	padding-left: 1%;
	max-width: 2560px;
}

header{
	position: relative;
}

header.active{
	background: #fff;
}

#logo{
	float: left;
	width: 18%;
	min-width: 13em;
	max-width: 16em;
	text-indent: -999px;
	padding: 1em 2em;
}

#logo a{
	background: url(../img/re_logo_mobile.svg) left center no-repeat;
	height: 70px;
	display: block;
}

#nav{
	float: right;
	width: 82%;
	padding:1.7em 2em;
}

#principal{
	float: left;
	overflow: hidden;
	width: calc(100% - 110px);
	margin-top: 1em;
	display: flex;
}

#principal li{
	float: left;
}

#principal li a{
	color: #7B7269;
	padding: 1em 0.6em;
	font-size: 0.9em;
	display: block;
}

#principal li a:hover, #principal li a.active{
	color:#383838;
}

#principal li a.break{
	max-width: 10em;
}

#principal li a.libros{
	background: url(../img/logos/editorial_negro.svg) center/contain no-repeat;
	width: 110px;
	text-indent: -9999px;
	margin-left: 1em;
	padding: 0.9em;
	opacity: 0.7
}

#principal li a.tramites{
	line-height: 1em !important;
	border: thin solid #8D847A !important;
	color: #383838 !important;
	background: none !important;
}

#redes{
	float: right;
	text-align: right;
	width: 110px;
}

#redes li{
	display: inline-block;
	position: relative;
}

#redes li a{
	color:#C6C1BC;
	padding: 0.7em 0.2em;
	font-size: 1.2em;
	display: block;
}

#redes li a:hover{
	color: #7B7269
}

#redes ul{
	display: none;
	background: #e9e9e9;
	position: absolute;
	z-index: 1;
	text-align: center;
	margin-left: -0.5em
}

#redes ul a{
	padding: 0.5em
}

#redes .open_radio img{
	width: 11px
}

.btn_acceso_eva{
	font-size: 0.9em !important;
    color: #000 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
    padding: 0  !important;
}

#menu{
	float: right;
	font-size: 2em;
	padding: 1.3em;
	color: #333;
	display: none;
}

#targets{
	background: #00457C;
	position: relative;
}

#targets .open{
	padding: 0.5em 1em;
	top: 0;
	right: 2em;
	position: absolute;
	z-index: 10;
	color: #fff;
	display: block;
	font-size: 0.8em;
	border-radius: 0 0 1em 1em
}

#targets .open:hover{
	padding-top: 1em
}

#targets .open:before{
	font-family: "FontAwesome";
	content: "\f078";
}

#targets .open.opened{
	right: 0;
	padding-top:0.5em !important;
	border-radius: 0
}

#targets .open.opened:before{
	content: "\f00d";
}

#targets nav{
	display: none
}

#targets ul{
	overflow: hidden;
	display: -webkit-flex;
    display: flex;
}

#targets li{
	float: left;
	width: 25%;
	text-align: center;
	border-left: thin solid #fff;
	
}

#targets li a{
	color:#fff;
	font-size:0.8em;
	display: block;
	padding: 0.5em;
	width: 100%;
	height: 100%;
	text-transform: uppercase;
}

#targets li a:hover, #targets li a.active{
	background: rgba(0,0,0,0.5);
	text-decoration: none
}

header .submenu nav{
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	padding: 1em 2em 2em;
	background: #fff;
	overflow: hidden;
	border-bottom: thin solid #e2e0dd
}

header .submenu nav > ul{
	display: flex;
	/*flex-wrap: wrap;*/
}

header .submenu > nav > ul > li{
	width: 25%;
	float: left;
	display: block;
	padding-right: 2em;
}

header .submenu nav ul a{
	padding: 0.6em 0;
	border-bottom: thin solid #E2E0DD;
	display: block;
}

header .submenu nav ul a:hover{
	color: #000;
	background: #f9f9f9;
}

header .submenu ul li:first-child strong{
	padding-top: 0.6em
}

header .submenu nav ul ul{
	padding-left: 1em
}

header .submenu nav .cerrar{
	position: absolute;
	right: 0;
	padding: 0 1em;
	font-size: 2em;
	color: #E2E0DD;
	text-align: right;
}

header .submenu nav a.link{
	border: thin solid #E2E0DD;
	margin-top: 1em;
	font-weight: 300;
	text-transform: uppercase;
}

header .submenu nav .nivel4{
	padding-left: 1em;
}

header .submenu nav .nivel5{
	padding-left: 2em;
}

header a:hover{
	text-decoration: none;
}

footer{
	background: #00457C;
	overflow: hidden;
	color: #fff;
	clear: both;
}

footer section{
	overflow: hidden;
	clear: both;
	padding: 3em 2em 2em
}

footer a{
	color: #fff;
}

footer p{
	margin: 2em 0;
	overflow: visible;
}

footer .info{
	float: left;
	width: 20%;
	font-size: 0.9em
}

footer h2{
	margin: 2em 0 0.5em;
	font-size: 1em;
	text-transform: uppercase;
}

footer h1 img{
	width: 65%
}

footer .more{
	font-weight: 700
}

footer nav{
	float: left;
	width: 60%;
	padding:4em 1em 0;
}

footer nav ul{
	float: left;
	width: 33%;
	padding: 0 1em
}

footer nav h4{
	font-size:1em;
	font-weight: 700;
	margin-bottom: 1em
}

footer nav a, footer nav span{
	display: block;
	padding: 0.2em;
	font-size: 0.85em
}

footer nav .sep{
	padding-top: 1em;
	margin-top: 1em;
	border-top: thin solid #fff
}

footer .redes{
	float: right;
	width: 20%
}

footer .redes h2{
	font-size: 1.2em;
	margin: 0.5em 0 1em;
}

footer .redes li{
	display: inline-block;
}

footer .redes li a{
	font-size: 1.5em;
	width: 2em;
	height: 2em;
	display: block;
	border:thin solid #fff;
	border-radius: 100%;
	text-align: center;
	padding-top: 0.4em;
	margin-right: 0.5em
}

footer .redes li a:hover{
	background: rgba(255,255,255,0.2);
}

#newsletter{
	padding:0.5em;
	border:thin solid #fff;
	font-size:0.9em;
}

#newsletter i{
	margin-right: 0.5em
}

#radio{
	overflow: hidden;
}

#radio i{
	background:#fff;
	padding:0.4em;
	display: inline-block;
	font-size: 1.2em;
	width: 1.6em;
	height: 1.6em;
	border-radius: 100%;
	color: #00457C;
	float: left;
	text-align: center;
}

#radio span{
	margin: 0.2em 0.6em;
	float: left;
}

#newsletter:hover, #radio:hover{
	text-decoration: none;
	opacity: 0.8;
}

#copyright{
	font-size: 0.7em;
	padding-top: 1em;
	margin-top:1em;
	border-top: thin solid #fff;
	overflow: hidden;
	clear: both;
	display: block;
}

#copyright p{
	float: left;
	margin: 0 
}

#copyright ul{
	float: right;
	width: 20%
}

#copyright li{
	display: inline-block;
}

#home .contenidos .main{
	height: auto;
}

#home .articles{
	display: flex;
	flex-wrap: wrap;
}

#home #agenda .articles{
	margin: -14em 0 0;
	padding: 0 4em;
	min-height: 15em;
}

#home #agenda .agenda_slider{
	border: 0.5em solid #fff;
	overflow: hidden;
	float: left;
}

#home .agenda_slider article{
	border-right: 2px solid #fff;
	min-height: auto !important
}

#home .agenda_slider .uuaa{
	margin: 1em 0
}

#home #agenda .nota, #home #fauna .nota{
	min-height: 10em;
	padding: 1em
}

#home #fauna{
	background: #000;
	color: #fff;
}

#home #fauna .nota{
	min-height: 20em
}

#home #fauna .agenda_slider{
	width: 90%;
	margin: 0 auto;
}

#home #fauna .agenda_slider .uuaa{
	margin: 0 0 1em;
	color: #000;
	border-color: #000
}

#home #fauna h1.title{
	font-size: 1.8em;
	margin: 2em 5%;
	display: block;
}

#home #fauna article{
	width: 100%;
	border-color: #000;
	color: #000
}

#home #fauna article h1 a{
	color: #000
}

#home #fauna article h3{
	color: #000;
	display: block;
	min-height: 2em
}

#home #fauna .link{
	color: #fff;
	border-color: #fff
}

#home #noticias{
	margin-bottom: 2em;
}

#home #noticias>h1, #home #carrusel>h1, #home #genero>h1, #home #academicas>h1, #cursos_home>h1, #home #festivales>h1, #home #links>h1, #home #externos>h1{
	color: #00457C;
	font-size: 3em;
	font-weight: 700;
	margin: 0.75em;
	float: left;
}

#home #noticias >p, #home #carrusel>p, #home #genero>p, #home #academicas>p, #cursos_home>p, #home #festivales >p, #home #links>p, #home #externos>p{
	float: right;
	margin: 3em 2em 0 0;
	clear:none;
}

#home #externos{
	background: none;
	margin: 2em 0;
}

#home #externos h1{
	float: none !important;
	text-align: center;
}

#home #externos .articles{
	padding: 0 4em;
}

#home #externos .nota{
	background: none !important;
}

#home #externos figure img{
	height: 20em;
}

#home .cursos{
	background: none;
}

#home .cursos> h1, h1.titulo-section{
	font-size: 2em;
	color: #00457C;
	padding: 0.5em;
}

#home #destacados{
	padding: 0
}

#home #destacados article{
	padding: 1em
}

#home #destacados article a{
	display: block;
}

#home #destacados figcaption{
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	color: #fff;
	padding: 1em;
}

#home #destacados figcaption h1{
	font-size: 3.5em;
	color: #fff;
	text-align: center;
}

#slider{
	background: #727272;
	width: 100%;
	height: 40em;
}

#slider article, #slider article a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

#slider article iframe{
	width: 100%;
	height: 100%;
}


#slider .circle{
	background: rgba(0,0,0,0.8);
	bottom: 0em;
	left: 0;
	position: absolute;
	z-index: 9;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
	font-size: 2.3em;
	width: 100%;
	padding: 0.6em;
}

#slider .owl-buttons div{
	color: #fff;
	left: 1em
}

#slider .owl-buttons div.owl-next{
	left: auto;
	right: 1em
}

#slider a.play-youtube{
	display: none;
	position: absolute;
	z-index: 9
}

#slider a.play-youtube i{
	font-size: 1.5em;
    color: #fff;
    padding: 0.5em;
    border-radius: 100%;
    border: 0.2em solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1em;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    text-align: center;
    z-index: 10;
}

#festivales{
    padding-bottom:0;
}

#carrusel .articles article, #genero .articles article, #academicas .articles article, #festivales .articles article, #links .articles article, #externos .articles article{
	width: 100% !important;
	font-size: 0.9em;
	padding: 1em;
}

#carrusel .nota, #genero .nota, #links .nota, #externos .nota{
	background: #e9e9e9;
	min-height: 15em;
	padding: 1em;
}

#carrusel .nota h1 a, #genero .nota h1 a, #links .nota h1 a, #externos .nota h1 a{
	color: #232323;
	font-size: 1.5em;
}

#carrusel .img-play{
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4em
}

.player-youtube{
	background: #000 url(../img/loading.svg) center no-repeat;
	width: 100%;
	height: 100%;
}


.contenidos{
	background: #fff;
	padding-bottom: 2em
}

.contenidos header{
	overflow: hidden;
}

.contenidos h2{
	font-weight: 700;
	font-size: 1.3em;
	color: #00457C;
	margin-left: auto
}

.contenidos article.main{
	position: relative;
	width: 100% !important;
	min-height: 27em;
}

.contenidos .circle{
	color: #fff;
	min-height: 10em;
	padding: 6em;
	width: 50%;
	float: right;
}

.contenidos .circle h2 time{
	float: left;
	color: inherit;
    font-weight: 700;
    width: 100%;
    margin: 0.5em 0
}

.contenidos .background-container .circle{
	position: relative;
	float: right;
	padding: 4em 6em 14em
}

.contenidos .circle h1 a, .contenidos .circle h2{
	color: inherit;
	font-size: 3.6em;
}

.contenidos .circle h1 a{
	font-weight: 300;
}

.contenidos .circle h3 {
	padding-top: 15px;
    font-weight: 300;
    font-size: 1.3em;
}

.contenidos .circle .uuaa{
	float: none;
	margin: 0;
	border: thin solid #fff
}

.contenidos .ticker{
	margin-top:0;
}

.contenidos .articles h1 a{
	clear: both;
    color: #00457c;
    display: block;
    font-size: 1.7em;
    line-height: 1.2em;
    min-height: 3em;
    padding: 0.2em 0;
}

.contenidos .articles h1 a:hover{
	color: #555;
	text-decoration: none;
}

.contenidos .info{
	padding: 1em
}

.contenidos .uuaa + .uuaa{
	display: block;
}

.contenidos figure a:hover, .uuaa:hover, .breadcrumb a:hover{
	opacity: 0.6;
	text-decoration: none
}

.contenidos>p{
	text-align: center;
}

.contenidos aside{
	background:#00457C;
	color: #fff;
	padding: 3em 2em;
}

.contenidos aside form > *{
	display: block;
	float: left;
	width: 13%;
	margin: 0 1em 0 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em
}

.contenidos aside.cortos form > *{
	width: 12%;
}

.contenidos aside input[type='search']{
	width: 19%;
	padding: 0.3em
}

.contenidos aside input[type='checkbox']{
	float: none;
	min-width: auto;
	display: inline-block;
}

.contenidos aside input[type='submit']{
	background: none;
	color: #fff;
	border-color: #fff;
	float: right;
}


.contenidos aside .ms-parent{
	padding: 0
}

.contenidos .articles article{
	background-color: #fff;
	float: left;
	width: 33.33%;
	display: block;
	position: relative;
}

.contenidos .articles article:hover{
	background-color: #f9f9f9;
}

.contenidos .articles article .nota{
	padding: 2em;
	line-height: 1.6em;
	overflow: hidden;
}

.contenidos .articles article .nota .flex{
	margin-bottom: 1em
}

.contenidos article .nota h3{
	text-transform: uppercase;
	margin-top: 1em
}

.contenidos article .nota h3 small{
	text-transform: initial
}

.contenidos .articles .uuaa{
	border: thin solid #8D847A;
	color: #8D847A;
	margin: 0 0.5em 0 0;
	clear: none;
}

.contenidos .articles time{
	float: right;
	color: #8d847a;
	text-align: right;
	font-size: 0.7em;
	font-weight: 300;
	line-height: 1.4em
}

.contenidos .articles time span{
	font-weight: 300;
	opacity: 0.6
}

.contenidos .articles time br{
	display: none
}

.contenidos article .info{
	display: block;
	position: absolute;
	z-index: 10;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 2em;
	transition: all 0.3s;
}

.contenidos article:hover .info{
	opacity: 0.9;
	text-decoration: none;
}

.contenidos article .info:after{
	font-family: "FontAwesome";
	font-size: 2em;
	margin-top: 1em;
	content: "\f055";
	color: #fff;
	display: block;
	text-align: center;
}

.contenidos article .info p{
	margin: 0;
	height: 71%;
	line-height: 1.2em
}

.contenidos .info h3:before{
	content:"____";
	display: block;
	margin-bottom: 0.5em
}

.contenidos .owl-buttons div{
	background: none !important;
}

.contenidos .unslider-arrow:before{
	color: #00457c
}

.ticker{
	background: #82786E;
	color: #fff;
	width: 100%;
	overflow: hidden;
	clear: both;
	text-align: center;
	position: relative;
	margin: 2em 0
}

.ticker a{
	color: #fff !important;
}

.ticker h1{
	font-size: 1.6em;
	font-weight: 300;
	clear:both;
	margin-top: 1.5em
}

.ticker h1 time{
	font-weight: 700;
	font-size: 0.8em !important;
	float: none !important;
	color: #fff !important;
	display: block;
}

.ticker h2{
	font-size: 0.9em;
	margin-top: 0.5em;
	color: #fff
}

.ticker .fa{
	font-size: 1.4em;
	margin-bottom: 1em;
	display: block;
}

.ticker .fa:hover{
	color: #fff;
}

.ticker .link{
	background: rgba(255,255,255,0.3);
	position: absolute;
	z-index: 90;
	right: 2em;
	bottom: 2em;
}

.ticker .owl-pagination{
	text-align: center;
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
	bottom: 2em;
}

.ticker .owl-pagination div{
	display: inline-block;
	margin: 0.25em;
	background: rgba(255,255,255,0.6);
	width: 1em;
	height: 1em;
	text-indent: 100%;
	border-radius:100%;
	cursor: pointer;
}

.ticker .owl-pagination div.active{
	background: #fff
}

.ticker article{
	width: 100%;
	min-height: 13em;
	padding: 2em;
}

#estudiar .circle{
	padding: 1em;
	float: left;
	font-size: 5em;
	width: 100%;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #FFF;
}

#estudiar form{
	width: 100%;
	float: left;
	padding: 1em 4em;
	margin: 5em 0
}

#estudiar input[type='text']{
	background-color:#fff;
}

#estudiar input, #estudiar select{
	border:none;
	width: 100%;
	padding: 1em;
	font-size: 0.9em
}

#estudiar select, #estudiar input[type='submit']{
	width: 100%;
	float: left;
	margin: 2% 2% 2% 0;

	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

#estudiar select{
	background: #fff url(../img/arrow-down-default.svg) 94% center no-repeat !important;
	color: #00457C;
	font-weight: 700;
	padding: 0.5em 1em;
	min-height: 3.2em;
}

#estudiar select option{
	padding: 0.5em 1em
}

#estudiar input[type='submit']{
	background: none;
	border: thin solid #fff;
	color: #fff;
	width: 48%;
	margin-right: 0;
	cursor: pointer;
}

#estudiar input[type='submit']:hover{
	background: rgba(255,255,255,0.2);
}

#estudiar_txt{
	font-size: 1.2em;
    padding: 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#carreras{
	border-bottom: thin solid #fff
}

#carreras article{
	width: 33.33%;
	float: left;
	position: relative;
}

#carreras article figure h1{
	font-size: 1.8em;
	display: block;
	color: #fff;
	margin: 0 0 1em
}

#carreras article figure h1 small{
	display: block;
	font-size:0.7em;
}

#carreras article figcaption{
	padding: 2em;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	opacity: 0;
	top: 0;
	left: 0;
	color: #fff;
	transition: all 0.3s;
}

#carreras article:hover figcaption{
	opacity: 0.9
}

#carreras article .fa{
	text-align: center;
	display: block;
	padding: 1em;
	font-size: 2em;
	text-decoration: none !important;
}

#carreras > p{
	margin: 3em 0;
	text-align: center;
}

#carreras article h1.titulo{
	display: none
}

#carreras article.carrera h1.titulo{
	display: block;
	text-align: center;
	color: #fff;
	padding: 0.5em;
	font-size: 1.2em;
	min-height: 4.1em;
	border-top: thin solid #fff;
	position: relative;
}

#carreras article.carrera figure h1{
	font-size: 1.2em
}

#carreras article.carrera figure:before{
	font-family: "FontAwesome";
	content:"\f0d8";
	position: absolute;
	bottom: -0.15em;
	left: 0;
	font-size: 2em;
	width: 100%;
	z-index: 9;
	text-align: center;
	color: #fff;
	display: block;
}

#home #carreras .block, #home #carreras .block figure, #home #carreras .block figure img{
	height: 100%
}

#home #carreras article p{
	font-size: 0.9em;
	overflow: visible;
}

main{
	clear: both;
	display: block;
}

.page h1{
	font-size: 2em;
	font-weight: 700;
	color: #00457C;
}

.page h2{
	font-size: 1.3em;
	margin: 1em 0;
	display: block;
}

.page h3{
	color: #00457C;
	font-size: 1.2em;
	margin: 0 0 1em;
	display: block;
}

.page header, .headerpage{
	min-height:13.5em;
	overflow: hidden;
}

.page header figure, .headerpage figure{
	height: 27em;
}

.page header h1, .headerpage h1{
	font-size: 3.5em;
	line-height: 1.2em;
	width: 100%;
	color: #fff
}

.page header h1 span{
	display: block;
	line-height: 1em;
	font-size: 0.5em;
	font-weight: 300;
}

.page header h2{
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 0;
	width: 100%;
	color: #fff
}

.page header h2 time{
	text-transform: initial;
}

.page header .dot{
	position: absolute;
	top: 2em;
	left: 2em;
	z-index: 4
}

.page header div, .headerpage div{
	background: rgba(0,0,0,0.3);
	padding: 2em;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	z-index: 1;
	width: 100%;
}

.page header .relative, .headerpage .relative{
	position: relative;
	margin-top: 5em;
}

.page header p{
	font-size: 1.1em;
	line-height: 1.2em
}

.page .intro{
	margin: 1em 0 2.5em 0;
	line-height: 1.5em;
	font-weight: 300;
	font-size: 1.05em;
	text-align: left;
}

.page .imagen{
	width: 100%;
	height: 25em;
	background-position: center !important
}

.page .texto{
	color: #7B7269 !important;
	margin: 1em 0;
	line-height: 1.5em;
}

.page .texto *{
	line-height: 1.5em !important;
}

.page .texto img{
	max-width: 100% !important;
	height: auto !important
}

.texto blockquote{
	
	margin-left:3em;
	border-left:0.4em solid #888;
}

.texto blockquote p{
	margin: 0 1em;
	font-size:1.25em;
}
.page section{
	padding: 2em;
	overflow: hidden;
}

.page aside{
	width: 28% !important;
	float: left;
	margin-top: -0.5em;
}

.page aside.is_stuck{
	margin:0;
	padding: 2em 2em 0 0
}

.page aside p{
	overflow: hidden;
}

.page aside h1 a, .page aside img{
	width: 100%;
	display: block;
}

.page aside img{
	max-width: 5em;
	margin-bottom: 1em
}

.page aside img.fauna-img{
	max-width: 100%
}

.page aside .link{
	min-width: 100%;
	color: #00457C;
	margin-bottom: 0.5em
}

.page aside .more{
	color: #fff
}

.page aside .informacion{
	background: #fff;
	padding: 2em;
	margin: 2em 0em 2em 0;
	font-size: 0.9em
}

.page aside iframe{
	width: 100%;
	height: 20em;
	background: #EDEDED;
	border: thin solid #D4D0CC;
	margin: 0 0 1em
}

.page aside nav ul{
	margin:1em 0;
}

.page aside nav ul li{
	list-style: none
	margin: 0 0 1em;
}

.page aside nav ul li a{
	padding: 0.2em;
	display: block;
	line-height: 1.3em
}

.page aside nav ul li a:before{
	font-family: "FontAwesome";
	content: "\f101";
	margin-right: 0.5em;
	font-size: 0.8em
}

.page aside nav ul li a.active{
	font-weight: 700
}

.page aside nav ul ul{
	margin: 0 0 1em 1em
}

.page aside .map{
	display: block;
}

.page aside .map:hover{
	background: #f9f9f9;
	text-decoration: none
}

.page aside .map:before{
	font-family: "FontAwesome";
	content: "\f041";
	float: right;
	font-size: 1.3em
}

.page aside h2, .page aside h3{
	margin: 3em 0 1em;
	color: #00457C;
	font-size: 1em;
	text-transform: uppercase;
}

.page aside h3{
	color: #00457C;
	font-weight: 300;
	margin: 2em 0 0;
}

.page aside .circle{
	background-image: url(../img/circle_gray.svg);
	font-size: 1em;
	padding: 2em;
	width: 100%;
	color: #4A443E;
	margin-top: 1em;
}

.page aside .circle:hover{
	text-decoration: none;
}

.page aside .circle h1{
	font-size: 1em;
	color: #4A443E
}

.page aside .circle h2{
	margin: 1em 0 0
}

.page aside .circle h3{
	margin: 0
}

.page aside i{
	font-size: 1.2em;
}

.page article{
	width: 72%;
	min-height: 1em;
	float: left;
	padding-right: 4em
}

.page article h2{
	margin: 2em 0 1em;
}

.page.fullwidth article{
	width: 100%;
	float: none;
	padding: 0
}

.tabs ul{
	border-bottom: thin solid #B7B1AB;
	margin: 1.1em 0
}

.tabs li{
	display: inline-block;
}

.tabs li a{
	background: #ddd;
	padding: 1em;
    display: block;
    border: 1px solid #B7B1AB;
    border-radius: 1em 1em 0 0;
}

.tabs li a:hover{
	text-decoration: none;
	background: #ccc;
}

.tabs li a.active{
	background: #E9E9E9;
    color: #000;
    border-bottom: 1px solid #E9E9E9;
    font-weight: bold;
}

.tabs_item{
	display: none;
	padding: 1em;
    border: 1px solid #B7B1AB;
    margin-top: -1.2em;
    background: #E9E9E9;
}

.page article iframe{
	width: 100%;
	min-height: 30em;
	border: thin solid #D4D0CC
}

.page article iframe h1, .page article iframe h2{
	color: #00457C
}

.page .audios li{
	overflow:hidden;
	padding: 0.5em
}

.page .audios li audio{
	float: left;
	padding-right: 1em;
	width: 50%;
}

.page .audios li p{
	float: left;
	margin: 0;
	clear: none;
	width: 50%;
	line-height: 1em
}

.page article p+h3{
	margin-top: 2em
}

.g-recaptcha{
	overflow: hidden;
}

.g-recaptcha iframe{
	min-height: 1em !important;
	height: auto;
	border: none
}

#carrera_items .info ul{
	list-style: initial
}

#carrera_items .info ol{
	list-style: decimal
}

#carrera_items .info li{
	margin: 1em;
}

#carrera_items .accordion h3{
	cursor: pointer;
	border-bottom: thin solid #8D847A;
	text-transform: uppercase;
	padding: 0.5em 0;
	display: block;
	font-size: 1em;
	margin:0;
	counter-reset: carrera;
}

#carrera_items .accordion h3:before{
	font-family: "FontAwesome";
	content: "\f078";
	color: #7B7269;
	float: right;
	opacity: 0.5;
}

#carrera_items .accordion h4{
	color: #00457C;
	font-size: 1em;
	font-weight: 300;
	text-transform: uppercase;
}

#carrera_items .accordion h3 span{
	width: 5em;
	display: inline-block;
}

#carrera_items .accordion h3 strong{
	text-transform: uppercase;
	font-weight: 300;
	color: #7B7269;
}

#carrera_items .accordion li div{
	display: none;
	padding: 1em 0
}

#carrera_items .accordion li.active strong{
	font-weight: 700;
	color: #00457C;
}

#carrera_items .accordion li.active div{
	display: block
}

#carrera_items .accordion li.active h3:before{
	content: "\f00d";
	opacity: 1;
}

#carrera_items .accordion.titulos li div{
	padding-left: 5em;
}

#carrera_items .accordion div>ol{
	margin: 1em 0;
}

#carrera_items .accordion div>ol li:before{
	font-weight: 700;
	color: #00457C;
	counter-increment: carrera;
    content: counter(carrera) ". ";
}

.curso aside .items{
	clear: both;
	margin:0 0 2em;
	font-size: 1.2em;
	padding-top: 1em;
	border-top: thin solid #B7B1AB
}

.curso aside .items li{
	display: block;
	margin-bottom: 1em;
	clear: both;
	overflow: hidden;
}

.curso aside .items i{
	float: left;
	display: block;
	padding-right: 1em;
	width: 10%;
	min-height: 1px;
	text-align: center;
	color:#999;
}

.curso aside .items span{
	float: left;
	display: block;	 
	width: 90%;
}

.curso aside .items span a{
	 
	display: block;
}

.curso aside a.uuaa{
	margin-left: 0
}

.curso aside .ver-fechas{
	font-weight: 700;
	font-size: 0.8em;
	color: #444;
	display: block;
}

.curso aside .ver-fechas:hover{
	text-decoration: none;
	color: #222
}

.curso aside .ver-fechas:before{
	font-family: "FontAwesome";
	content: "\f0d7";
	margin-right: 0.5em;
}

.curso aside .show .hide{
	display: block !important;
}

.curso aside .show .ver-fechas:before{
	content: "\f0d8";
}

.curso .informacion{
	background: #ddd;
	padding: 1.5em;
	margin-top:2em;
}

.curso .informacion h3{
	color:#00457C;
	font-size: 1.1em;
}

.curso article h1{
	font-size: 3em;
	font-weight: 300;
	color: #00457C;
}

.buscar .btn_filtros{
	display: none;
}

.buscar aside{
	display: block;
	float: left;
	width: 28%;
	padding: 2em;
	font-size: 0.9em;
}

.buscar aside p{
	overflow: visible !important;
}

.buscar aside a{
	display: block;
	padding: 0.4em 0;
}

.buscar aside a:hover{
	background: #ddd;
	text-decoration: none;
}

.buscar aside a.active{
	font-weight: 700;
	color: #00457C;
}

.buscar aside a:before{
	font-family: "FontAwesome";
	content: "\f096";
	margin-right: 0.5em;
	font-size: 1.2em
}

.buscar aside a.active:before{
	content: "\f046";
}

.buscar aside a.categoria{
	/*float: left;*/
	clear: both;
	padding: 1em;
	border: thin solid #999
}

.buscar aside a.categoria:before{
	content: "\f05c";
}

.buscar aside form{
	width: 80%
}

.buscar aside input{
	margin-right: 0.5em
}

.buscar aside select{
	width: 100%;
	margin-top: 1em;
	padding: 1em
}

.buscar aside .multiple{
	margin: 0 0 2em
}

.buscar section{
	float: left;
	width: 72%;
	padding: 2em 2em 0 0.5em;
	clear:none;
}

.buscar form{
	position: relative;
}

.buscar input[type='search']{
	background: none;
	width: 100%;
	border: thin solid #B7B1AB;
	padding:0.5em;
	font-size:1.2em;
}

.buscar input[type='search']:focus{
	background: #fff
}

.buscar button[type='submit']{
	background: #00457C;
	padding: 0.5em 1em;
	display: inline-block;
	color: #fff;
	cursor: pointer;
}

.buscar .comiseo-daterangepicker-triggerbutton.ui-button{
	width: 100%;
	padding: 1em;
	display: block;
}

.buscar h2{
	background:#00457C;
	padding: 0.5em 1em;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	display: inline-block;
}

.buscar nav{
	display: flex;
	align-items: center;
	margin: 1em 0;
	padding-bottom: 0.5em;
	border-bottom: thin solid #ccc
}

.buscar nav li{
	display: inline-block;
}

.buscar nav li a{
	padding: 0.5em;
	display: block;
	font-size: 0.9em
}

.buscar nav li a:hover, .buscar .vista a.active{
	color:#00457C
}

.buscar .filtro{
	width: 90%;
	float: left;
}

.buscar .filtro a{
	margin-bottom: 0.6em
}

.buscar .filtro a.active{
	background: #00457C;
	color: #fff;
}

.buscar .vista{
	width: 10%;
	float: right;
	text-align: right;
}

.buscar .vista a{
	font-size: 1.2em;
	color: #7B7269
}

#total_resultados{
	float: left;
	width: 90%
}

#prensa{
	padding: 2em
}

#prensa .prensa{
	float: none;
	width: 100%;
	clear:none;
	padding: 0
}

#prensa h1{
	font-size: 1.4em;
	color: #00457C;
	margin: 0 0 1em;
}

#prensa .input-search{
	width: 50%;
	float: left;
	display: block;
	padding: 0 1em 1em 0
}

#prensa input[type="submit"]{
	background: #00457C;
	padding: 1em 4em;
	position: relative;
	text-indent: initial;
	right: initial;
	top:initial;	
}

#prensa nav{
	margin-top: 2em
}

#prensa #load_scroll.articles article{
	width: 16.66%;
	padding-bottom: 4em;
}

#buscar{
	width: 50em;
}

#buscar h1{
	margin: 1em 0 0 1em
}

#buscar section{
	overflow: visible;
}

#buscar input[type='search']{
	background: #eee url(../img/search.svg) 97% center no-repeat;
	padding: 0.8em 1em;
	margin:0;
	font-size: 1em
}

#buscar input[type='submit']{
	background: #00457C;
	padding: 0.5em;
	display: inline-block;
	margin: 1em 0 2em;
	color: #fff;
	font-size: 1.2em;
	position: relative;
	text-indent: initial;
	right: auto
}

#buscar .ms-drop{
	position: relative;
}

#buscar .comiseo-daterangepicker-triggerbutton{
	border: thin solid #b7b1ab;
	width: 17em;
}

#buscar aside{
	margin-top: 0.8em;
}

#load_scroll.articles{
	overflow: hidden;
}

#load_scroll.articles article{
	width: 25%;
	float: left;
	padding: 0 1em 1em 0;
	position: relative;
}

#load_scroll.articles a{
	display: block;
}

#load_scroll.articles a:hover{
	text-decoration: none;
}

#load_scroll.articles a:hover figure{
	opacity: 0.6
}

#load_scroll.articles figure{
	height: 14em;
	transition: all 0.3s;
}

#load_scroll.articles h1{
	font-size: 1.1em;
	font-weight: 300;
	color: #00457C;
	display: block;
	margin: 0.5em 0;
	height: 3.6em;
	line-height: 1.2em;
	overflow: hidden;
}

#load_scroll.articles h2{
	background: none;
	color: #7b7269;
	padding: 0;
	font-size: 0.8em;
	font-weight: 700
}

#load_scroll.articles h3{
	font-size: 0.8em;
	font-weight: 300
}

#load_scroll.articles h4{
	font-size: 0.9em;
	font-weight: 300
}

#load_scroll.articles h4:after{
	content:"____";
	display: block;
	margin-bottom: 0.5em;
	color: #00457C
}

#load_scroll.articles p{
	display: none;
}

#load_scroll.articles div{
	position: absolute;
	right: 1em;
	top: 0;
	padding: 1em;
	border-radius:100%;
	background: rgba(0,0,0,0.75);
	z-index: 3
}

#load_scroll.articles div i{
	color: #fff;
	font-size: 1.4em
}

#load_scroll.articles.lista article{
	float: none;
	width: 33%;
	padding: 0 0 1em 3.5em;
	border-bottom: thin solid #ccc;
	margin-bottom: 2em
}
#load_scroll.articles.lista .proyectos{
	float: none;
	width: 100%;
	padding: 0 0 1em 0;
	border-bottom: thin solid #ccc;
	margin-bottom: 2em
}


#load_scroll.articles.lista figure{
	display: none
}

#load_scroll.articles.lista h1{
	height: auto;
	margin: 0
}

#load_scroll.articles.lista p{
	display: block;
	margin: 1em 0 0;
	font-size: 0.85em
}

#load_scroll.articles.lista div{
	left: 0;
	right: auto;
	padding: 0.5em
}

#load_scroll.articles.lista a:hover div{
	background-color: rgba(0,0,0,0.2)
}

#docentes form{
	color: #fff;
	padding: 1em 2em;
	overflow: hidden;
}

#docentes form h1{
	font-size: 2em;
	float: left;
	color: #fff;
	margin-top: 0.25em
}

#docentes form input[type='search']{
	background: #fff !important;
	float: left;
	width: 50%;
	margin: 0.2em 1em 0 2em;
	padding-right: 0.5em !important;
}

#docentes form input[type='submit']{
	padding: 0 2em;
}

#docentes form ul, #docentes form ol{
	width: 100%;
	clear: both;
	display: block;
	padding-top: 1em
}

#docentes form li{
	display: inline-block;
	margin-right: 0.3em
}

#docentes form li a{
	text-align: center;
	color:#fff;
	font-weight: 700;
	display: block;
	padding: 0.4em;
}

#docentes form ul li a{
	width: 2em;
	height: 2em;
	border-radius: 100%;
}

#docentes form li a:hover, #docentes form li a.active{
	background: #fff;
	color: #444;
	text-decoration: none
}

#docentes h2{
	font-size: 2.4em;
	border-bottom: thin solid #444;
	margin:0 0 0.3em;
}

#docentes h2 a{
	font-size: 1rem;
	float: right;
	padding: 1em
}

#docentes h3{
	font-size: 1.1em;
	font-weight: 300;
	padding: 1em 0;
	color: #7B7269;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s;
}

#docentes h3:before{
	font-family: "FontAwesome";
	content: "\f078";
	float: right;
	opacity: 0.5;
}

#docentes .info{
	display: none;
	overflow: hidden;
	border-bottom: thin solid #ccc;
	padding-bottom: 0.5em
}

#docentes .info>a{
	float: left;
	width: 20%;
	margin-top:1em;
}

#docentes .info>p{
	float: right;
	width: 80%;
	clear: none
}

#docentes #load figure{
	width: 8em;
	height: 8em;
	border-radius: 100%;
}

#docentes h3:hover, #docentes li.active h3{
	color:#444;
}

#docentes li.active h3:before{
	opacity: 1;
	content: "\f00d";
}

#docentes .listado{
	margin-bottom: 2em
}

#docentes_detalle aside{
	text-align: center;
	padding: 0 2em;
}

#docentes_detalle aside figure, .imagen_docente{
	width: 10em;
	height: 10em;
	border-radius: 100%;
	margin: 0 auto 2em
}

#docentes_detalle aside h4, #docentes_detalle aside a{
	color:#444;
	display: block;
}

#docentes_detalle aside h4{
	margin: 1em 0 0.5em
}

#docentes_detalle .redes a{
	padding: 0.5em 0;
}

#docentes_detalle section{
	float: left;
	width: 72%;
	clear: none;
	padding: 0
}

#docentes_detalle article{
	width: 100%;
	padding: 0
}

#docentes_detalle article h1{
	color:#444;
	font-size: 2em;
	font-weight: 300
}

#autoridades{
	overflow: hidden;
	text-align: center;
	margin: 2em 0
}

#autoridades li{
	width: 24%;
	padding: 1em 2em;
	display: inline-block;
	text-align: center;
	float: none;
	font-size: 0.9em;
	overflow: hidden;
}

#autoridades li.clear{
	width: 100%;
	height: 0;
	padding: 0;
}

#autoridades li figure{
	width: 8em;
	height: 8em;
	border-radius: 100%;
	margin:0 auto 1em;
}

#autoridades li div{
	min-height: 6em
}

#autoridades li h1{
	font-size: 1.2em;
	font-weight: 700;
	color:#00457C;
}

#autoridades li h2{
	font-size: 1em;
	font-weight: 300;
	color:#00457C;
	margin: 0.5em 0 1em
}

#autoridades_uuaa{
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 0 2em;
}

#autoridades_uuaa h1{
	font-size: 1.3em;
	color: #00457C;	
}

#autoridades_uuaa ul{
	overflow: hidden;
	margin: 2em 0 -1em;
	text-align: center;
}

#autoridades_uuaa li{
	width: 9.09%;
	padding: 0 3em 0 0;
	display: inline-block;
}

#autoridades_uuaa li a{
	display: block;
	opacity: 0.5
}

#autoridades_uuaa li a img{
	width: 100%;
}

#autoridades_uuaa li a i{
	font-size: 3em;
	opacity:0;
}

#autoridades_uuaa li a:hover, #autoridades_uuaa li a.active{
	opacity:1;
	text-decoration: none;
}

#autoridades_uuaa li a.active i{
	opacity: 1
}

#autoridades_uuaa .info{
	display: none;
	margin: 0 -2em;
	padding: 2em 3em;
	overflow: hidden;
	clear: both;
	color: #fff
}

#autoridades_uuaa .info.active{
	display: block;
}

#autoridades_uuaa .info a{
	color: #fff;
}

#autoridades_uuaa .info h1{
	float: left;
	width: 26%;
}

#autoridades_uuaa h1 a{
	display: block;
}

#autoridades_uuaa h1 a img{
	height: 3.5em;
	margin-top: 0.5em;
}

#autoridades_uuaa .info div{
	float:left;
	width:37%;
}

#autoridades_uuaa .info div p{
	font-size: 0.9em
}

#autoridades_uuaa .info a.link{
	border-color: #fff
}

#autoridades_uuaa figure{
	width: 6em;
	height: 6em;
	border-radius: 100%;
	border: 0.2em solid #fff;
	float: left;
	margin-right: 2em
}

#autoridades_uuaa h2{
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	margin: 1em 0 0;
}

#autoridades_uuaa h3{
	font-weight: 300;
	font-size: 1em;
	color: #fff
}

#autoridades_docentes article{
	width: 20%;
	float: left;
	padding: 0 2em 2em 0;
}

#autoridades_docentes h2{
	border-bottom: thin solid #00457C;
	padding-bottom: 0.5em;
	clear: both;
	margin: 1em 0
}

.galeria{
	width: 100%;
	min-height: 1em
}

.galeria li{
	width: 25%;
	float: left;
	padding: 0 1em 1em 0
}

.galeria li a{
	display: block;
}

.galeria li a:hover{
	opacity:0.6;
}

.galeria li img{
	width: 100%
}

#agenda .articles li{
	width: 25%;
	float: left;
}

#agenda article{
	width: 100%;
	float: none
}

#agenda .uuaa{
	border:none;
	color: #fff;
	text-shadow: none;
	font-weight: 300
}

#agenda .uuaa + .uuaa{
	display: block;
}

#agenda .articles>h2{
	background: #8C8278;
	font-size: 1.5em;
	color:#fff;
	padding: 0.5em;
	border: none;
	margin-bottom: 0;
	clear: both
}

#agenda .articles article{
	width: 100%;
	min-height: 36em;
	clear: both;
}

#contacto input[type='text'], #contacto input[type='email'], #contacto textarea{
	width: 100%
}

#page404 main{
	text-align: center;
}

#page404 main img{
	margin-bottom: 2em;
	display: inline-block;
	width: 8em
}

#page404 form{
	margin:4em 0;
}

#page404 input{
	display: inline-block;
	padding: 0.5em;
}

#page404 input[type='text']{
	width: 18em
}

#page404 input[type='submit']{
	background: #00457C;
	color: #fff;
}

#page404 nav{
	max-width: 50em;
	margin: 2em auto
}

#page404 nav li{
	min-width: 30%;
	display: inline-block;
}

#page404 nav a{
	padding: 2em;
	display: block;
	margin: 0.1em;
}

#page404 nav strong{
	display: block;
}

#page404 .icon{
	font-size: 3em;
	color: #00457C
}

.contenidos.lista{
	padding: 2em;
}

.contenidos.lista>h1{
	font-size: 1.5em;
	margin-bottom: 1em;
	color: #00457C
}

.contenidos.lista article{
	padding-right: 1em;
	width: 25%;
}

.contenidos.lista time{
	float: left;
	margin: 1em 0 0
}

.contenidos.lista .articles h1 a{
	margin: 0;
	min-height: auto
}

.contenidos .relacionados h1 a{
	font-size: 1.2em
}

.institucional nav{
	background: #00457C;
	overflow: hidden;
	padding: 2em
}

.institucional h1{
	font-size:2em;
	color: #fff;
	float: left;
	width: 20%;
}

.institucional .menu, .institucional .filtro, .institucional .items article ul{
	float: right;
	width: 80%;
}

.institucional ul li{
	display: inline-block;
}

.institucional .menu li a, .institucional .items article li a, #resoluciones .filtro a{
	color: #fff;
	display: block;
	padding: 0.5em 1em;
	border-radius: 10em;
}

.institucional .menu li a.active{
	background: #fff;
	color: #222;
}

.institucional .items{
	padding: 2em
}

.institucional .items article{
	display: none;
	overflow:hidden;
}

.institucional .items article h2{
	float: left;
	width: 20%;
	color: #00457C;
	font-size: 1.5em;
}

.institucional .items article li a{
	font-weight: 700;
	color: #00457C;
	padding: 0.5em
}

#resoluciones{
	margin-bottom: 2em
}

#resoluciones nav{
	background: #8C8278
}

#resoluciones .filtro a{
	text-transform: uppercase;
}

#resoluciones .filtro li a.active, .institucional .items article li a.active{
	background: #222 !important;
	color: #fff !important;
}

#resoluciones article{
	padding: 1em;
	display: block;
}

#resoluciones article h1{
	float: none;
	width: auto;
	font-size: 1.2em;
	color: #00457c;
	display: inline-block;
}

#resoluciones article h2{
	float: none;
	width: auto;
	font-size: 1em;
	font-weight: 300;
	color: #8C8278;
	display: inline-block;
	margin-left: 0.5em
}

#resoluciones article p{
	font-size: 0.9em
}

.fancybox-container .resolucion{
	max-width: 50em;
}

#share{
	width: 30em;
	padding: 2em;
	text-align:center;
}

#share h1{
	margin-bottom: 1em;
	font-size:2em;
}

#share li{
	display: inline-block;
}

#share li a{
	font-size: 1.2em;
	padding: 1em;
	color: #333
}

#inscripciones{
	padding: 2em;
    text-align: center;
}

#inscripciones h1{
	font-size: 2.5em;
	color:#FFF;
}

#inscripciones p{
margin:0;
}

#inscripciones a{
	font-size: 1em;
 	font-weight: 300;
 	color:#FFF;
	font-weight:bold;
	 
}

 

#tramites{
	padding: 2em;
    text-align: center;
}

#tramites h1{
	font-size: 2.5em;
	color:#FFF;
	padding-bottom: 0.5em;
}

#tramites p{
margin:0;
}

#tramites a{
	font-size: 1.2em;
 	font-weight: 300;
 	color:#FFF;
	font-weight:bold;
 
	border: thin solid #FFF;
	padding:0.3em
 
}
#subtitulo a{
	font-size: 1.5em;
	padding: 1em;
	margin-top: 1em;
	background: #fff;
	border-color: #fff;
	font-weight: 300;
	border-radius:0.8em;
}

#siget h1{
	margin: 0 0 1em;
	font-size: 1.6em;
}

#siget article p{
	clear: none;
}

#siget figure{
	background: none;
	width: 50%;
	float: right;
	padding-left: 2em
}

#siget figure img{
	max-width: 30em;
}

#siget aside h1{
	font-size: 1.4em;
	margin:0
}

#siget aside h2{
	margin: 2em 0 0;
}

#galeria_thumbs{
	cursor: pointer;
	transition: all 0.3s;
}

#galeria_thumbs:hover{
	opacity: 0.8
}

#galeria_thumbs figure{
	background: none;
	width: 40%;
}

#galeria_thumbs figure img{
	width: 100%;
	max-width: 100%;
	margin:0;
	border: thin solid #ccc
}

#galeria_thumbs figcaption{
	padding: 1em 0;
	font-size: 0.9em;
	color: #444
}

#galeria_ajax{
	margin: 1em 0;
	padding: 1em 0;
	border-top: thin solid #D4D0CC;
	border-bottom: thin solid #D4D0CC
}

#galeria_ajax ul{
	display: block;
	list-style: none
}

#galeria_ajax li{
	display: inline-block;
	width: 10em;
	margin: 0 !important;
	padding: 0 1em 1em 0
}

#galeria_ajax li a{
	width: 100%;
	display: block;
}

#galeria_ajax img{
	width: 100%;
}

/*
#galeria{
	overflow: hidden;
}

#galeria li{
	float: left;
}

#galeria li a{
	display: block;
}

#galeria li a img{
	height: 10em;
	border: 1px solid #444;
	margin: 0 0.2em 0.2em 0
}
*/

#galeria{
	padding:0!important;
	border-top: 5px solid #ccc; 
}

#galeria ul{
	display:flex;
	flex-wrap:wrap;
}

#galeria ul li{
	width:25%
}

#galeria ul li a img  {
	width:100%;
	margin:0!important;
	border-right: 2px solid #fff;
}

#cookies{
	position: fixed;
	z-index: 9998;
	background: #555;
	color: #eee;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1em 6em 1em 1em;
	font-size: 0.8em;
	text-align: center;
	display: none
}

#cookies a{
	position: absolute;
	z-index: 9999;
	top:0;
	right: 0;
	color: #fff;
	padding: 1em;
}

.foto-interior{
	max-height: 400px
}


.img-container{
	display: flex;
	flex-flow: wrap;
	width: 100%;

}

.img-container div{
	 width: 25%;
}
 
.img-container div img{
	  height: auto;
	  width: 100%;
}

.secretarias h1 a{
	min-height: initial !important;
	line-height: 1em !important;
	padding: 0 !important;
}

.secretarias h2{
	font-weight: 300 !important;
	margin: 0.5em 0
}

.secretarias .w1{width: 33.33% !important}
.secretarias .w2{width: 66.66% !important}
.secretarias .w3{width: 100% !important}

.secretarias .bajo{min-height: 15em}
.secretarias .alto{min-height: 30em}

.secretarias .titulos{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	max-width: 100%;
}

.secretarias .titulos a:hover{
	text-decoration: underline !important;
}

.secretarias .titulos .bajada a{
	background: #fff;
	color: #000;
	padding: 0.5em;
	border-radius: 4px;
	display: inline-block;
	margin: 1em 0.1em 0
}

.secretarias .titulos .bajada a:hover{
	background: #777;
	color: #fff;
	text-decoration: none;
}

.secretarias .carrusel article{
	width: 100vw !important;
	height: 70vh !important;
}

.scroll-carrusel{
	border-radius: 100%;
	font-size: 2em;
	color: #fff;
	padding: 0.5em;
	position: absolute;
	z-index: 99;
	bottom: 1.5em;
	left: 50%;
	transform: translateX(-50%);
}

#publicaciones .resultados article{
	width: 48%;
	margin: 1%;
	padding: 2em;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#publicaciones .resultados article figure{
	width: 40%;
	float: left;
}

#publicaciones .resultados article figure img{
	width: 100%;
	height: 16em;
	object-fit: contain !important
}

#publicaciones .resultados article .info{
	width: 60%;
	float: left;
	padding-left: 2em;
}

#publicaciones .resultados article h1{
	font-size: 2em;
	font-weight: 300;
	margin: 0.5em 0 0.1em
}

#publicaciones .resultados article h2{
	font-size: 1.4em;
	font-weight: 300
}

#publicaciones .resultados article h3, #publicaciones .resultados article h4, #publicaciones .resultados article h5{
	font-size: 1em;
	font-weight: 300
}

#publicaciones .resultados article h5{
	color: #555;
	margin: 1em 0
}

#publicaciones .resultados article p{
	max-width: 30em
}

#publicaciones .scroll{
	max-height: 14em;
	margin-bottom: 1em
}

.modal_juego_museo{
	width: 100%;
	height: 100%;
}

.list_categorias{
	display: flex;
	flex-wrap: wrap;
	max-width: 50%;
}

.list_categorias a{
	margin: 0.3em 0.6em 0 0 !important;
}