/*
 *****************************************************************************************************************************
 * HOJA DE ESTILOS GENERAL
 * Universidad Complutense de Madrid
 *
 * Fichero:             ucm.css
 * Finalidad:           Visualización normal.
 * Fecha actualizacion: 04/10/2016
 *
 *****************************************************************************************************************************
 */
@font-face {
    font-family: Quattrocento;
    src: url(../fonts/QuattrocentoSans-Regular.ttf);
}
@font-face {
    font-family: Quattrocento;
    src: url(../fonts/QuattrocentoSans-Bold.ttf);
    font-style: normal;
  	font-weight: 700;
}
@font-face {
    font-family: Quattrocento;
    src: url(../fonts/QuattrocentoSans-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: Quattrocento;
    src: url(../fonts/QuattrocentoSans-BoldItalic.ttf);
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: NotoSans;
    src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
    font-family: NotoSans;
    src: url(../fonts/NotoSans-Bold.ttf);
    font-style: normal;
  	font-weight: 700;
}
@font-face {
    font-family: NotoSans;
    src: url(../fonts/NotoSans-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: NotoSans;
    src: url(../fonts/NotoSans-BoldItalic.ttf);
    font-style: italic;
    font-weight: 700;
}
@font-face {
    font-family: Simonetta;
    src: url(../fonts/Simonetta-Regular.ttf);
}
@font-face {
    font-family: Simonetta;
    src: url(../fonts/Simonetta-Black.ttf);
    font-style: normal;
  	font-weight: 700;
}
@font-face {
    font-family: Simonetta;
    src: url(../fonts/Simonetta-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: Simonetta;
    src: url(../fonts/Simonetta-BlackItalic.ttf);
    font-style: italic;
    font-weight: 700;
}
 
html{
	font-size:1em;
}

body{
	color:#454545;
	font-family: 'Quattrocento';
	font-size:1em;
}

h1,
h2 { margin: 0.3em 0;}

h3,
h4 { margin: 0.2em 0;}

h1 { font-size : 2.5em; }
h2 { font-size : 1.75em;}
h3 { font-size : 1.5em;	}
h4 { font-size : 1.25em;}
h5 { font-size : 1em;	}
h6 { font-size : 1em;	}

input:read-only {
    background-color: #ececec;
}
input:-moz-read-only { /* For Firefox */
 background-color: #ececec;
}

h1.web_title{
    text-align: right;
    margin: 0.2em 0;
}
h1.web_title_ucm{
	display: none;
}
h1.web_title a,h1.web_title a:hover{
	color: #990033;
}
h2#do_title{
	background-color: #990033;
	color: #FFF;
	text-align: right;
	font-size: 1.3em;
	font-weight: normal;
}
h2#do_title a{
	color: #FFF;
	font-weight: normal;
	padding: 0 4px 0 4px;
}
h2#do_title a:hover{
	color: #990033;
	background-color: #FFF;
	text-decoration: none;
	border: 1px solid #990033;	
}
#barra {
	position: relative;
	margin: 0px;
	height: 28px;
	width: 100%;
	background-color: #D9DADB; /* fondo claro*/
	background-color: #454545; /* fondo oscuro*/
	font-family: "NotoSans";
	font-size:0.75em;
	padding-top: 5px;
}
#barra .ul-menu{	
	list-style: none;
	padding: 0;
}

#barra .ul-menu li{
  	float:right;
  	margin-right: 10px;
}
#barra .ul-menu li:first-child{
  	margin-right:0px;
}
#barra .ul-menu li:last-child{
  	float: left;
  	margin: 2px 0px 0px 4px;
}
#barra .ul-menu li ul li:last-child{
  	margin: 0px 10px 0px 0px;
}
#barra li a{
  	color:#fff; /* para el fondo oscuro*/
  	border:0px;
}
#barra li a:hover{
  	text-decoration: underline;
}
#barra ul#lg_items{
	list-style: none;
	margin: 0;
	padding: 0;
}
#barra ul#lg_items li{
	float: none;
	margin: 0 4px 0 0;
	padding: 0 0 0 4px;
	display: inline;
	border-left: 1px solid #606060;
}
#barra ul#lg_items li:first-child{
	padding: 0;
	border: 0;
}
#barra ul#lg_items li:last-child{
	margin-right: 0;
}

