@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,400,700');


body{ 	
	height: 100%;
	padding: 0;		
	text-align:left;
	margin:0px;
	position:relative;				
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color: rgb(51, 51, 51);	
	}

html{
	height: 100%;
	padding: 0;
	}		
	
img{ 
	border:none;
	vertical-align:middle;
	image-rendering: -webkit-optimize-contrast;
	}

/*MAIN*/

.mainTable{
	width:100%;
	height:100%;	
	}
	
a {
	outline: none;
}

.rollOver{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-html-opacity: 1;
	opacity: 1;
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.rollOver:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-html-opacity: 0.6;
	opacity: 0.6;
}
	
/*HEADER*/

header{
	background:rgba(255,255,255,1);
	position:fixed;
	width:100%;
	display:inline-block;
	top:0px;
	left:0px;
	z-index:99;
	}

header, .header{
	height:185px;
	}
	
.btnResponsivo{
	display:none;
	float:left;
	height:80px;
	width:80px;
	text-align:center;
	}
	
.btnResponsivo img{
	width:30px;
	margin-top:25px;
	}
	
.barraTop{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	float:left;
	background:rgba(255,255,255,1.00);
	border-bottom:#e0e0e0 solid 1px;
	}
	
.barraTop .logo{
	width:122px;
	line-height:40px;
	vertical-align:middle;
	display:inline-block;
	box-sizing:border-box;
	padding:0px 20px;
	float:left;
	border-right:#e0e0e0 solid 1px;
	height:40px;
	}
	
.barraTop .logo img{
	width:100%;
	}
	
.menuTop{
	display:inline-block;
	float:right;	
	}
	
.menuTop .linkHeader{
	display:inline-block;
	float:left;
	line-height:40px;
	vertical-align:middle;
	display:inline-block;
	box-sizing:border-box;
	padding:0px 20px;
	border-left:#e0e0e0 solid 1px;
	height:40px;
	font-size:.8em;
	color:rgba(94,94,94,1.00);
	text-decoration:none;
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
	
	text-transform:uppercase;
	}
	
.menuTop .linkHeader:hover{
	color:rgba(94,94,94,.7);
 }	
	
.menuTop .linkHeader span{
	line-height:inherit;
	margin-right:5px;
	}
	
/*LOGIN BOX*/

.loginScreen{
	position:fixed;
	background:rgba(255,255,255,.8);
	width:100%;
	height:100%;
	display:none;
	box-sizing:border-box;
	z-index:999;
	text-align:center;
	}

.loginBox{	
	position:fixed;
	top:50%;
	left:0;
	right:0;
	margin:0 auto;
	margin-top:-150px;
	
	display:inline-block;
	box-sizing:border-box;
	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	width:250px;
	
	border:rgba(155,55,93,1.00) solid 1px;	
	overflow:hidden;
	background:rgba(255,255,255,1.00);
	
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
	}
	
.loginBox .logo{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:15px 40px; 
	background:rgba(255,255,255,1.00);	
	}
	
.loginBox .logo img{
	width:100%;
	}
	
.loginBox .campo{
	display:inline-block;
	float:left;
	width:100%;
	box-sizing:border-box;
	padding:0px 10px;
	margin-bottom:5px;	
	}
	
.loginBox #btnLogin, .loginBox #estatusDatos{
	float:none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
	font-size:.85em;
	}

.loginBox .extra{
	background:rgba(0,0,0,.1);
	font-size:.8em;
	text-align:center;
	display:inline-block;
	box-sizing:border-box;
	margin-top:20px;
	padding:10px;
	width:100%;
	float:left;
	}
	
.loginBox .extra a{
	color:rgba(0,0,0,.5);
	text-decoration:none;
	}
	
.loginBox .warning{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding-bottom:5px;
	color:rgba(155,55,93,1.00);
	font-size:.85em;
	}
	
.removeLoginBox{
	display:none !important;
	}


.loginBox input{
	text-align:center;	
	}
	
.highlight{
	background:rgba(155, 55, 93, .1) !important;
}

/*MENU PRINCIPAL*/

.btnResponsivo{
	display:none;
	}

.logoHead{
	display:inline-block;
	position:absolute;
	left:120px;
	bottom:30px;
	box-sizing:border-box;
	height: 80px;
	}
	
