/*iconos*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?daukh8');
  src:  url('fonts/icomoon.eot?daukh8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?daukh8') format('truetype'),
    url('fonts/icomoon.woff?daukh8') format('woff'),
    url('fonts/icomoon.svg?daukh8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}
body, html{
	font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	width: 100%;
    height: 100%;
	overflow-x: hidden;
}
body {
	#padding-top:75px;
}
a, a:link {
    color: #9b2c98;
    text-decoration: none;
}
a:hover {
    color: #9b2c98;
    text-decoration: none;
	text-shadow: 1px 1px 1px #808080;
}
blockquote.nota {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
#logotipo {
	width:100%;
	padding:15px 15px;
}
#cabecera{
	position: fixed;
    width: 100%;
    font-size:18px;
    z-index:8000;
    background: transparent;
    transition: background-color 1000ms linear;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
#iconoMenu{
    display:none;
}
#frmBuscador {
	position:relative;
	top: 10px;
}
#campobusqueda{
    border-top-left-radius:10px; 
    border-bottom-left-radius:10px;
    padding-top:0 !important;
    padding-bottom:0 !important;
    padding-left:3%;
    padding-right:25px;
    font-size: 14px;
    font-weight: normal;    
    max-width:250px;
    color:#9b2c98; 
    float:right;
}
.search-icon {
    position: absolute;
    top: 2px;
    right: 5px;
    color: #9b2c98;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    width:48px;
    height:48px;
    background-color:#f0f0f0;
    border: 1px solid #c0c0c0;
    color:#555;
    font-size: 32px;
    text-align: center;
    z-index:99;
    padding-left: 5px;
}
.icon-paragraph-justify:before {
  content: "\ea7a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-mail:before {
  content: "\ea84";
}
#menuPrincipal {
    background-color: #FFFFFF;
    color: #9b2c98;
    padding: 20px 0;
    z-index: 10000;
}
#menu {
	position:relative;
	padding-top: 20px;
	text-align:right;
}
#menu a {
    color: #9b2c98;
    text-decoration: none;
	padding:1px;
	transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}
#menuMovil{
    display:none;
}    
#menu ul li span.nombreEnlace {
	font-size: 14px;
}
#menu ul li ul li a {
	font-size: 14px;
}
#menu ul li ul {
     box-shadow: 0 0 0 #000;
}
#seccionesPortada {
	background-color: #9b2c98;
}
.margenSuperior {
	padding-top: 15px;
}
.margenInferior {
	margin-bottom: 10px;
}
.destacado {
    background-color: rgba(128,128,128,0.25);
    border-radius:10px;
    padding: 5px 0px;
}    
.bordeado {
	border: 1px solid #c0c0c0;
}
.bordeInferior {
    border-bottom: 1px solid #c0c0c0;
}
.centraTexto {
	text-align: center;
}
.izqTexto {
	text-align: left;
}
.dobleEspaciado, .dobleEspaciado p {
    line-height:150%;
}    
.sombraInferior {
	box-shadow: 0 0 8px 3px rgba(128,128,128,0.7);
}
#zonacuerpo {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
#zonacuerpo img {
	-webkit-box-shadow: 5px 5px 3px 0px rgba(128,128,128,0.7);
	-moz-box-shadow: 5px 5px 3px 0px rgba(128,128,128,0.7);
	box-shadow: 5px 5px 3px 0px rgba(128,128,128,0.7);
	max-width:100%;
}
#zonacuerpo img.sinsombra {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
	max-width:100%;
}
a.ficheroPDF:before {
	content: "\00a0 ";
	text-indent: 11em;
	color: transparent;
	padding-bottom:10px;
	padding-right:20px;
	background-image: url(../imagenes/pdf-icon.png);
	background-repeat: no-repeat;
}
a.ficheroPDF:after {
 content: "»";
}
.fancybox-close {
    top: -1px;
    right: -1px;
}
#pie {
	background-color: #9b2c98;
	color: #fff;
	padding: 0px;
}
#pie i.fa{
    color:#fff;
}
.contactoPie {
	background-color: #9b2c98;
	padding: 20px 0px;
}
.menupie {
	padding-top:0px;
}
	
.bx-wrapper{
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}
.bx-viewport{
    border: none;
	padding:0px;
	margin:0px;
    width:100%;
    height:100%;
    
}
.sliderPortada, .sliderPortada li{
    height: 100%;
}
.sliderPortada li{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.letraBlanco {
	color:#fff;
	text-decoration: none;
}
.letraBlanco a{
    color:white;
    text-decoration: none;
}
.letraBlanco a:hover{
    text-decoration: underline;
    color:white;    
}
.letraBlanco a:visited{
    text-decoration: none;
}
.letraBlanco a:active{
    text-decoration: none;
}
.letraBlanco a:link{
    text-decoration: none;
}
.separador:before {
  content: "|";
  padding:0px 10px;
}
.subseccion {
  padding-left:15px;	
}
a.enlacepie {
	text-decoration: none;
	
}
a.enlacepie:hover {
	text-decoration: underline;
}
#bandaHorarios {
    background-color: #eaeaea;
    padding: 20px 0px;
}

.btnSeccion {
	display: inline-block;
    background-color:#fff;
	color: #9b2c98;
    font-size: 14px;
    letter-spacing: 2px;
 	padding:10px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c0c0c0;
	border-bottom: 0px solid #9b2c98;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.btnSeccion:hover {
    background-color:#9b2c98;
	color: #fff;
}

.btnActivo {
    background-color:#9b2c98;
	color: #fff;
}
.fa {
    margin-right:5px;
}
.resoluciontitulo, .informeanualtitulo, .jornadatitulo {
    color: #9b2c98;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.1em;
}
#iconoReloj {
    width: 100px;
    margin: 0;
    font-size: 5em;
    color: #9b2c98;
    line-height: 0;
    float: left;
    height: 70px;
}
#iconoReloj, #fraseHorarios {
    display: inline;
    vertical-align: middle;
}
#cuerpo #iconos p {
     font-size: 14px;
	 padding-top:10px;
}
h1 {
    font-size: 1.6em;
}
p {
	line-height:175%;
    text-align: justify;
}
.hemeroteca {
    padding-bottom: 1px;
    /* display: table-cell; */
}
.seccionNoticiaPortada {
    padding:10px;
    border: 1px solid #c0c0c0;
    min-height: 160px;
}
.seccionNoticiaPortada:after {
    content: "";
    width: 32px;
    height: 31px;
    position: absolute;
    bottom: -1px;
    right:15px;
    background-image:url(../imagenes/solapa.jpg);
    background-position:bottom right;
    background-repeat:no-repeat;
}