#barra ul#permisos{
	float: left;
	list-style:none;
  	padding:0px;
  	margin:0px;
    padding-right:10px;
	padding-top: 3px;
}
#barra ul#permisos li a{
	cursor:pointer;
  	border:1px solid #454545;
	background-color:#f0f0f0;
  	color:#000000;
  	margin-top:4px;
  	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;
	padding:0px 4px 0px 4px;
}

#barra ul#permisos li a:hover{
  	background-color:transparent;
  	color:#ffffff;
  	border:1px solid #c0c0c0;
  	padding:0px 4px 0px 4px;
  	text-decoration: none;
}
#formbuscador{
	display:inline-flex;
}

.botoncerrar{
	display: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 0.95em;
	line-height: 1.42857;
	width: auto;
	background-color: #F0F0F0;
}

#search{
	margin:0;
	padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.botonbusca{
    width: auto;
	font-size: 0.8em;
	line-height: 1.42857143;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}
#boption{
	margin-left: 4px;
	font-size: 0.8em;
	color: #fff;
}
#boption label{
	margin: 0;
	font-weight: normal;
	vertical-align: super;
}
#botonmenu{
	border: 0;
	background-color: transparent;
	padding: 0;
	margin:0;
}
#menusuperior{
	border: 0px;
	min-height: 20px;
}

#cabecera{
	position: relative;
}
#logo{
	padding-top: 2px;	
}
#contenidomenu li ul li{
	font-size: 0.915em;
}
#contenidomenu li ul li:last-child{
	border-top: 1px solid #EFEFEF;
	text-align: left;
}
#contenidomenu li ul li:last-child a{
    //line-height: 0;
    //margin: 0;
    //padding: 3px 8px 0 0;
}
#contenidomenu li ul li:last-child a i{
	color: #454545;
}
#contenidomenu li a,#contenidomenu li ul li a:hover,#contenidomenu li ul li a:focus{ color:#000;}
#contenidomenu li a:hover,#contenidomenu li a:focus,#contenidomenu li a:active{ color:#fff;}
section header h2{
	display: none;
}

.carousel_col #carouselUcm{
	float: left;
	width: 70%;
}
.news2{
	position: relative;
	float: right;
	width: 29%;
	height: 400px;
	padding: 0;
	margin:0;
}

.rayabaja{
	position: relative;
	line-height: 0px;
	margin: 1.3em 0em 1.2em 0em;
	border-bottom: 1px solid #DCDCDC;
}
.rayabaja h2{
	display: inline;
	margin: 0em;
	padding: 0em 0.6em 0em 0em;
	font-family: 'NotoSans';
	color: #990033;
	background-color: #fff;
	line-height: 0.1;
}
.rayaalta{
	border-top: 1px solid #ccc;
}
h2.news_tribuna{
	position: relative;
	margin-top: -35px;
	text-align: right;
	color: #990033;
	font-family: 'NotoSans';
	font-size: 1.1em;
}
h2.news_tribuna a{
	position: relative;
	color: #990033;
	background-color: #ffffff;
	padding: 0em 0em 0em 0.6em;
}

.news1_txt {
	font-family: 'Quattrocento';
}
.news1_txt h3{
	font-size: 1.35em;
	margin: 0;
}
.news1_txt p{
	font-size: 1.05em;
	margin: 0;
}
.news2_item{
	position: relative;
}
.news2_item:last-child{
	position: absolute;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #fff;
}
.news2_item article figure{
	overflow: hidden;
	max-height: 200px;
}
.news2_item img.img_not_sec_vert{
	max-width: inherit;
	height: 200px;
	margin: 0 auto;
}
.news2_txt {
	position: absolute;
	bottom: 0px;
	font-family: 'Quattrocento';
	text-align:justify;
	background-color: #565656;
	width: 100%;
}
.news2_txt h3{
	padding: 5px 5px 2px 5px;
	font-size:1em;
	margin: 0;	
}
.news2_txt p{
	font-size: 0.95em;
	margin: 0.2em 0 0 0.3em;
	color: #666;
}
.news2_txt h3 a{
	color: #fff;
}
.news2_txt h3 a:hover{
	opacity: 1;	
}
	