.logoHead img{
	height: 100%;
	}

.menuPrincipal{
	display:inline-block;
	float:right;
	position:absolute;
	right:0px;
	bottom:0px;	
	}
	
.menuPrincipal a{
	display:inline-block;
	float:left;
	box-sizing:border-box;
	padding:10px 20px 25px 20px;	
	
	color:#333333;
		
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
	
	text-decoration:none;
	text-transform:uppercase;
	}

.menuPrincipal a:hover, .menuPrincipal a.activo{
	background:rgba(155,55,93,1.00);
	color:rgba(255,255,255,1.00);	
	}

/*MENU RESPONSIVO*/

.sb_hubyx .submenu{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	border-top:rgba(155, 55, 93, 1) solid 1px;
	}
	
.sb_hubyx .submenu a{
	color:rgba(255,255,255,.5)
  }

/*HOME*/

.introBox{
	text-align:center;
	width:100%;
	display:inline-block;
	float:left;
	padding:40px;
	box-sizing:border-box;
	}

.introTexto{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	max-width:780px;
	margin:0 auto;
	color:rgba(255,255,255,1.00);
	}
	
.introTexto .titulo{
	font-size:3em;
	font-weight:600;
	line-height:1em;
	width:80%;
	margin:0 auto;
	margin-bottom:20px;
	}
	
.introTexto .texto{
	margin-top:20px;
	border-top:1px rgba(255,255,255,1.00) solid;
	padding-top:20px;
	display:inline-block;
	box-sizing:border-box;
	}
    
.rowHome{
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: 30% !important;
}

.rowHome:first-child{
    width: 40% !important;
}
		
/*CONTENIDO*/

.contenido{
	vertical-align:top;
	}	

.vMiddle{
	vertical-align:middle;	
	}

.boxNegra{
	display:inline-block;
	box-sizing:border-box;
	background:rgba(255,255,255,1);
	width:100%;
	float:left;
	}	

.grid50_30{
	width:100%;	
	}
	
.grid50_30 .gridCol{
	vertical-align:top;
	width:50%;
	padding:40px;
	}
	

.grid_30_70 .gridCol:first-child{
	width:30%;
	padding:40px;
	vertical-align:top;
	}
	
.grid_30_70 .gridCol:last-child{
	width:70%;
	padding:40px;
	vertical-align:top;
	}

.textoConTitulo{
	width:100%;
	}
	
.textoConTitulo td{
	vertical-align:top;
	/*display:inline-block;
	width:100%;
	box-sizing:border-box;
	float:left;*/
	}
	
.textoConTitulo .titulo{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:600;
	color:rgba(51,51,51,1.00);
	font-size:2em;
	line-height:1em;
	
	padding-right:20px;
		
	text-align:right;
	/*border-bottom:1px solid rgba(255,255,255,1.00);*/
	}
	
.textoConTitulo .texto{
	color:rgba(51,51,51,1.00);
	text-align:justify;
	border-left:rgba(51,51,51,1.00) solid 1px;
	padding-left:20px;	
	}
	
	
/*NEWS*/

.tablaNews{
	width:100%;
	color:rgba(51,51,51,1.00);
	max-width:600px;
	margin:0 auto;
	}
	
.tablaNews .icono{
	width:120px;
	padding-bottom:20px;
	}
	
.tablaNews .icono img{
	width:100%;	
	border:rgba(51,51,51,.2) solid 1px;
	}

.tablaNews .desc{
	padding-bottom:20px;
	vertical-align:bottom;
	padding-left:20px;
	}
	
.tablaNews .desc a{
	color:rgba(0,0,0,1.00);
	text-decoration:none;
	}
	
.tablaNews .desc .titulo{
	font-size:1.3em;
	text-align:left;	
	}
	
.tablaNews .desc .fecha{
	font-size:.75em !important;
	text-transform:uppercase;
	color:rgb(155, 55, 93);
	}
	
.tablaNews .texto{
	font-size:1em;
	text-align:left;
	color:rgba(51,51,51,1.00);
	}
	
.linkVerMas{
	color:rgb(155, 55, 93);
	margin-left:5px;
	}
	
/*NEWS HOME*/