.seccionNoticia {
	padding-top:10px;
	margin-bottom:5px;
	border-bottom: 0px solid #c0c0c0;
}
.noticiafecha {
	font-size: 14px;
}
 img.noticiaimg {
	width: 100px;
	height:auto;
	padding-top:2px;
	padding-right:10px;
	float:left;
}
.noticiatitulo {
	color: #9b2c98;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.0em;	
}
#enlacesportada {
    position: relative;
    top: 0px;
}
#cuerpo {
    width: 85%;
}
ul.listaDatos {
    list-style: none;
}
ul.listaDatos li {
	background-image: url(../imagenes/iconolista.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
	margin-left: 20px;
}
p.nombrePersona {
	font-size:16px;
}
input, select {
    margin: 5px 0px;
    padding: 5px;
}
legend {
    padding: 0px 5px;
}
.btnOpcion {
    display:table-cell;
    width:auto;
    max-width:250px;
    padding: 2px 10px;
    border: 1px solid #c0c0c0;
    border-radius: 5px;    
    background-color: #F0F0F0;
    color:#000;
}
.btnOpcion.activo, .btnOpcion:hover {
    background-color: #9b2c98;
    color:#fff;
}
@media(max-width:768px) {
	body {
		padding-top:98px;
		font-size:14px;
	}
	#logotipo {
		width:100%;
		padding: 10px 5px 0px 0px;
	}
	#menu {
	    padding: 0px;
        text-align:right;        
	}    
	#menu ul{
        display:none;
        position:absolute;
    }
    #menu ul{
        right:0;
        position:relative;
        top:0px;
        border-bottom:2px solid #9b2c98;
        width:100%;
        background-color:#FFFFFF;
    }
    #menu ul li{
        display:block;
        background-color:#FFFFFF;
        position:static;
        text-align:right;
    }   
    #menu ul li span.nombreEnlace, #menu ul li a {
        font-size:1rem;
    }
    #menu ul li span.nombreEnlace {
    }
    #menu ul li ul {
        position:relative;
        text-align:right;
        width:100%;
    }
    #menu ul li ul li {
        text-align:right;
    }
    #menu ul li ul li a {
        padding:0px 20px;
    }
    .sinSubmenus {
        padding-right:20px;
    }
    #iconoMenu{
        display:block;
        color:rgb(112,0,24);
        text-align:right;
        font-size:2.7rem; 
        padding-top:10px;
        padding-bottom:10px;
    }
	#frmBuscador {
		position:relative;
		top: 0px;
		font-size: 14px;
	}
    #iconos {
        height:auto;
    }
    #iconos .icono{
		width:100%;
        height:auto;
		min-height:auto;
        margin-top:20px;        
	}
    #enlacesportada, #noticias-portada {
        top: 0px;
    }
    #comisionado {
        margin-top: 10px;
        margin-bottom: 0px;
    }    
    #sedeElectronica {
        margin-top: 10px;
        margin-bottom: 10px;
    }    
	#subpie {
		padding: 0px;
	}
	#subpie .col-xs-12 {
		padding-top:5px;
		padding-left:75px;
		padding-bottom:5px;
		border-bottom: 1px solid #c0c0c0;
	}
	.btnSeccion {
		color: #9b2c98;
		font-size: 14px;
		letter-spacing: 1px;
		padding:5px;
		margin: 0px 5px 5px 0px;
		border: 1px solid #c0c0c0;
		border-bottom: 1px solid #9b2c98;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.btnSeccion:hover {
		background-color:#9b2c98;
		color: #fff;
	}
	.btnActivo {
		background-color:#9b2c98;
		color: #fff;
	}
	h1 {
		font-size: 1.5em;
		margin: 0.67em 0;
	}
}