.news_mas{
	font-family:"Quattrocento";
	font-size:0.9em;
}

.news_mas_left{
	float: left;
	margin-left: 38px;
}
.news_mas_left img{
	width: 45px;
}
.news_mas_right{
	float: right;
	text-align: right;
}
.news_mas_right::after{
	clear: both;
	display: table;
	content: ' ';
}
.news_mas_right a{
	display: block;
}
.news_mas_right a.news_tribuna {
	margin-right: -2px;
}
.news_mas_right a.news_tribuna img{
	width: 130px;
}

#avisos{
	border: 1px solid #d5d5d5;
	border-radius: 10px;
}
#avisos .rayabaja{
	text-align: right;
}
#avisos .rayabaja h2{
	padding: 0em 0em 0em 0.6em;
}

#news3 .rayabaja{
	margin-top: -8px;
}

.recursos{
	margin-top: 5.5em;
	margin-bottom: 2em;
}

ul, .wg_txt .ulnoticias{
	list-style-image:url("../../img/rombo.png");
}
.ulnoticias, .wg_txt .ulnoticias{
	color: #000;
	font-family:"Quattrocento";
	font-size:0.9em;
	margin-top: 0.8em;
}
.ulnoticias li, .wg_txt .ulnoticias li{
	margin: 0.4em 0em 1em 0em;
}
.wg_txt .ulnoticias li::before{
	content:"";
	margin-left: -4px;
}
.ulnoticias li a, .wg_txt .ulnoticias li a{
	color: #000;
}
.ulavisos{
	color: #000;
	font-family:"Quattrocento";
	font-size:0.9em;
	margin-top: 0.8em;
}
.ulavisos li{
	margin: 0.3em 0em 0.5em 0em;
}
.ulavisos li a{
	color: #000;
}
ul.enlaces-noticias{
	position: relative;
	list-style: none;
	margin:0;
	padding:0;
	font-family: 'NotoSans';
}
ul.enlaces-noticias::after{
	clear: left;
}
ul.enlaces-noticias li{
	position : relative;
	float: left;
	width: 32%;
	height: 80px;
	border: 0;
	margin: 0;
	text-align: center;
}
ul.enlaces-noticias li:first-child{
  text-align: left;
}
ul.enlaces-noticias li:nth-child(2){
  top:21px;
}
ul.enlaces-noticias li:last-child{
  text-align: right;
  font-family:"Quattrocento";
  font-size:0.9em;
}

ul.enlaces-noticias li:last-child img {
    width: 130px;
}

ul.enlaces-noticias li:first-child img {
    width: 45px;
}
ul.enlaces-noticias li:last-child a:first-child{
  display:block;
}
ul.iconos{
	position: relative;
	list-style: none;
	margin:0;
	padding:0;
	font-family: 'NotoSans';
}
ul.iconos::after{
	clear: left;
}
ul.iconos li{
	position : relative;
	float: left;
	width: 12.45%;
	height: 160px;
	border: 0;
	margin: 0;
	text-align: center;
}
ul.iconos li p{
	margin-top: 0.3em;
	font-size: 0.95em;
}
ul.iconos_2{
	position: relative;
	list-style: none;
	margin:0;
	padding:0;
	font-family: 'NotoSans';
}
ul.iconos_2::after{
	clear: left;
}
ul.iconos_2 li{
	position : relative;
	float: left;
	width: 47%;
	height: 186px;
	border: 0;
	margin: 0;
	text-align: center;
}
ul.iconos_2 li:first-child{
	margin-right: 1.2em;
}
ul.iconos_2 li p{
	margin-top: 0.3em;
	font-size: 0.95em;
}
#portada > div.container{
	margin-top: 2em;
}
div#restonoticias figure{
	height: 200px;
	overflow: hidden;
	border: 1px solid #F3F3F3;
}
section#portada-foto{
	margin-bottom: 20px;
}
section#portada-foto div.container{
	max-height: 400px;
	overflow: hidden;
}
section#portada-foto div.container img{
	width: 100%;
}
.spacer{
	clear: both;
}
.sombra{
	box-shadow: 2px 2px 5px #2D2D2D;
	-webkit-box-shadow: 2px 2px 5px #2D2D2D;
	-moz-box-shadow: 2px 2px 5px #2D2D2D;
	filter: shadow(color=#2D2D2D, direction=135, strength=2);
}

ul.redes{
	margin-top: 0;
	margin-bottom: 0em;
	list-style: none;
	padding: 0;
}

ul.redes li:first-child{
	padding-left: 0em;
}
ul.redes li{
	display: inline-block;
	padding: 1em;
}
ul.redes li a img{
	width: 80%;
}
.cei{
	padding-top: 16px;
}
.cei img{
	max-width: 120px;
}
.cei a:first-child{
	margin-right: 5%;
}

#pie{
	position: relative;
	background: #454545;
	padding: 1em 0.2em 1em 0.2em;
	text-align:center;
}