.bloqueHome{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	float: left;
	padding: 20px;
}

.newsHome{
    padding: 40px !important;
}

.newsHome .tablaNews{
	table-layout:fixed;
	width: 100%;
	max-width: 100%;
}

.newsHome .tablaNews tr{
	display:inline;
	box-sizing: border-box;
	width: 100%;
	float: left;
    padding: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid rgb(224, 224, 224) 1px;
}

.newsHome .tablaNews .fecha{
     color: rgba(94, 94, 94, 1);
}

.newsHome .tablaNews .titulo{
    line-height: 1em;
    color: rgba(94, 94, 94, 1);
}

.newsHome .tablaNews .icono{
    width: 60px;
    display: inline-block;
	float: left;
	box-sizing: border-box;
	padding: 0px;
}

.newsHome .tablaNews .texto{
    line-height: 1.2em;
    padding-top: 8px;
}

.newsHome .tablaNews .desc{
    padding-bottom: 0px;
    font-size: .85em;
}

/*POST*/

.fichaPost tr td:first-child{
    margin-bottom: 0px !important;
}

.fichaPost .encabezado{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}
	
/*MENU PLECA*/

.plecaBotones{
	height:1px;	
	}

.menuPleca{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	float:left;
	background:#e3e3e3;
	text-align:center;
	width:100%;
	}
	
.menuPlecaCont{	
	margin:0 auto;
	text-align:center;
	}

.menuPleca a{
	display:inline-block;
	box-sizing:border-box;
	padding:15px 20px;
	color:#5e5e5e;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:.9em;
	border-left:#AFAFAF solid 1px;
	}
	
.menuPleca a:last-child{
	border-right:#AFAFAF solid 1px;
	}

.menuPleca a span{
	font-size:2em;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:5px;
	color:#9E9E9E;
	width:100%;
	box-sizing:border-box;
	}

.menuPleca a.activo{
	color:rgba(155, 55, 93, 1.00);	
	}
	
.menuPleca a.activo span{
	color:rgba(155, 55, 93, .5);	
	}
	
/*FOOT*/

.foot{
	height:1px;	
	}

.tablaFoot{
	width:100%;	
	}
	
.tablaFoot td{
	width:50%;
	vertical-align:middle;
	padding:20px;
	font-size:.85em;
	color:#FFFFFF;
	background:rgba(27,27,49,1.00);
	}
	
.tablaFoot td:first-child{
	text-align:left;
	}
	
.tablaFoot td:last-child{
	text-align:right;
	}
	
/*SECCIONES*/	

.breadcrumb{
	display:inline-block;
	box-sizing:border-box;
	float:left;
	width:100%;
	padding:8px 20px;
	text-transform:uppercase;
	color:rgba(255,255,255,1.00);
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#312f82+1,a85071+100 */
	background: #312f82; /* Old browsers */
	background: -moz-linear-gradient(left,  #312f82 1%, #a85071 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #312f82 1%,#a85071 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #312f82 1%,#a85071 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312f82', endColorstr='#a85071',GradientType=1 ); /* IE6-9 */
	
	text-align:left;
	font-size:.8em;
	
	margin-bottom:40px;
	text-decoration:none;
	
	-webkit-border-radius: 0;
	border-radius: 0;
	}
	
.breadcrumb span{
	line-height:1em;
	margin-right:8px;
	margin-left:8px;
	}
	
.breadcrumb span:first-child{
	margin-left:0px;
	}
	
.breadcrumb a{
	color:rgba(255,255,255,1.00);
	text-decoration:none;	
	}
	
.breadcrumb a:hover{
	color:rgba(255,255,255,.8);
	}
	
.tablaInteriores{
	width:100%;
	margin-bottom:40px;	
	}

.tablaInteriores .gridCol{
	vertical-align:top;	
	padding:0px 40px;
	}
	
.tablaInteriores .gridCol:first-child{
	width:300px;
	text-align:right;
	padding-left:20px;
	}
	
.tablaInteriores .gridCol:last-child{
	text-align:left;
	border-left:#e0e0e0 solid 1px;
	padding-right:20px;
	}
	
.ulSimple{
	padding-left:15px;
	margin:0px;
	}

.ulEspaciado li{
	margin-bottom:8px;
	}

.ulEspaciado li:last-child{
	margin-bottom:0px;
	}
	
.tituloBig{
	font-size:2.3em;
	font-weight:300;
	line-height:1em;
	margin-bottom:20px;
	color:rgba(155, 55, 93, 1);
	text-transform:uppercase;
	}
	
.picHead{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	float:left;
	position:relative;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.7);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.7);
	margin-bottom:40px;
	}
	