#pie_contacto{
	font-family: 'Quattrocento';
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	margin-top: 0.4em;
	color: #fff;
	border-top: 1px solid #535353;
	font-size: 0.8em;
}
#pie_contacto a{
	color: #fff;
}

nav#pie_1, nav#pie_2{
	text-align: left;
	padding: 1em 3em;
 	margin: 0em 6%;
 	max-width: 100%;
 	min-width: 50%;
}
nav#pie_1 ul, nav#pie_2 ul{
	list-style: none;
	color: #fff;
}
nav#pie_1 ul li a, nav#pie_2 ul li a{
	color: #fff;
}


@media (min-width: 767px) and (max-width: 1200px) {
	.container{
		width: 96%;
		padding: 0px;
	}
	.news1_txt h3 {
	    font-size: 1.5em;
	}
	.news1_txt p {
	    font-size: 1.05em;
	    margin-top: 1.1em;
	}
}

@media (max-width: 1200px) {
	.carousel_col #carouselUcm{
		width: 66%;
	}
	.news2{
		width: 33%;
	}
}

@media (min-width: 750px) and (max-width: 860px) {
	/*******************************************/
	/*Para las noticias del carrousel y 5-6*/
	main#portada section.fondogris {
	    background-color: inherit;
	}
	.carousel_col #carouselUcm {
	    float: none;
	    width: 100%;
	}
	.news2{
		float: none;
		width: 100%;
		height: inherit;
		margin-top: 30px;
	}
	.news2_item{
		position: relative;
		float: left;
		width: 49%;
		padding-left: 14px;
	}
	.news2_item:last-child{
		position: relative;
		float: right;
		bottom: inherit;
		padding-left: 0px;
		padding-right: 14px;
		width: 49%;
		border: 0;
	}
	.news2_item article figure {
	    position: relative;
	}
	.news2_item article figure{
	    max-height: 170px;
	}
	.news2_item article .news2_txt {
	    position: relative;
	    bottom: inherit;
	    text-align: justify;
	    background-color: #fff;
	}
	.news2_item article .news2_txt h3 a {
	    color: #454545;
	}
	.news2::after{
		clear: both;
		display: table;
		content: ' ';
	}
	ul.iconos li{
		width: 24%;
	}
	.cei a:first-child{
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
	}
	/*******************************************/
}