.picHead img{
	width:100%;
	}

.picHead .titulo{
	text-align:left;
	position:absolute;
	left:40px;
	bottom:40px;
	color:rgba(255,255,255,1.00);
	font-size:3em;
	font-weight:300;
	text-transform:uppercase;
	line-height:1em;	
	}	
	
.btnDescarga{
	display:inline-block;
	background:rgba(233,233,233,1.00);
	box-sizing:border-box;
	line-height:1em;
	padding:8px 10px;
	color:rgba(155, 55, 93, 1);
	text-decoration:none;
	padding-left:30px;
	position:relative;	
	}
	
	
.btnDescarga:hover{
	background:rgba(233,233,233,.7);
	color:rgba(155, 55, 93, .7);
	}
	
.btnDescarga span{	
	display:inline-block;
	position:absolute;
	top:9px;
	left:5px;
	}
	
.alignCentro{
	text-align:center !important;	
	}
	
.boxCentro{
	margin:0 auto;
	display:inline-block;	
	}
	
.btnLista{
	font-size:.9em;
	margin-bottom:10px;
	}

/*MENU LATERAL*/

.menuLateral a{
	display:inline-block;
	text-align:right;
	width:100%;
	box-sizing:border-box;
	margin-bottom:10px;
	color:rgba(51,51,51,1.00);
	text-decoration:none;
	}
	
.menuLateral a:hover, .menuLateral a.activo{
	color:rgba(155, 55, 93, 1);
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
	}
	
.displayNone{
	display:none !important;	
	}
	
/*ENTIDADES*/

.entidades{
	display:inline-block;
	width:100%;
	float:left;
	text-align:center;
	vertical-align:top;
	}

.entidades .thumbnail{
	display:inline-block;
	box-sizing:border-box;
	width:230px;
	height:285px;
	margin-bottom:20px;
	margin-right:20px;
	vertical-align:top;
	}
	
.entidades .thumbnail a{
	display:inline-block;
	box-sizing:border-box;
	border:#e0e0e0 solid 1px;
	padding:15px;
	margin-bottom:10px;
	}
	
.entidades .thumbnail a img{
	width:100%;	
	}
	
.entidades .thumbnail .pic{
	border: none;
	}
	
.entidades .thumbnail .titulo{
	font-size:.9em;
	text-align:center;
	color:#333;
	line-height:1em;
	}
	
/*DIRECTORIO*/

.directorio{
	display:inline-block;
	box-sizing:border-box;
	margin-left:-15px;	
	max-width:950px;
	}

.gridDirectorio{
	display:inline-block;
	box-sizing:border-box;	
	float:left;
	width:50%;
	padding:15px;
	}

.dirItem{
	display:inline-block;
	box-sizing:border-box;
	border:rgba(168,168,168,.2) solid 1px;
	padding:20px;	
	float:left;
	width:100%;
	}
	
.dirItem table{
	width:100%;
	}
	
.dirItem .pic{
	width:100px;
	}
	
.dirItem .pic img{
	width:100px;
	}
	
.dirItem .desc{
	padding-left:15px;
	}
	
.dirItem .desc .nombre{
	font-size:1.2em;
	font-weight:400;
	line-height:1em;
	color:rgba(155, 55, 93, 1);
	}
	
.dirItem .desc .cargo{
	font-size:.9em;
	color:rgba(122,122,122,1.00);
	}
	
.dirItem .desc .contacto{
	margin-top:8px;	
	font-size:.85em;
	}
	
.dirItem .desc a{
	color:#000;
	text-decoration:none;	
	}

.dirItem .desc .emailLeyenda{
	display:none;	
	}
	
	
/*PEFRILES*/

.grid-perfiles{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px;
	gap: 30px;
	justify-content: flex-start;
}