@media (max-width: 767px) {
	.carousel_col #carouselUcm{
		float: none;
		width: 100%;
	}
	main#portada section.fondogris{
		background-color: inherit;
	}
	.news2{
		float: none;
		width: 100%;
		height: inherit;
		margin-top: 30px;
	}
	.news2_item{
		position: relative;
		float: left;
		width: 49%;
		padding-left: 14px;
	}
	.news2_item:last-child{
		position: relative;
		float: right;
		bottom: inherit;
		padding-left: 0px;
		padding-right: 14px;
		width: 49%;
	}
	.news2_item article figure {
	    position: relative;
	}
	.news2_item article figure{
	    max-height: 170px;
	}
	.news2_item article .news2_txt {
	    position: relative;
	    bottom: inherit;
	    text-align: justify;
	    background-color: #fff;
	}
	.news2_item article .news2_txt h3 a {
	    color: #454545;
	}
	.news2::after{
		clear: both;
		display: table;
		content: ' ';
	}
	#avisos{
		margin: 20px 14px 0px 14px;
		width: inherit;
	}
	#news3{
		margin-top: 15px;
	}
	#avisos .rayabaja {
	    text-align: left;
	}
	#avisos .rayabaja h2 {
	    padding: 0em 0.6em 0em 0em;
	}
	table{
		overflow-x: auto;
		display: block;
	}
	.container{
		width: auto;
		padding: 0px;
	}
	.row{
		margin: 0px;
	}
	#barra{
		position: fixed;
		top: 0;
		height: 16px;
		z-index: 9;
		padding: 0px;
		font-size: 0.7em;
	}
	#barra .ul-menu li:last-child{
	  	margin: 0px 0px 0px 0px;
	}
	
	#barra ul#permisos{
		padding-right:12px;
		padding-top: 0px;
		padding-left: 6px;
	}
	#barra ul#permisos li a{
		background-color: transparent;
	  	margin:0px;
	  	color: #fff;
	  	border: 0;
	  	-moz-border-radius: 0;
		-webkit-border-radius:0;
		border-radius:0;
		padding:0px;
	}
	#barra ul#permisos li a:hover{
		border: 0;
		padding: 0;
	}
	#barra .ul-menu li ul li {
		float: none;
		text-align: right;
	}
	
	#barra .ul-menu li ul li a{
		color: #454545;
	}
	#barra .ul-menu li ul#lg_items li a{
		color: #fff;
		font-size: 0.9em;
	}
	
	#barra .ul-menu li ul li:last-child{
	  	float: none;
	  	margin-right: 0;
	}
	#cabecera{
		top: 16px;
		margin-top: 0;
	}
	h1.web_title{
		font-size: 1em !important;
	}
	#menu{
		position: absolute;
	    top: 0.9em;
	    margin: 0;
	    width: 100%;
	}
	#contenidomenu{
		position: relative;
		z-index: 3;
		background-color: #fff;
		overflow:hidden;
		padding: 3em 0em 0em 2em;
	}
	#contenidomenu li{
		border-bottom: 1px solid #E5E5E5;
	}
	#contenidomenu li ul li:last-child{
		border-bottom: 0;
	}
	#contenidomenu li a:hover, #contenidomenu li a:focus, #contenidomenu li a:active {
	    color: #000;
	}
	#botonmenu{
		float:left;
		position:fixed;
		top: 30px;
		margin-left: 2em;
		font-size: 1.4em;
    	padding: 0;
    	z-index: 9;
	}
	
	#menusuperior{	
		position:absolute;
		top:1.6em;
		right: 10em;
		z-index:999;
	}
	#contenido-menusuperior{
		position: absolute;
	    top: 3.8em;
	    right: 0;
	    width: 20em;	
		background:#fff;
	}
	#contenido-menusuperior a{
		color:#000;
	}
	#contenido-menusuperior a:hover{
		color: rgb(213,213,213);
		background: none;
	}
	#collapse-personal{
		position: absolute;
		font-size: 1.3em;
		color:#454545;
		padding: 0.3em 0.5em;
	}
	#menu .in,#menu .collapsing{
		position: fixed;
		width: 100%;
		left: 0;
		z-index: 2;
	}
	#menusuperior .in,#menusuperior .collapsing {
		position: absolute;
		right: -6em;
	}
	
	.posicion_buscar{
		position:absolute;
		top:2.6em;
		right: 0;
		margin: 0 1.5em 0 0;
		z-index:999;
	}
	.botonbusca{
		border: 0;
	    width: auto;
		height: auto;
		padding: 0.1em 0.3em;
		font-size: 2em;
	}
	
	.posicion_input_buscar{
		position:absolute;
		top:2.6em;
		right: 1.5em;
		z-index:9;
	}
	
	#search{
		display:none;
		font-size: 1.6em;
		width: 22em;
		height: 2.6em;
		margin-top: -0.6em;
		margin-right: 24px;
	}
	#boption{
		display: none;
		color: #454545;
		background-color: #fff;
	}
	.botoncerrar{
		font-size: 2.9em;
		margin-top: 0.6em;
		border: 0;
		position:relative;
		z-index: 10;
		padding: 0 9px;
	}
	#logo{
	    position: fixed;
	    top: 16px;
	    z-index: 4;
	    background-color: #fff;
		text-align: center;
		//box-shadow: 0 0.125rem 0.313rem 0 rgba(50, 50, 50, 0.2);
	    margin-bottom:10px;
	}
	#logo img{
		max-width: 170px;
		margin: 0.2em 0;
		position: relative;
		z-index: 3;
	}
	ul.iconos li{
		width: 24%;
	}
	ul.iconos_2 li{
		float: none;
		display: inline;
		widht: 100%;
	}
	#titulo_website{
	    position: relative;
	    top: 50px;
	    z-index: initial;
		text-align: left;
		background-color: #F1EDED;
		padding: 0.3em 0.1em 0.3em 0.6em;
		margin: 0;
	}
	h1.web_title {
		text-align: center;
		margin: 0;
	}
	h2#do_title {
	    font-size: 0.9em;
	    margin-top: 66px;
	    margin-bottom: -50px;
	}
	main{
		position: relative;
		margin-top: 66px;
	}
	.news1_txt h3 {
	    font-size: 1.2em;
	}
	.news1_txt p {
	    font-size: 0.9em;
	    margin: 0 0 4px 0;
	}
	.recursos {
		margin-top: 20px;
	   	padding-top: 20px;
	   	border-top: 1px solid #F1EDED;
	   	margin-bottom: 1em;
	}
	h2.news_tribuna{
		text-align: left;
		margin-top: 1em;
	}
	nav#pie_1 ul, nav#pie_2 ul{
		padding-left: 0;
		text-align: center;
	}
}

@media (max-width: 550px) {
	.container{
		padding: 0px;
	}
	
	#barra{
		padding: 0 0 0 0.3em;
		font-size: 0.6em;
		height: 12px;
	}
	
	#cabecera{
		top: 12px;
		margin-top: 0.75em;
	}	
	#menu{
		top: 12px;
		border: 0;
		min-height: 40px;
	}
	
	.botonbusca{
		padding: 0;
		margin: 0;
	}
	#botonmenu{
		top: 22px;
		margin-left: 1.5em;
		font-size: 1.4em;
	}
	
	#menusuperior{	
		top:24px;
		right: 7em;
	}
	#contenido-menusuperior{
		top: 2.4em;
		width: 20em;
		font-size: 1.2em;
	}
	#collapse-personal{
		font-size: 1.2em;
		padding: 0;
		margin: 0;
		border: 0;
		background-color: transparent;
	}
	.posicion_input_buscar{
		top: 16px;
		right: 1em;
		font-size: 1.4em;
	}
	.posicion_buscar{
		top: 20px;
	}
	#search{
		width: 15.3em;
		height: 2.2em;
		margin: 0;
		padding: 0;
		font-size: 1.1em;
		margin-right: 24px;
	}
	.boption_block{
		display: block;
		position: absolute;
		top: 34px;
		left: -4px;
		width: 100%;
	}
	.botoncerrar{
		font-size: 2.4em;
		margin-top: 16px;
		padding: 0 9px;
	}
	#logo{
		top: 12px;
	}
	
	#logo img{
		max-width: 130px;
		margin: 0.1em 0;
	}
	#titulo_website{
		top: 26px;
	}
	h1.web_title {
		padding-left: 0.6em;
	}
	h2#do_title{
		font-size: 0.85em;
		margin-top: 38px;
		margin-bottom: -20px;
	}
	main{
		margin-top: 38px;
	}
	.rayabaja h2 {
	    font-size: 1.5em;
	}
	
	.news2_item{
		float: none;
		width: inherit;
		margin-left: 14px;
		margin-right: 14px;
		padding: 0;
	}
	.news2_item:last-child{
		float: none;
		width: inherit;
		margin: 14px;
		margin-bottom: 0px;
		padding: 0;
		padding-top: 14px;
		border-top: 1px solid #F1EDED;
	}
	.news2_item article figure {
	    position: relative;
	    float: left;
	    width: 40%;
	    max-height: 200px;
	}
	.news2_item article .news2_txt {
	    position: relative;
	    float: left;
	    width: 60%;
	    padding-left: 14px;
	    bottom: inherit;
	    text-align: left;
	    background-color: #fff;
	}
	.news2_item article .news2_txt h3 a {
	    color: #454545;
	}
	.news2_item::after{
		clear: both;
		display: table;
		content: ' ';
	}
	.news2_item img.img_not_sec_vert {
		height: 100px;
	}
	.ulavisos li a {
	    font-size: 1em;
	}
	.ulnoticias li a {
	    font-size: 1em;
	}
	.recursos {
	    padding-top: 20px;
	}
	ul.iconos li {
	    width: 50%;
	}
	ul.redes li{
		padding: 0.4em;
	}
}
@media (max-width: 320px) {
	#cabecera{
		margin-top: 0;
	}
	#titulo_website{
		<!--z-index: 3;-->
		padding: 0.5em 0.1em 0.3em 0.6em;
	}
	#logo img{
		max-width: 100px;
	}
	#botonmenu {
	    top: 20px;
	    font-size: 1.1em;
	}
	#menusuperior {
	    top: 22px;
	    right: 4.5em;
	}
	#collapse-personal {
	    font-size: 0.9em;
	}
	.posicion_buscar {
		margin: 0 0.6em 0 0;
	}
	.botonbusca {
	    font-size: 1.6em;
	}
	.posicion_input_buscar {
	    font-size: 1.25em;
	    right: 0.5em;
	}
	#menusuperior .in, #menusuperior .collapsing {
	    right: -4em;
	}
	ul.redes li{
		padding: 0.1em;
	}
	.cei a:first-child{
		margin-right: 0;
		margin-bottom: 10px;
		display: block;
	}
}