.grid-perfiles .box-perfil{
	display: flex;	
	flex-wrap: wrap;
	width: 100%;
	gap: 25px;
	justify-content: flex-start;
	border: rgba(168,168,168,.2) solid 1px;
	padding: 15px;
	width: 100%;
}

.box-perfil .box-info{
	display: flex;
	justify-content: space-between;
	gap: 15px;
	align-items: flex-end;
}

.box-perfil .box-info .miniatura{
	width: 100%;
	max-width: 200px;
}

.box-perfil .box-info .miniatura img{
	width: 100%;
}

.box-perfil .box-info .nombre{
	font-size: 1.5em;
	font-weight: 400;
	color: rgba(155, 55, 93, 1);
}

.box-perfil .box-info .periodo{
	  font-size: .9em;
	color: rgba(122,122,122,1.00);
}


/**/
	
.tituloPleca{
	display:inline-block;
	box-sizing:border-box;
	width:100%;	
	}
    
.tituloDocs div{
    margin-bottom: 20px;
    max-width: 500px;

}
	
.directorio .tituloPleca{
	padding:0px 15px;
	}
	
.tituloPleca div{
	border-bottom:rgba(155,55,93,1.00) solid 1px;
	padding-bottom:5px;
	}
	
/*CALENDARIO*/

.calendario{
	max-width:850px;
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	position:relative;
	text-align:left;
	}

#calendar{
	width:100%;
	color:#333;
	}
	
.fc-scroller {
   overflow-y: hidden !important;
}

.fc-day-header{
	background:rgba(94, 94, 94, 1);
	color:rgba(255,255,255,1.00);
	font-weight:300;
	text-transform:uppercase;
	font-size:.9em;
	padding:5px 0px !important;	
	}
	
.fc-right{
	color:rgba(94, 94, 94, 1);
	text-transform:uppercase;
	font-size:.9em;	
	}
	
.fc-button, .fc-state-disabled{
	background:rgba(170,170,170,1.00) !important;
	border:solid 1px rgba(255,255,255,1.00);
	color:rgba(255,255,255,1.00);
	-webkit-border-radius: 0 !important;	
	border-radius: 0 !important;
	text-transform:uppercase;
	font-weight:400;
	text-shadow:none;
	}
	
.fc-state-active, .fc-state-down, .fc-state-hover {
    background:rgba(170,170,170,.7) !important;
}

.menuCalendario{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	border-bottom: 1px solid rgba(155, 55, 93, 1);
	padding-bottom:5px;
	margin-bottom:20px;
	}
	
.menuCalendario .controles{
	display:inline-block;
	float:right;	
	}
	
.menuCalendario button{
	background: rgba(94, 94, 94, .5);
	border:none;
	color:rgba(255,255,255,1.00);
	line-height:1em;
	padding:5px 10px;
	text-transform:uppercase;
	display:inline-block;
	float:left;
	box-sizing:border-box;
	margin-left:5px;
	cursor:pointer;
	}
	
.menuCalendario button:hover{
	background: rgba(94, 94, 94, .8);
	}
    
/*CALENDARIO HOME*/

.calendarioHome{
    font-size: .8em;
    padding: 40px 0px;
}

.calendarioHome .fc-right h2{
    font-size: 1.6em;
}
    
.calendarioHome .fc-unthemed .fc-content span{
    display: none;   
}

.calendarioHome .fc-unthemed .fc-content{
    height: 5px;
}

.calendarioHome .leyenda{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    color: rgba(122, 122, 122, 1);
}

.calendarioHome .leyenda .color{
    width: 10px;
    height: 10px;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    
}
/*LISTA CALENDARIO*/

.listaCalendario{
	display:inline-block;
	box-sizing:border-box;
	width:100%;	
	}
	
.tablaCalendario{
	width:100%;
	}
	
.tablaCalendario td{
	vertical-align:top;
	padding:10px 0px;
	border-bottom: 1px solid #e0e0e0;
	}
	
.tablaCalendario .pleca{
	border:none;
	padding:0px;
	}
	
.tablaCalendario .tituloPleca{
	margin-top:20px;
	color: rgba(94, 94, 94, 1);
	text-transform:uppercase;
	font-weight:600;
	text-align:right;
	font-size:1.3em;
	}
	