#logo1{
	padding:2px 2px;
}
.adapta{
	width:100%;
}
.fondoblanco{
  background-color:#fff;
}
.fondogris{
	background-color:rgb(241, 237, 237);
/*	background: rgb(241, 237, 237) url(../img/fondo1.png) repeat ;*/
}
.titulonoticia, titulonoticia a{
	font-size:1.8em;	
}

.enlace:hover{
	text-decoration:none;
}
.enlace img{
	max-width:100px;
}

.texto-noticia{
    position: absolute;
    vertical-align: bottom;
    right: 0px;
    bottom: 0px;
    left: 73%; 
    z-index: 10;
    padding: 25px 2px 25px 10px;
    color: #fff;
    text-align: left;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
    background: rgba(63, 64, 64, 0.89);
    width: 300px;
    height: 100%;
    float: right;
/*    font-family: "PT Sans",'Helvetica Neue',Arial,Helvetica,sans-serif;*/
}
.texto-noticia a{
    color: #fff;
    text-align: center;
/*    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);*/
	font-size:1.6em;
	text-decoration: none;	
}
.fondo-textonoticia{
	background: rgba(90, 91, 93, 0.76);
    color: #333;
    font-size: 1em;
	text-decoration: none;
}
.fondo-textonoticia:hover{
	background: rgb(171,171,171);
    color: red;
	text-decoration: none;	
}
.texto-noticia-movil a{
	color:#fff;
}
.fondo-cabecera {
	background: #454545;
    color: #fff;
	text-decoration: none;
	border-bottom:6px solid rgb(122,122,122);	
}
.fondo-cabecera a{
    color: #fff;
	text-decoration: none;	
}

.indicador{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #880000;
	font-size:2.5em;
	margin-top: 10px;
    margin-bottom: 10px;	
}



.listapersonal{
	list-style:none;
	padding-left:10px;
	font-size:1.2em;
}
.listapersonal li span{
	color:#a28c42;
}
.sublista{
  list-style:none;
  padding-left:10px;
  font-size:1em;
  color:#aaa;

}
.separa-pie, .separa-pie a{padding-right: 30px; float:left; color:#fff;font-size:1.2em;}

.colorblanco{
	border-top: solid 1px #fff;
}
.pading2{
	padding: 10px 10px 10px 10px;
}
.bordederecho{
	    border-right: 1px solid #ccc;
}
.borde-container {
    border: 6px solid #fff;
    border-radius: 4px;
}
.separador{
  display:block;
  border-bottom:1px solid #fff;
  width:50%;
}
.titulopersonal{
	border-bottom:2px solid #AAA;
	border-top:2px solid #AAA;
	background:#ececec;
	color: #000;
	padding: 2px 0px 2px 0px;
}
.hr-blanco{
	border-bottom:1px solid #fff;
	margin-top:0%;
}
.texto-verde{
	color:#26634C;
}
.texto-amarillo{
	color:#7F4903;
}
.texto-azul{
	color:#0c5c64;	
}
.texto-rojo{
	color:#9E361B;	
}
.texto-yellow{
	color:#d4b610;	
}
.texto-negro{
	color:#003E96;	
}
.texto-negro:hover{
	color:#000;
}
.texto-gris{
	color:#454545;	
}
.texto-lila,.text-cielo{
	color:#337ab7;	
}
.texto-bourdeos{
	color:#88344d;
}
.texto-ocre{
	color:#c46c14;	
}
.fondo-blanco{
	z-index: 999;
	background-color: #fff;
	background: #fff;
}

#pagina_web_pg{
	height: 100%;
	min-height: 50em;
}
/* estilos para página de estilos*/
.wg_txt ul.submenu {
    list-style: none;
	list-style-image:none;
    margin: 10px 0px 24px 0px;
    padding: 2px 4px 2px 4px;
    border-bottom: 2px solid #454545;
    border-top: 2px solid #454545;
    background-color: #EDEDED;
}
.wg_txt ul.submenu li {
    display: inline-block;
    margin: 0px -4px 0px 8px;
    padding: 5px;
    font-size: 0.9em;
    border-right: 2px solid #454545;
}
.wg_txt ul.submenu li a, ul.submenu li a:link, ul.submenu li a:active, ul.submenu li a:visited {
    margin: 0;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    color: #454545;
}
.wg_txt  ul.submenu li::before{
	list-style: none;
	content:"";
}
.wg_txt ul.submenu li a:hover{
	 	color:#fff;
		background-color: #454545;
}
	
.wg_txt	ul.submenu li.on{
		background-color: #454545;
}
.wg_txt ul.submenu li.on:hover{
		background-color: #000;
}
.wg_txt	ul.submenu li.on a,ul.submenu li.on a:link,ul.submenu li.on a:active,ul.submenu li.on a:visited{
		color:#fff;
}
.wg_txt a.portada:hover{
	text-decoration:none;
}
.wg_txt a.bootstrap{
	color:#337ab7;
	text-decoration:none;
}
.wg_txt a.bootstrap:hover{
	color:#23527c;
	text-decoration:underline;
}
.wg_txt a.btn_acceso {
    display: inline-table;
    margin-top: 1.6em;
    cursor: pointer;
    color: #fff;
}
.wg_txt .btn_grande{
    background: #818181;
    background-image: -webkit-linear-gradient(bottom,#454545,#818181);
    background-image: -moz-linear-gradient(bottom,#454545,#818181);
    background-image: -o-linear-gradient(bottom,#454545,#818181);
    background-image: linear-gradient(to top,#454545,#818181);
    border: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #555 inset;
    -webkit-box-shadow: 0 1px 1px #555 inset;
    -o-box-shadow: 0 1px 1px #555 inset;
    box-shadow: 0 1px 1px #555 inset;
    padding: 0.3em 0.9em;
    font-size: 1.5em;
    color: white;
    font-weight: normal;
    text-decoration: none;
}
/*fin estilos para página de estilos*/