.tablaCalendario tr:first-child .tituloPleca{
	margin-top:0px;
	}
	
.tablaCalendario .fecha{
	color:rgba(94, 94, 94, 1);	
	width:120px;
	padding-right:15px;
	line-height:1.1em;
	font-weight:600;
	text-align:right;
	}
	
.tablaCalendario .hora{
	font-size:.8em;
	color:rgba(126,126,126,1.00);
	font-weight:400;
	}
	
.tablaCalendario .titulo{
	color: rgba(155, 55, 93, 1);
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1em;
	}
	
.tablaCalendario .sede{
	color: rgba(122, 122, 122, 1);
    font-size: 0.9em;
	}
	
.tablaCalendario .descripcion{
	font-size: 0.9em;
	}
	
.eventOverlay{
	position:absolute;
  	left: 50%;
	top: 50%;
  	transform: translate(-50%,-50%);
	z-index:999;
	background:rgba(255,255,255,1.00);
	display:inline-block;
	box-sizing:border-box;
	padding:20px;
	
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	font-size:.9em;
	}
	
.eventOverlay .fecha{
	color: rgba(94, 94, 94, 1);
    font-weight: 600;
    padding-right: 15px;
	text-transform:capitalize;
	margin-bottom:5px;
	border-bottom:rgba(155, 55, 93, 1) solid 1px;
	padding-bottom:5px;
	}
	
.eventOverlay .titulo{
	color: rgba(155, 55, 93, 1);
    font-size: 1em;
    font-weight: 400;
	}
	
.eventOverlay .sede{
	color: rgba(122, 122, 122, 1);
	}
	
.eventOverlay .closeBtn{
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
	line-height:1em;
	color: rgba(94, 94, 94, 1);
	cursor:pointer;	
	}
    
.calendarioHome .eventOverlay{
    font-size: 1.2em;
}
	
.fc-event-container a{
	cursor:pointer;	
	}
	
.hideCal{
	display:none !important;	
	}
	
.hideList{
	display:none !important;	
	}	
    
.calendarioHomeLista{
    padding: 40px;
    font-size: .9em;
}
	
	
/*INPUTS*/

.tituloBarra{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	float:left;
	margin-bottom:10px;
	background:rgba(51,51,51,1.00);
	color:rgba(255,255,255,1.00);
	text-transform:uppercase;
	text-align:left;
	font-weight:300;
	padding:5px 10px;
	}

.form-control{
	-webkit-border-radius: 0;
	border-radius: 0;
}

.inputBuscador{
	background:#eeeeee;
	color:rgba(51,51,51,1.00);
	border:none !important;
	padding:5px 4px;
	border-radius:0px !important;
	}
	
.btnGenerico{
	display:inline-block;
	float:right;
	box-sizing:border-box;
	padding:5px 10px;
	text-transform:uppercase;
	background:rgba(155, 55, 93, 1.00);
	color:rgba(255,255,255,1.00);
	border:none;
	text-decoration:none;
	
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
	}

.btnGenerico:hover{
	background:rgb(155, 55, 93, .7);
	}	

.btnGenerico span{
	line-height:inherit;
	margin-left:5px;
	}


.btnGenerico_noFloat{
	float: none;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}	
	
.buscador{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	float:left;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:#d9d9d9 solid 1px;
	}
	
.buscador .campo{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	float:left;
	padding-bottom:10px;
	}	
	
/*LISTADO BUSQUEDA*/
	
.listadoBusqueda td{
	padding:4px 0px;
	border-bottom:1px solid rgba(0,0,0,.1);
	font-size:.95em;
	vertical-align:top;
	}
	
.listadoBusqueda tr td:first-child{
	padding-right:10px;
	}
	
.listadoBusqueda tr td:last-child{
	padding-left:10px;
	}
	
.listadoBusqueda .bullet{
	color:rgba(0,0,0,.1);
	}	

	
.listadoBusqueda a{
	color: rgb(51, 51, 51);
	}

.listadoBusqueda a:hover{
	color: rgba(51, 51, 51, .6);
}

/*PAGINADO*/

.paginado_td{
	padding:0px !important;
	text-align:center !important;
	border:none !important;
	}

.paginado{
	display:inline-block;
	width:100%;
	box-sizing:border-box;
	padding:20px 0px;
	text-align:center;	
	}
	
.paginado .pagBtn:first-child{
	margin-left:0px !important;
	}
	
.paginado .pagBtn:last-child{
	margin-right:0px !important;
	}

.pagBtn{
	height:25px;
	width:25px;
	-webkit-border-radius:15px;
	border-radius: 15px;
	background:rgba(0,0,0,.2);
	display:inline-block;
	box-sizing:border-box;
	margin:0px 5px;
	color:rgba(255,255,255,1.00) !important;
	text-decoration:none;
	line-height:25px;
	vertical-align:middle;
	text-align:center;
	
	transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
	
	font-size:.85em;
	font-weight:400;
	
}

.pagBtn:hover{
	background:rgba(233, 98, 0, 1);
	text-decoration:none;
	background:rgba(0,0,0,.5);
}

.pagActivo, .pagActivo:hover{
	background:rgb(155, 55, 93);
	text-decoration:none;
	color:rgba(255,255,255,1.00);
}

.pagBtn span{
	font-size:.8em;
	line-height:inherit;
}

.paginado .prev span{
	padding-right:3px;	
}

.paginado .next span{
	padding-left:3px;	
}

/**/

.linkGris{
	text-decoration:none;
	color: rgb(51, 51, 51);
	
	}
	
/*TUTORES*/

.maxWidth{
	max-width:950px;
	}

.fichaTutor{
	display:inline-block;
	box-sizing:border-box;
}

.fichaTutor .nombre{
	display:inline-block;
	box-sizing:border-box;
	margin-bottom:15px;
	padding-bottom:5px;
	font-weight:300;
	font-size:1.8em;
	text-align:left;
	border-bottom:rgb(155, 55, 93) solid 1px;
	line-height:1.2em;
}

.perfil-grid{
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.perfil-grid .perfil-pic{
	width: 160px;
	height: 160px;
	min-width: 160px;
	min-height: 160px;
}

.perfil-grid .perfil-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.tablaFichaCols{
width: auto !important;}

.tablaFicha, .tablaFichaCols, .tablaItems{
	margin-bottom:40px;	
	}

.tablaFicha td, .tablaFichaCols td, .tablaItems td{
	vertical-align:top;	
	}
	
.tablaFicha tr td:first-child{
	padding-right:25px;
	padding-bottom:5px;
	font-weight:700;
	}

.tablaFichaCols td, .tablaItems td{
	padding: 5px 5px;
}

.tablaFichaCols tr:nth-child(odd) td{
background: rgba(244,244,244,1.00);
}

.tablaFichaCols .encabezado, .tablaItems .tituloCol, .tablaItems th{
	font-weight: bold;
	font-size: .7em;
	background: rgba(223,223,223,1.00) !important;
}

	
.tituloMini{
	display:inline-block;
	box-sizing:border-box;
	margin-bottom:15px;
	padding-bottom:5px;
	font-weight:700;
	text-align:left;
	border-bottom:rgb(155, 55, 93) solid 1px;
	}
	
.ul_lineasInv{
	padding:0px;
	padding-left:15px;
	}

.ul_lineasInv li{
	line-height:1.8em;
	}
	
/*NOTICIAS FICHA*/

.boxContenido{
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	padding:0px 40px 40px 40px;
	}
	
.tablaFichaNews{
	width:100%;
	}
	
.tablaFichaNews td{
	vertical-align:top;
	padding-bottom:40px;
	}
	
.tablaFichaNews tr td:first-child{
	width:20%;
	min-width:200px;
	padding-right:40px;
	}
	
.tablaFichaNews .titulo{
	border-bottom: 1px solid rgb(155, 55, 93);
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 5px;
    padding-bottom: 4px;
    text-align: left;
	width:100%;	
	}
	
.tablaFichaNews .fecha{
	color:rgba(0,0,0,.5);
	text-transform:uppercase;
	}
	
.tablaFichaNews .foto{
	float:right;
	width:40%;
	display:inline-block;
	box-sizing:border-box;
	padding-left:20px;
	padding-bottom:20px;	
	}
	
.tablaFichaNews .foto img{
	width:100%;
	outline: 1px solid #d6d6d6;
  	outline-offset: -1px;
	}
	
.tablaFichaNews .texto{
	text-align:justify;	
	}
	
.tablaFichaNews .texto a{
	color: rgba(155, 55, 93, 1);
	text-decoration: none;
}

/*POSTS*/
.postsListado{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;    
}

.postsListado .tablaNews{
    width: 100%;
    max-width: 100%;
}

.postsListado tr td:first-child {
    padding-right: 0px;
    width: 100px;
    min-width: 100px;
}

.postsListado .titulo{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.postsListado .fecha{
    margin-bottom: 10px;
}

.postsListado .trim130{
    display: none;    
}

.otrasNoticias .trim255{
    display: none;
}

/*CURSOS Y TOPICOS*/

.fichaTexto .subTitulo{
	display:inline-block;
	box-sizing:border-box;
	margin-bottom:15px;
	padding-bottom:5px;
	font-weight:300;
	font-size:1.8em;
	text-align:left;
	border-bottom:rgb(155, 55, 93) solid 1px;
	line-height:1.2em;
}

.fichaTexto .bloqueTxt{
	margin-bottom: 40px;
}

/*FORMULARIOS*/

.formBox{
	width: 100%;
	max-width: 460px;
	text-align: left;
}

.formBox .warning{
	display: inline-block;
	text-align: right;
	color: rgb(155, 55, 93);
	width: 100%;
	font-size: .85em;
	margin-bottom: 5px;
}

.tablaForm{
	width: 100%;
}

.tablaForm td{
	padding-bottom: 5px;
}

.tablaForm .etiqueta{
	color: rgba(0,0,0,.6);
	width: 155px;
	font-size: .9em;
}

.tablaForm .form-control{
	font-size: 13px;
	width: 100%;
	border: solid 1px rgba(224,224,224,1.00) !important;
	border-radius: 0px !important;
	padding: 5px 4px !important;
} 

.registroExito{
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 20px;
	font-size: .9em;
	background: #eeeeee;
}

.registroExito .titulo{
	color: rgb(155, 55, 93);
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	font-weight: 600;	
}

/**/

.slideshow{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	float: left;
	color: #FFF;	
}

.slideshow .ss_slide{
	text-align: center;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	float: left;
	padding: 40px;
}

.slideshow .ss_contenido{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	
}

.slideshow .ss_bk{
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0px;
	top: 0px;
}

.slideshow .texto_intro{
	margin-top: 20px;
	border-top: 1px rgba(255,255,255,1.00) solid;
	padding-top: 20px;
	display: inline-block;
	box-sizing: border-box;
}

/**/

.slideshow h1{
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px;
}

/**/

.ss_20_years{
	text-align: center;
}

.ss_20_years .logo{
	text-align: center;
}

.ss_20_years .logo img{
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.ss_20_years .txt_1{
	font-weight: 600;
	font-size: 2.5em;
	text-shadow: 0 0 5px #24C5FF;
	margin-bottom: 20px;
	border-bottom: 1px rgba(255,255,255,1.00) dotted;
	padding-bottom: 20px;
}

.ss_20_years .txt_2{
	font-size: 1.58em;
	font-weight: 600;
}

.nota-cursos{
	display: inline-block;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	border: solid 1px rgba(155, 55, 93, 1.00);
	width: 100%;
	max-width: 800px;
}


/*MEDIA QUERIES*/
	

@media (max-width: 1400px) {
	.picHead .titulo{
		left:20px;
		bottom:20px;
		font-size:2em;
	}
	
	.entidades .thumbnail{
	width:200px;
	height:250px;
	}
		
}


@media (max-width: 1230px) {
	
	/*DIRECTORIO*/
	
	.gridDirectorio{
	width:100%;
	padding:10px 0px;
	}
	
	.directorio{
	margin-left:0px;
	}	
	
	.directorio .tituloPleca{
	padding:0px;
	margin-bottom:5px;
	}
	
	.dirItem{
		padding:10px;
	}
	
	.grid-perfiles{
		padding: 0px;
		margin-top: 15px;
	}
}
	
@media (min-widht: 1100px){
	.colNoPadding{
	padding:0px;	
	}
}
	
	
	
