/*
Theme Name:SEA 2023 v1.2
Author:Enhorabuena Estudio
Author URI:
Description:
Version:1.2
*/
body{
	background-color:#fff;
	margin:0;
	padding:0;
	font-size:14px;
	color:#333;
	font-family:"gobCL";
	font-weight:500;
	font-style:normal;
}
.body{
	overflow-x:hidden !important;
}
/* RESET *************************/
*, ::after, ::before{
	box-sizing:border-box;
}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clearfix{
	display:inline-block;
}
/*\*/* html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}/**/
.img-fluid{
	max-width:100%;
	height:auto;
}
.swiper-container1,.swiper-container2,.swiper-container3{
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}
.desktop{
	display:block;
}
.mobile{
	display:none;
}
.menu-trigger{
	position:relative;
	z-index:999;
	-webkit-transition:top ease-in-out 0.35s;
	-moz-transition:top ease-in-out 0.35s;
	-o-transition:top ease-in-out 0.35s;
	transition:top ease-in-out 0.35s;
	cursor:pointer;
	display:none;
	float:left;
	top:22px;
}
.menu-trigger .icon{
	display:inline-block;
	width:28px;
	height:2px;
	position:relative;
	top:-8px;
	background:#333;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:2px;
	background:#333;
	position:absolute;
	top:-8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:2px;
	background:#333;
	position:absolute;
	top:8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none;
	color:#333;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#333;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	width:100%;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#333;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.contenedor-submenu{
	background-color:#f4e954;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:12;
	opacity:0;
	visibility:hidden;
	transform:translateX(-100%);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.contenedor-submenu .pos{
	position:relative;
	height:100%;
}
.contenedor-submenu .grupo{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:55%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
.contenedor-submenu.activo{
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
}
.contenedor-submenu .rrss_links{
	position:relative;
	text-align:left;
	bottom:0;
	right:0;
	color:#333;
	margin-top:30px;
	display:block;
}
.contenedor-submenu .rrss_links li{
	padding:0 12px 0 0;
}
.contenedor-submenu .rrss_links a{
	color:#333 !important;
	text-align:center;
	border:1px solid #333;
	font-size:8px;
	line-height:30px;
	width:32px;
	height:32px;
}
.menu{
	padding:0;
	margin:0;
}
.menu ul{
	padding:12px 0 0 0;
	margin:0;
	display:none;
}
.menu ul li{
	padding:0 0 15px 15px;
}
.menu li{
	list-style:none;
	margin:0;
	padding:0 0 20px 0;
	position:relative;
}
.menu a{
	font-size:18px;
	color:#333;
	position:relative;
	padding-right:30px;
}
.menu > li.menu-item-has-children > a::after{
	position:absolute;
	top:30%;
	right:0;
	width:10px;
	height:10px;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	content:"";
	-webkit-transform:rotate(45deg) translateY(-50%);
	-moz-transform:rotate(45deg) translateY(-50%);
	-ms-transform:rotate(45deg) translateY(-50%);
	-o-transform:rotate(45deg) translateY(-50%);
	transform:rotate(45deg) translateY(-50%);
	-webkit-transition:border-color 0.2s ease;
	-moz-transition:border-color 0.2s ease;
	-ms-transition:border-color 0.2s ease;
	-o-transition:border-color 0.2s ease;
	transition:border-color 0.2s ease;
}
/**********************************/
#cssmenu > ul > li.has-sub > a:hover{
	font-weight:700;
}
#cssmenu > ul > li > a:hover{
	font-weight:700;
}
#facebook{
	height:800px;
}
.lab-act{
	width:120px;
	display:block;
	float:left;
}
.act-2{
	display:block;
	margin:0 0 0 125px;
}
.act-list{
	display:block;
	overflow:hidden;
	margin:10px 0;
}
.boxeshome{
	border-bottom:1px solid #333;
	padding-top:50px;
}
.certificado{
	float:left;
	width:30%;
	margin:1%;
	padding:110px 0 0 0;
	background-image:url(img/cert.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
}
.certificado p span{
	color:#666;
	display:block;
	font-size:16px;
}
/* TEXTOS ******************/
@font-face{
	font-family:'gobCL';
	font-weight:300;
	font-style:normal;
	src:url("fonts/gobcl_light.eot?") format("eot"), url("fonts/gobcl_light.woff") format("woff"), url("fonts/gobcl_light.ttf") format("truetype");
}
@font-face{
	font-family:"gobCL";
	font-weight:500;
	font-style:normal;
	src:url("fonts/gobcl_regular.eot?") format("eot"), url("fonts/gobcl_regular.woff") format("woff"), url("fonts/gobcl_regular.ttf") format("truetype");
}
@font-face{
	  font-family:"gobCL";
	  font-weight:700;
	  font-style:normal;
	  src:url("fonts/gobcl_bold.eot?") format("eot"), url("fonts/gobcl_bold.woff") format("woff"), url("fonts/gobcl_bold.ttf") format("truetype");
}
@font-face{
	font-family:"gobCL";
	font-weight:900;
	font-style:normal;
	src:url("fonts/gobcl_heavy.eot?") format("eot"), url("fonts/gobcl_heavy.woff") format("woff"), url("fonts/gobcl_heavy.ttf") format("truetype");
}
@font-face{
	font-family:'Conv_Marujo';
	src:url('fonts/Marujo.eot');
	src:local('☺'), url('fonts/Marujo.woff') format('woff'), url('fonts/Marujo.ttf') format('truetype'), url('fonts/Marujo.svg') format('svg');
	font-weight:normal;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6{
	font-family:"gobCL";
	color:#333;
	letter-spacing:0.01em;
}
object{
	outline:none !important;
}
*:focus{
	outline:none !important;
}
.t1{
	font-family:"gobCL";
	font-weight:500;
	color:#333;
	display:block;
	font-size:24px;
	margin:10px 0;
}
.t2{
	font-family:"gobCL";
	font-weight:900;
	font-size:28px;
	color:#333;
	display:block;
}
.t3{
	font-size:26px;
	color:#333;
	line-height:30px;
	display:block;
	text-align:center;
}
.t4{
	font-family:"gobCL";
	float:left !important;
	text-align:left !important;
	font-weight:900;
	font-size:32px;
	color:#fff;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
p{
	line-height:22px;
	font-size:15px;
	color:#333;
}
p a{
	color:#3d54a1;
}
a{
	outline:none !important;
	text-decoration:none;
}
ul{
	padding:0 0 5px 15px;
}
ol{
	padding:0 0 5px 15px;
}
ol li{
	font-family:"gobCL";
	font-size:15px;
	color:#333;
}
ul li{
	font-family:"gobCL";
	font-size:15px;
	line-height:20px;
	color:#333;
}
hr{
	border:none;
	border-top:1px solid #333;
	margin-top:30px;
}
/***************************/
#top{
	background-color:#fff;
	background-position:center;	
}
#top2{
	background-color:#544453;
	padding:0 0 10px 0;
	background-position:center;
}
#top-in{
	width:1920px;
	margin:0 auto;
	background-position:center;
}
#cnca-top{
	float:left;
}
#nav-top{
	background-color:#f4e954;
}
#nav1{
	margin:15px 0 0 0;
	padding:0;
}
#nav{
	padding:15px 0 10px 0;
}
#nav li{
	display:inline-block;
	margin:0;
	padding:0;
	list-style:none;
	z-index:9999;
}
#nav li a{
	color:#333;
	text-transform:uppercase;
	font-size:12px;
	display:block;
}
#buscar-top{
	background-image:url(img/lupa.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px !important;
}
#user-top{
	float:right;
	color:#fdd454;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	margin:0 0 0 10px;
}
#show_login{
	float:left;
	color:#333 !important;
	font-weight:bold;
	padding:10px 12px 10px 5px;
	line-height:1;
	font-size:14px;
	position:relative;
}
#show_login::after{
	content:'';
	position:absolute;
	width:1px;
	height:50%;
	background:#333;
	right:0;
	top:8px;
}
.clear{
	clear:both;
}
#top-logo{
	background:#45b596;
	position:relative;
}
#top-logo.escritorioin{
	background:#ea604f;
}
#top-logo .in{
	position:relative;
}
.rrss_links{
	position:absolute;
	bottom:20px;
	right:15px;
	z-index:9999;
	color:#fff;
	text-align:center;
}
.rrss_links i{
	vertical-align:middle;
}
.rrss_links ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.rrss_links li{
	padding:0;
	padding-left:10px;
	display:inline-block;
}
.rrss_links a{
	font-size:11px;
	width:42px;
	height:42px;
	line-height:38px;
	border:2px solid #fff;
	border-radius:100%;
	color:#fff;
	opacity:1;
	display:block;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.rrss_links a:hover{
	color:#fff;
	opacity:.8;
}
#logo{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
#logo img{
	width:100%;
	height:auto;
}
#logo .leyenda{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
	z-index:11;
}
#logo .leyenda .modulo{
	max-width:35%;
}
#logo h2{
	font-size:45px;
	line-height:50px;
	margin:0;
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
}
#logo2{
	padding:10px 0 20px 0;
	margin:0 auto;
	background-position:center;
}
.bot1{
	font-family:"gobCL";
	background:rgba(61,84,161,1);
	border:none;
	color:#fff;
	text-align:center;
	padding:8px 12px;
	text-transform:uppercase;
	letter-spacing:0.01em;
	font-size:15px;
	line-height:18px;
	font-weight:900;
	cursor:pointer;
	float:left;
	display:block;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
	-webkit-border-radius:0; 
	border-radius:0;
	-webkit-appearance:none;
}
.bot1:hover{
	background:rgba(61,84,161,.8);
}
.bot1.rojo{
	background:rgba(234,96,79,1);
}
.bot1.rojo:hover{
	background:rgba(234,96,79,.8);
}
.bot1.amarillo{
	color:#333;
	background:rgba(244,233,84,1);
}
.bot1.amarillo:hover{
	background:rgba(244,233,84,.8);
}
.bot1.verde{
	background:rgba(69,181,150,1);
}
.bot1.verde:hover{
	background:rgba(69,181,150,.8);
}
.bot1.verdeoscuro{
	background:rgba(69,181,150,1);
	color:#333;
}
.bot1.verdeoscuro:hover{
	background:rgba(69,181,150,.8);
	color:#333;
}
.bot1.verdeoscuro .icon{
	width:8px;
	position:relative;
	top:-2px;
	margin-right:5px;
}
.bot1.verdeoscuro.ultimo .icon{
	width:15px;
	margin-left:5px;
	top:-1px;
}
.enviadok{
	font-weight:700;
	color:#45b596;
	text-align:center;
	font-size:15px;
}
#iniciar{
	display:block; 
	margin:10px auto;
}
#entrar{
	display:block; 
	margin:10px auto;
}
#registrate{
	width:150px;
	display:block;
	margin:30px auto;
}
#registrar{
	width:250px;
	display:block;
	margin:30px auto;
	font-size:18px;
}
#enviar-reporte{
	width:150px;
	display:block;
	margin:10px auto;
}
#s{
    float:left;
    height:34px;
    width:50%;
    margin:0 auto;
    padding:0 0 0 10px;
	display:block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.in{
	max-width:1140px;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
.contenido{
	padding:60px 0;
}
.contenido .t2{
	display:none;
}
.rotando{
	background:#f4e954;
	padding:8px 0 6px 0;
	overflow:hidden;
	text-align:center;
	height:38px;
}
.rotando p{
	font-size:16px;
	line-height:24px;
	font-weight:900;
	text-transform:uppercase;
	color:#45b596;
	margin:0;
	padding:0 5px;
}
.rotando p a{
	color:#45b596;
}
.rotando i{
	margin-left:5px;
}
.rotando.rojo{
	background:#ea604f;
}
.rotando.rojo p,.rotando.rojo p a{
	color:#fff;
}
.rotando.azul{
	background:#3d54a1;
}
.rotando.azul p,.rotando.azul p a{
	color:#f4e954;
}
.rotando.amarillo{
	background:#f4e954;
}
.rotando.amarillo p,.rotando.amarillo p a{
	color:#3d54a1;
}
.rotando.rosa{
	background:#efc4db;
}
.rotando.rosa p,.rotando.rosa p a{
	color:#3d54a1;
}
.rotando.verde{
	background:#45b596;
}
.rotando.verde p,.rotando.verde p a{
	color:#f4e954;
}
#buscadores{
	padding:60px 0;
	background-color:#3d54a1;
	text-align:center;
}
#buscadores.rosa{
	background-color:#efc4db;
}
#buscadores.rosa .t4{
	color:#3d54a1;
}
#buscadores.rojo{
	background-color:#ea604f;
}
#buscadores.rojo .t4{
	color:#f4e954;
}
#buscadores.especial .t4{
	color:#efc4db;
}
#buscadores .descripcion{
	text-align:left;
}
#buscadores .descripcion p{
	color:#fff;
	margin:0 0 25px 0;
}
#buscadores.rosa .descripcion p{
	color:#333;
}
#buscadores span{
	float:none;
	width:100%;
	text-align:center;
	line-height:16px;
	margin:0 0 20px 0;
	font-weight:bold;
	display:block;
}
#buscadores .bot1{
	margin-left:10px;
}
.styled-select select{
	font-size:15px;
	font-family:"gobCL";
	letter-spacing:0.02em;
	background:#fff;
	width:144px;
	padding:3px 0;
	line-height:1.5;
	border:0;
	border-radius:0;
	height:32px;
	color:#707071;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.styled-select{
	font-family:"gobCL";
	font-size:15px;
	letter-spacing:0.02em;
	float:left;
	width:160px;
	height:35px;
	overflow:hidden;
	background:#fff;
	border:1px solid #fff;
	margin:0 10px 0 0;
	padding:0 8px;
	color:#707071;
	position:relative;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.styled-select::after{
	content:'';
	content:'';
	background:url('img/iconos/select-flecha.svg');
	background-size:100% 100%;
	height:20px;
	width:13px;
	position:absolute;
	right:8px;
	top:8px;
	display:block;
}
.styled-select option{
	font-family:Arial, Helvetica, sans-serif;
}
#nombre{
	float:left;
	background:#fff;
	border:1px solid #fff;
	height:35px;
	width:150px;
	margin:0 10px 0 0;
	padding:0 8px;
	color:#707071;
}
#nombre::placeholder{
	color:#707071;
	opacity:1;
}
#fecha{
	float:left;
	background:#fff;
	border:1px solid #fff;
	height:35px;
	margin:0 10px 0 0;
	padding:0 8px;
	color:#707071;
}
#fecha::placeholder{
	color:#707071;
	opacity:1;
}
#buscar{
	width:100px;
	display:block;
	float:left;
	margin:0 !important;
	height:35px;
}
.desplegador h3{
	font-size:18px;
	line-height:20px;
	color:#3d54a1;
	font-weight:700;
	margin:0;
}
.desplegador .icon{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:13px;
}
.desplegador.ui-state-active .icon{
	transform:translateY(-50%) rotate(180deg);
}
.desplegador .ui-icon{
	display:none;
}
.desplegable{
	display:none;
}
.ui-accordion .ui-accordion-header{
	margin:0 !important;
	padding:15px 20px 15px 0 !important;
	background:none !important;
	border:none !important;
	border-radius:0 !important;
	border-bottom:1px solid #333 !important;
}
.ui-accordion .ui-accordion-content{
	font-family:"gobCL";
	font-weight:500;
	padding:0 !important;
	border:none !important;
	border-radius:0 !important;
}
.ui-accordion .ui-accordion-content a{
	color:#3d54a1;
}
.mural{
	background:#efc4db;
	position:relative;
	top:-8px;
}
.mural h2{
	color:#3d54a1;
}
.mural .descripcion{
	margin-bottom:50px;
}
.mural .bot1{
	width:100%;
	float:none;
	margin-top:20px;
}
.grid-item{
	float:left;
	width:350px;
	background:#fff;
	border-radius:20px;
	margin-bottom:30px;
}
.grid-item .int{
	padding:0 20px 20px 20px;
}
.grid-item .boximg{
	border-top-right-radius:20px;
	border-top-left-radius:20px;
}
.grid-item h3{
	line-height:19px;
	margin:0;
}
.grid-item p{
	line-height:19px;
	margin-bottom:0;
	margin-top:12px;
}
.grid-item .meta{
	font-size:12px;
	line-height:14px;
	color:#333;
	display:block;
	margin-top:20px;
	margin-bottom:3px;
}
.grid-item img{
	width:100%;
}
.nosotros h2{
	font-weight:900;
	font-size:26px;
	line-height:30px;
	color:#ea604f;
	text-transform:uppercase;
}
.nosotros h3{
	font-weight:700;
	font-size:20px;
	line-height:26px;
	color:#ea604f;
	padding-right:45px;
}
.historia{
	border-top:1px solid #333;
}
.historia h2{
	font-weight:900;
	font-size:26px;
	line-height:30px;
	color:#ea604f;
	text-transform:uppercase;
	margin-top:0;
}
.historia ul li, .historia ul a{
	color:#45b596;
	font-weight:700;
}
.historia .inn{
	padding:50px 0 50px 0;
}
.historia .carrusel, .historia .swiper-container{
	height:100%;
}
.historia .carrusel .modulo{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100%;
}
.participar .t2{
	display:none;
}
.participar h3{
	font-weight:900;
	font-size:26px;
	line-height:30px;
	color:#ea604f;
	text-transform:uppercase;
}
.participar h3 a{
	color:#45b596;
	text-decoration:underline;
	text-decoration-thickness:3px;
}
.participar p{
	font-size:18px;
	line-height:24px;
}
.participar p a{
	color:#45b596;
	text-decoration:underline;
	text-decoration-thickness:2px;
}
.participar .inn{
	padding:50px 60px 50px 0;
}
.participar .imagen{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100%;
}
.graficas{
	background:#efc4db;
}
.graficas h2{
	font-weight:900;
	font-size:26px;
	line-height:30px;
	color:#3d54a1;
	text-transform:uppercase;
	margin-top:0;
}
.graficas h3{
	font-weight:700;
	font-size:15px;
	color:#333;
}
.graficas a{
	color:#333;
}
.graficas a:hover{
	text-decoration:underline;
}
.orientaciones .t2{
	display:none;
}
.orientaciones h3{
	font-weight:700;
	font-size:20px;
	line-height:26px;
	color:#ea604f;
	padding-right:45px;
}
.orientaciones .modulo{
	height:100%;
	padding:50px 60px;
	background:#f4e954;
}
.orientaciones .modulo h3{
	font-weight:900;
	font-size:26px;
	line-height:30px;
	color:#3d54a1;
}
.orientaciones .modulo h3 a{
	color:#3d54a1;
}
.orientaciones .modulo p{
	font-weight:700;
	font-size:18px;
	line-height:24px;
	color:#3d54a1;
}
.orientaciones .modulo p a{
	text-decoration:underline;
}
.orientaciones .inn{
	padding:50px 60px 50px 0;
}
.orientaciones-anteriores{
	border-top:1px solid #333;
}
.orientaciones-anteriores h3{
	font-weight:700;
	font-size:16px;
	line-height:20px;
	color:#45b596;
}
.orientaciones-anteriores .inn{
	padding:50px 0 50px 60px;
}
.orientaciones-anteriores h4{
	font-weight:700;
	font-size:15px;
	line-height:14px;
	color:#45b596;
	margin:0;
}
.orientaciones-anteriores ul{
	margin-top:5px;
}
.orientaciones-anteriores ul a{
	color:#333;
}
.orientaciones-anteriores ul a:hover{
	text-decoration:underline;
}
.orientaciones-anteriores .imagen{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:100%;
}
.orientaciones-generales .t2{
	display:none;
}
.orientaciones-generales h3{
	font-weight:700;
	font-size:20px;
	line-height:26px;
	color:#ea604f;
	padding-right:45px;
}
.documentos .grupo{
	background:#45b596;
	position:relative;
	display:block;
	text-decoration:none !important;
	padding:12px 55px 12px 12px;
	margin-bottom:15px;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.documentos .grupo:hover{
	background:rgba(69,181,150,.8);
}
.documentos .grupo h4{
	font-weight:900;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}
.documentos .grupo .icon{
	width:25px;
	position:absolute;
	right:12px;
	top:50%;
	transform:translateY(-50%);
}
.documentos.amarillo .grupo{
	background:#f4e954;
}
.documentos.amarillo .grupo:hover{
	background:rgba(244,233,84,.8);
}
.documentos.amarillo .grupo h4{
	color:#333;
}
.documentos.especial{
	width:75%;
	margin-bottom:50px;
}
.destacados{
	padding-top:50px;
	background:#3d54a1;
}
.destacados .imagen{
	width:100%;
	height:340px;
	background-repeat:no-repeat;
	background-position:center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.destacados .modulo{
	padding-bottom:50px;
}
.destacados h3{
	font-size:26px;
	line-height:30px;
	text-transform:uppercase;
	color:#fff;
}
.destacados span{
	font-size:15px;
}
.destacados p{
	height:70px;
	overflow:hidden;
}
.destacados p,.destacados .tn4, .destacados span{
	color:#fff;
}
.destacados .modulo .cabecera{
	position:relative;
}
.destacados .cabecera .perf-img3{
	float:left;
}
.destacados .cabecera .inn{
	left:65px;
	top:50%;
	position:absolute;
	transform:translateY(-50%);
	width:85%;
}
.destacados .grupo{
	padding:0 45px;
}
.destacados .vermas{
	color:#fff;
}
#cuadros-out{
	background-color:#544453;
	padding:20px 0;
	margin:20px 0;
}
#cuadros{
	width:910px;
	margin:0 auto;
	overflow:hidden;
}
#cuadros div{
	width:300px;
	height:270px;
	float:left;
	color:#fff;
	background-repeat:no-repeat;
	background-position:center 27px;
	position:relative;
}
#que{
	background-color:#2fb2ae;
	background-image:url(img/que.png);
}
#quienes{
	background-color:#da3d3a;
	background-image:url(img/quienes.png);
}
#como{
	background-color:#f8aa26;
	background-image:url(img/como.png);
}
#cuadros div span{
	display:block;
	text-align:center;
	margin:70px 0 0 0;
	font-size:25px;
}
#cuadros div p{
	display:block;
	text-align:center;
	margin:10px 30px;
	font-size:16px;
}
#cuadros div a{
	background-color:transparent !important;
	position:absolute;
	bottom:20px;
	width:200px;
	left:45px;
}
#cajas{
	width:915px;
	margin:0 auto;
}
.caja{
	background-color:#fff;
	line-height:15px;
}
#cajas-izq{
	float:left;
}
#cajas-der-izq{
	float:left;
	margin:0 0 0 16px;
}
#cajas-der-der{
	float:left;
	margin:0 0 0 16px;
}
.caja1{
	width:480px;
	height:240px;
	margin:0 0 16px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:0px solid #000000;
	float:left;
}
.caja1 .img{
	width:240px;
	height:240px;
	float:left;
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.caja1 .info{
	display:block;
	margin:0 10px 10px 270px;
	height:225px;
	position:relative;
}
.caja1 .caja-user{
	display:block;
	width:46px;
	margin:0 auto;
	padding:10px 0 0 0;
}
.info .caja-user{
	height:46px;
}
.caja2{
	width:480px;
	height:166px;
	margin:0 0 16px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.caja2 .img{
	width:240px;
	height:166px;
	float:left;
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
}
.caja2 .info{
	display:block;
	margin:0 10px 10px 270px;
	height:155px;
	position:relative;
}
.caja2 .caja-user{
	display:block;
	width:46px;
	margin:0 auto;
	padding:10px 0 0 0;
}
.caja3{
	width:480px;
	height:420px;
	margin:0 0 16px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:relative;
}
.caja3 .info{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:200px;
	background-image:url(img/f-caja3.png);
}
.caja3 p{
	color:#FFF;
	padding:10px 50px;
	margin:0;
	font-size:16px;
}
.caja3-t{
	margin:90px 50px 0 50px;
	font-size:22px;
	color:#fff;
	display:block;
}
.caja3-t:hover{
	text-decoration:underline;
}
.caja4{
	width:200px;
	height:240px;
	margin:0 0 16px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:0px solid #000000;
	position:relative;
}
.caja4 .img{
	width:200px;
	height:130px;
	display:block;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}
.caja4 .info{
	display:block;
	margin:0 20px 10px 20px;
	height:95px;
	position:relative;
}
.caja4 .caja-user{
	display:block;
	width:46px;
	margin:0 auto;
	position:absolute;
	top:-25px;
	left:55px;
}
.caja4 .caja-tit{
	padding:30px 0 0 0;
}
.caja5{
	width:200px;
	height:166px;
	background-color:#5685c0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image:url(img/doc.png);
	background-repeat:no-repeat;
	background-position:center 30px;
	margin:0 0 16px 0;
}
.caja5 a{
	color:#fff;
	line-height:14px;
	padding:80px 20px 0 20px;
	display:block;
}
.caja5 a:hover{
	text-decoration:underline;
}
.caja6{
	width:200px;
	height:164px;
	background-color:#74b3ba;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-image:url(img/doc.png);
	background-repeat:no-repeat;
	background-position:center 30px;
	margin:0 0 16px 0;
}
.caja6 a{
	color:#fff;
	line-height:14px;
	padding:80px 20px 0 20px;
	display:block;
}
.caja6 a:hover{
	text-decoration:underline;
}
.caja7{
	width:200px;
	height:420px;
	margin:0 0 16px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:0px solid #000000;
}
.caja7 .img{
	width:200px;
	height:180px;
	display:block;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}
.caja7 .info{
	display:block;
	margin:0 20px 10px 20px;
	height:197px;
	position:relative;
	padding:30px 0 0 0;
}
.caja7 .caja-user{
	display:block;
	width:46px;
	margin:-70px auto 0 auto;
	padding:10px 0 0 0;
}
.caja8{
	width:355px;
	height:145px;
	margin:0 0 16px 0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:0px solid #000000;
	float:left;
	margin:5px;
}
.caja8 .img{
	width:140px;
	height:145px;
	float:left;
	border-radius:3px 0 0 3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.caja8 .info{
	display:block;
	margin:0 10px 10px 160px;
	height:135px;
	position:relative;
}
.caja8 .caja-user{
	display:block;
	width:46px;	margin:0 auto;
	padding:10px 0 0 0;
}
.caja8 .info p{
	margin:0 !important;
	padding:0;
}
.caja-tit{
	display:block;
	padding:10px 0;
	font-weight:700;
	color:#333;
}
.caja-tit:hover{
	color:#C30;
	text-decoration:underline;
}
.ref{
	position:absolute;
	left:0;
	bottom:0;
}
.like{
	float:left;
	padding:0 0 0 15px;
	background-image:url(img/corazon-rojo.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.view{
	float:left;
	padding:0 0 0 18px;
	background-image:url(img/view.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin:0 0 0 15px;
}
.caja .img{
	background:url(images/bg.jpg) no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow:hidden;
}
.mas{
	color:#333;
	display:block;
	text-align:right;
	text-decoration:underline;
	margin:15px 0 20px 0;
}
.box2{
	width:25%; height:190px; float:left;
	color:#fff;
	background-image:url(img/calendario.png);
	background-repeat:no-repeat;
	background-position:145px 10px;
	position:relative;
}
.box2 .act1{
	font-weight:bold;
	display:block;
	padding:15px 0 0 20px;
	font-size:12px;
}
.box2 .acti-info{
	padding:10px 20px !important;
}
.box2 p{
	margin:0;
	padding:0;
	line-height:16px;
}
.box2 a{
	color:#fff;
	display:block;
	margin:10px 0 0 0;
}
.acti-info{
	padding:20px;
	display:block;
}
#boxact1{
	background-color:#544453;
}
#boxact2{
	background-color:#f8aa26;
}
#boxact3{
	background-color:#2fb2ae;
}
#boxact4{
	background-color:#e95150;
}
#actividades div span{
	font-weight:700;
	font-size:16px;
	display:block;
	margin:20px 0 0 20px;
}
#actividades div div span{
	margin:0px;
	font-size:16px;
	font-weight:normal;
}
#actividades div div p{
	margin:0;
	padding:0;
}
#actividades div div a{
	bottom:5px;
	position:absolute;
	color:#fff;
}
.escuela{
	float:left;
	width:33%;
	height:120px;
	background-color:#fff;
	border:1px solid #efefef;
	margin:0 0 20px 0;
	line-height:16px;
}
.esc-img{
	width:100px;
	height:120px;
	float:left;
	background:url(images/bg.jpg) no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow:hidden;
}
.esc1{
	color:#000000;
	font-weight:700;
	display:block;
	margin:15px 0 0 0;
}
.esc-info{
	display:block;
	margin:5px 30px 10px 110px;
}
.esc-info p{
	margin:0;
	padding:0;
	color:#333;
}
#cajas-resp{
	display:none;
}
#gris{
	width:990px;
	margin:0 auto;
	background-color:#e8e5e5;
	overflow:hidden;
}
#blanco{
	width:990px;
	margin:0 auto;
	background-color:#fff;
	overflow:hidden;
}
#cont-b{
	float:right;
	width:735px;
	background-color:#FFF;
	padding:20px;
}
#cont-g{
	float:right;
	width:735px;
	background-color:#f3f6fb;
	padding:20px;
}
#elenco-izq-musica{
	display:block;
	padding:10px 0 10px 25px;
	background-image:url(img/elenco-musica.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:13px;
	line-height:15px;
}
.inp{
	font-size:15px;
	letter-spacing:0.02em;
	font-family:"gobCL";
	font-weight:500;
	background-color:#f5f5f5;
	border:solid 1px #f5f5f5;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:10px;
	color:#707070;
	text-align:left;
}
.inp option{
	font-family:Arial, Helvetica, sans-serif;
}
.form1{
	overflow:hidden;
	padding:5px 0;
}
label{
	font-size:15px;
	line-height:18px;
	color:#333;
}
.lab1{
	width:250px;
	display:block;
	float:left;
	padding:8px 0 0 0;
}
.lab1.destacar{
	width:100%;
	float:none;
	border-bottom:1px solid #333;
	font-weight:700;
}
.lab2{
	display:block;
	float:left;
	padding:8px 8px 0 20px;
}
.lab3{
	display:block;
	float:left;
	padding:8px 8px 0 70px;
}
.lab4{
	display:block;
	margin:0 0 0 20px;
	line-height:14px;
}
.lab6{
	width:130px;
	display:block;
	float:left;
	padding:8px 0 0 0;
}
.inp1{
	width:400px;
}
span.inp1{
	display:inline-block;
}
.inp2{
	width:200px;
}
.inp3{
	width:220px;
}
.inp4{
	width:100px;
	float:left;
	margin:0 40px 0 0;
}
.inp5{
	width:140px;
	float:left;
}
.inp6{
	float:left;
	margin:0;
	padding:0;
}
.formin{
	display:block;
	margin:15px 0 0 0;
}
.ul3{
	margin:8px 0 12px 0;
	padding:0;
}
.ul3 li{
	float:left;
	width:160px;
	list-style:none;
	display:block;
	margin-bottom:12px;
}
.ul2{
	margin:8px 0 0 0;
	padding:0;
}
.ul2 li{
	float:left;
	width:200px;
	list-style:none;
	display:block;
	height:30px;
}
.formsep{
	border-top:solid 3px #e8e5e5;
	padding:10px 0;
}
#topform{
	background-color:#26b4bb;
	margin:-20px -20px 20px -20px;
	overflow:hidden;
}
.tf1{
	color:#fff;
	float:left;
	display:block;
	padding:15px 20px;
}
.tf2{
	color:#fff;
	float:right;
	display:block;
	padding:15px 25px;
	background-color:#f8aa26;
	text-transform:uppercase;
	letter-spacing:2px;
}
.tfmail{
	padding:15px 25px 15px 20px;
	float:left;
	display:block;
	color:#fff;
	background-image:url(img/mensaje.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.tfmail span, .tfmaalerta span{
	background-color:#31676f;
	padding:2px 8px;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.tfmaalerta{
	padding:15px 25px 15px 20px;
	float:left;
	display:block;
	color:#fff;
	background-image:url(img/alerta.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#perfil-izq{
	float:left;
	width:215px;	
}
#user-izq{
	background-color:#da3d3a;
	position:relative;
	padding:0 0 10px 0;
}
#config-izq{
	position:absolute;
	top:10px;
	right:10px;
}
#img-perfil-izq{
	width:90px;
	display:block;
	margin:0 auto;
	padding:20px 0 0  0;
}
#nombre-izq{
	font-size:20px;
	letter-spacing:0.01em;
	font-weight:700;
	color:#333;
	display:block;
	margin-bottom:5px;
}
#lugar-izq{
	display:block;
	color:#fff;
	margin:0 auto;
	text-align:center;
	padding:0 0 0 15px;
	background-image:url(img/gps.png);
	background-position:left center;
	background-repeat:no-repeat;
	width:95px;
}
#guia-izq{
	background-color:#26b4bb;
	color:#fff;
	display:block;
	text-align:center;
	text-transform:uppercase;
	padding:10px 15px;
	letter-spacing:3px;
	font-size:13px;
}
#info-izq{
	margin:10px 20px;
}
#reporte-izq{
	background-color:#f3f6fb;
	padding:30px 10px 10px 10px;
	font-size:13px;
	line-height:17px;
	margin:30px 0 0 0;
}
#reporte{
	margin:-40px 0 0 0;
	display:block;
}
#buscar-dach{
	width:450px;
	margin:30px auto;
}
.materiales{
	width:32%;
	margin:0 1% 20px 0;
	float:left;
	height:210px;
	position:relative;
}
.materiales a{
	color:#fff;
	background-color:#5685c0;
	display:block;
	height:115px;
	background-image:url(img/doc.png);
	background-repeat:no-repeat;
	background-position:20px 20px;
	padding:60px 0 0 0;
}
.materiales span{
	display:block;
	padding:10px 20px 5px 20px;
	font-size:16px;
	line-height:18px;
}
.materiales a p{
	margin:0 20px;
	padding:0;
	line-height:16px;
}
.agenda{
	float:left;
	width:20%;
	background-color:#26b4bb;
	height:150px;
}
.g{
	background-color:#74b3ba !important;
}
.ic-agenda{
	float:left;
	margin:10px;
}
.ag1{
	float:right;
	font-weight:300;
	margin:10px;
	font-size:20px;
	color:#FFF;
}
.agenda p{
	color:#fff;
	margin:20px 10px 10px 10px;
	line-height:16px;
}
body.page-template-template-page-busqueda .t2{
	display:block;
	text-transform:uppercase;
	margin:0 0 20px 0;	
}
.perfil{
	overflow:hidden;
	margin:0 0 30px 0;
	background-color:#f5f5f5;
	border-radius:30px;
	height:375px;
	position:relative;
	text-align:center;
	padding:20px;
}
.perf-img{
	width:auto;
	height:50px;
	width:50px;
	display:block;
	margin:0 auto;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.perf-t1{
	display:block;
	text-align:center;
	margin:10px 0;
	font-weight:700;
	text-transform:uppercase;
	color:#333;
	font-size:18px;
	line-height:20px;
}
.perfil p{
	margin:0;
}
.perf-pub{
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:700;
}
.verperfil{
	margin:15px 0 10px 0;
	color:#333;
}
.vermas{
	font-size:15px;
	display:inline-block;
	color:#333;
}
.vermas .icon{
	width:15px;
	position:relative;
	top:-1px;
	margin-left:3px;
	animation-duration:.6s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}
.vermas:hover .icon{
	animation-name:apuntar;
}
.publico{
	max-width:1140px;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
.anchito{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}
.sinresultados{
	margin-left:15px;
}
.publico .clm6{
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	position:relative;
	width:100%;
	max-width:50%;
	padding-right:15px;
	padding-left:15px;
}
.publico .clm3{
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	position:relative;
	width:100%;
	max-width:25%;
	padding-right:15px;
	padding-left:15px;
}
.publico .clmfull{
	position:relative;
	width:100%;
	padding-right:15px;
	padding-left:15px;
}
#izq{
	background:#f5f5f5;
	float:left;
	width:350px;
	position:relative;
	z-index:2;
}
#izq .in{
	padding:30px 60px;
}
.anchito2{
	width:700px;
	float:right;
	position:relative;
}
.anchito2::after{
	content:'';
	width:350px;
	height:100%;
	background:#f5f5f5;
	position:absolute;
	left:-410px;
	top:0;
	z-index:1;
}
#izq-img{
	height:230px;
	width:230px;
	border-radius:100%;
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:relative;
	margin-bottom:40px;
}
.muro{
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}
.muro .not-img{
	height:180px;
}
.muro .not-info{
	padding:15px 20px 8px 20px;
	background:#f5f5f5;
	border-bottom-right-radius:30px;
	border-bottom-left-radius:30px;
}
.muro .etiqueta{
	padding:5px 8px;
	text-transform:uppercase;
	font-weight:900;
	color:#fff;
	font-size:14px;
}
.muro .not-info h3{
	font-size:16px;
	line-height:20px;
}
.muro .noticia .descripcion{
	width:100%;
}
.muro .not-info span{
	text-align:right;
	display:block;
	margin-bottom:10px;
}
.muro .botones{
	padding:0 15px;
	width:100%;
}
.muro .botones .bot1.ultimo{
	float:right;
}
.muro .botones .bot1{
	width:49%;
}
.comunidad{
	margin-bottom:30px;
}
.comunidad .in{
	background:#f5f5f5;
	padding:20px 15px;
	border-radius:30px;
	position:relative;
	min-height:220px;
}
.comunidad .badmin{
	background:#f4e954;
	height:120px;
	right:15px;
	top:63px;
	width:18%;
}
.comunidad .clm2{
	float:left;
	width:20%;
	padding:0 8px;
}
.comunidad h3{
	margin-left:10px;
	font-size:18px;
}
.comunidad .not-img{
	height:120px;
}
.comunidad .noticia{
	margin-bottom:0;
}
.comunidad .noticia .descripcion{
	width:100%;
}
.comunidad .not-info{
	padding:10px 0 0 0;
}
.comunidad .not-info h3{
	font-size:12px;
	line-height:14px;
}
.t5{
	display:block;
	padding:30px 0 20px 0;
	font-size:26px;
	line-height:30px;
	text-transform:uppercase;
	color:#45b596;
	font-weight:900;
}
.t5.rojo{
	color:#ea604f;
}
.t5.azul{
	color:#3d54a1;
}
.anchito2 h2{
	font-size:18px;
}
.anchito2 h2.verde{
	color:#45b596;
}
.anchito2 h3{
	margin-top:0;
}
body.page-template-template-page-escritorio-certificados .bot1{
	margin-right:10px;
}
body.page-template-template-page-escritorio-reportes .bot1{
	margin-bottom:10px;
}
body.page-template-template-page-escritorio-reportes .certificados .bot1{
	margin-right:10px;
}
body.page-template-template-page-escritorio-reportes .certificados{
	border-top:1px solid #333;
	margin-top:30px;
}
body.page-template-template-page-escritorio-reportes .certificados p{
	margin-top:0;
}
.anchito2 .tadmin{
	font-size:15px;
	border-bottom:1px solid #333;
	margin:0 0 5px 0;
}
.controles{
	height:100%;
	position:relative;
}
.badmin{
	height:100%;
	width:20%;
	text-decoration:none !important;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	background:#f5f5f5;
}
.badmin.verde{
	background:#45b596;
}
.badmin span{
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	color:#333;
	display:block;
	margin-bottom:8px;
}
.badmin .grupo{
	position:relative;
	height:100%;
}
.badmin .inn{
	position:absolute;
	width:75%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.badmin .icon{
	width:60px;
	position:relative;
	animation-duration:.5s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}
.badmin:hover .icon{
	animation-name:apuntar;
}
.mensajes .not-img{
	width:75%;
	height:240px;
	float:left;
}
.mensajes .not-info{
	width:75%;
}
.mensajes .perf-img3{
	float:left;
	margin-right:15px;
}
.mensajes .badmin{
	height:240px;
}
.mensajes .badmin .icon{
	width:30px;
}
.mensajes .noticia{
	margin-bottom:0;
}
.publico .t2{
	margin:30px 0 0 0;
}
.publico .caja1{
	margin:10px 10px 0 0;
}
#top-singlenoticia{
	background:url(images/bg.jpg) no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	width:100%;
	height:380px;
	position:relative;
	padding:0;
}
#top-singlenoticia.especial{
	height:inherit;
}
#single-izq{
	width:700px;
	float:right;
	margin:0 0 80px 0;
}
#ref-single{
	position:relative;
}
#ref-single span{
	color:#999;
}
#ref-single .ref{
	right:20px !important;
	left:inherit;
}
#single-der{
	float:left;
	width:280px;
}
#single-perfil img{
	width:90px; 
	height:auto;
	display:block;
	margin:20px auto 5px auto;
}
#single-perfil span{
	color:#333333;
	text-align:center;
	font-weight:700;
	display:block;
	font-size:20px;
}
.st-cont{
	clear:both;
	float:left;
	overflow:hidden;
	width:100%;
	margin:10px 0;
}

#single-tags{
	float:left;
	left:50%;
	list-style-type:none;
	margin:0 auto;
	padding:0;
	position:relative;
}
#single-tags li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	right:50%;
}
#single-tags li a{
	padding:3px 8px;
	display:block;
	margin:3px;
	border:solid 1px #999999;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	color:#999999;
}
#single-t{
	margin:20px 0 0 55px;
	color:#999999;
	display:none;
}
.img-post{
	margin:0 0 0 -150px;
	width:850px;
	height:auto;
}
#perfil-img{
	display:block;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	height:60px;
	width:60px;
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	float:left;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
}
#perf1{
	display:block;
	color:#333;
	font-size:20px;
	line-height:22px;
	text-transform:uppercase;
	font-weight:900;
}
#perf2{
	display:block;
	color:#333;
	font-size:16px;
	padding:0;
	margin:0;
}
#enviar-reporte.contactar{
	width:inherit;
	display:inline;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:1px solid #3d54a1;
	color:#3d54a1;
	margin-top:4px;
	float:none;
}
#fav{
	position:absolute;
	top:20px;
	left:20px;
}
.elenco{
	background-color:#b0bbc7;
	color:#fff;
	float:left;
	padding:7px 7px 7px 30px;
	background-image:url(img/ic-musica.png);
	background-repeat:no-repeat;
	background-position:7px center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.ta1{
	height:80px;
}
.ta2{
	height:140px;
}
.dias{
	border-bottom:solid 2px #ccc;
	padding:10px 0;
	margin:10px 0;
}
.dia{
	display:block;
	font-size:30px;
	font-weight:300;
	color:#666666;
	background-image:url(img/calendario2.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:2px 0 2px 35px;
}
.actividad{
	display:block;
	margin:2px 0 2px 35px;
	background-color:#856884;
	overflow:hidden;
}
.actividad img{
	float:left;
	margin:20px 0 20px 20px;
}
.act-fecha{
	float:left;
	color:#fff;
	font-size:28px;
	margin:12px 0 0 10px;
}
.ag-act-info{
	float:left;
	width:300px;
	color:#FFF;
	margin:14px 0 5px 20px;
	line-height:18px;
}
.ag-act-info span{
	display:block;
	font-size:18px;
}
.actividad a{
	color:#fff;
	float:right;
	margin:35px 20px 0 0 ;
	text-decoration:underline;
}
.ag-act{
	background-image:url(img/ag-sel.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:3px 0 3px 30px;
	display:block;
	color:#666;
	font-size:18px;
	margin:5px 0 5px 35px;
}
#modal1{
	width:510px;
	margin:30px auto;
	border-radius:10px;
	padding:20px 40px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #000000;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.28);
}
.med{
	text-align:center;
}
#eleccion{
	margin:0;
	padding:0;
}
#eleccion li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#eleccion li a{
	display:block;
	color:#FFF;
	margin:10px;
	padding:10px 35px;
	text-transform:uppercase;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:0px solid #000000;
}
#sel-jar{
	background-color:#009241;
}
#sel-esc{
	background-color:#fdd454;
}
#sel-uni{
	background-color:#de2e17;
}
#sel-for{
	background-color:#3152A1;
}
#sel-esp{
	background-color:#5ba5cc;
}
#sel-mes{
	background-color:#D45D01;
}
#sel-otr{
	background-color:#FF5E82;
}
#sel-jar:hover, #sel-esc:hover, #sel-uni:hover, #sel-for:hover, #sel-esp:hover, #sel-mes:hover, #sel-otr:hover{
	opacity:0.5;
	filter:alpha(opacity=50);
}
#modal2{
	width:200px;
	margin:30px auto;
	border-radius:10px;
	padding:20px 30px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:0px solid #000000;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.28);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.28);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.28);
}
.inp-ing{
	width:100%;
	margin:0 auto 10px auto;
	background:#fff;
}
form#login p{
	text-align:right;
	font-size:14px;
	color:#ea604f;
	line-height:30px;
}
#olvide{
	font-weight:700;
	font-size:14px;
	color:#ea604f;
}
#olvide:hover{
	text-decoration:underline;
}
#reg{
	font-weight:700;
	font-size:14px;
	color:#ea604f;
}
#reg:hover{
	text-decoration:underline;
}
.div_ingresar{
	width:400px;
	margin:20px auto 50px auto;
}
.div_ingresar p{
	font-weight:700;
	text-align:right;
	font-size:14px;
	color:#ea604f;
	line-height:30px;
}
.div_ingresar p a{
	color:#ea604f;
}
.div_ingresar p a:hover{
	text-decoration:underline;
}
.box{
	position:relative;
	padding-right:15px;
	padding-left:15px;
	-ms-flex:0 0 33.333333%;
	flex:0 0 33.333333%;
	max-width:33.333333%;
}
.boxes.inicio .box{
	-ms-flex:0 0 40%;
	flex:0 0 40%;
	max-width:40%;
}
.boxes.inicio .box.boton{
	-ms-flex:0 0 20%;
	flex:0 0 20%;
	max-width:20%;
}
.boxno{
	margin:0 0 20px 0 !important;
}
.boximg{
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:200px;
	position:relative;	
	background-color:#ccc;
}
.boxes.inicio .boximg{
	height:250px;
}
.boxes.inicio .box a{
	display:block;
	text-decoration:none !important;
}
.boxinfo{
	font-size:12px;
	margin:10px 0 0 0;
	display:block;
}
.boxinfoin{
	padding:0;
}
.boxinfoblack{
	display:block;
	background-image:url(img/fimg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
}
.boxinfoblack:hover{
	background-image:url(img/fimg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
}
.boxinfoin .boxnom{
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
	font-weight:700;
	color:#333;
	margin:10px 0;
}
.boxinfoin .meta{
	font-size:12px;
	line-height:14px;
	color:#333;
	display:block;
	margin-top:10px;
}
.boxinfoin span{
	font-size:15px;
	line-height:18px;
	color:#333;
}
.boxinfoin span .icon{
	width:15px;
	position:relative;
	margin-left:3px;
	animation-duration:.6s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}
.boxes.inicio .box a:hover .icon{
	animation-name:apuntar;
}
.boxinfo span{
	display:block;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	margin:4px 0;
	text-transform:uppercase;
}
.boxinfo span a{
	color:#333 !important;
}
.boxinfo p{
	font-size:14px;
	line-height:14px;
	margin:2px 0;
	color:#333;
	height:42px;
	overflow:hidden;
}
.boxetiqueta{
	position:absolute;
	bottom:0;
	left:0;	
}
.boxetiqueta.fija{
	position:relative;
	margin-bottom:30px;
	display:inline-block;
}
.boxetiqueta.fija.derecha{
	float:right;
}
.box.boton{
	height:240px;
	text-decoration:none !important;
	position:relative;
	text-align:center;
}
.box.boton a{
	background:#efc4db;
	height:100%;
}
.box.boton .inn{
	position:absolute;
	width:75%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.box.boton.rojo a{
	background:#ea604f;
}
.box.boton span{
	font-size:15px;
	font-weight:900;
	color:#333;
	text-transform:uppercase;
	display:block;
	letter-spacing:0.01em;
	margin-bottom:5px;
}
.box.boton .icon{
	width:60px;
	position:relative;
	animation-duration:.6s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}
.box.boton:hover .icon{
	animation-name:apuntar;
}
.relacionadas{
	padding-top:50px;
}
.relacionadas h2{
	text-transform:uppercase;
	font-size:20px;
	color:#333;
}
.label_agenda, .label_actividad{
	background-color:#45b596;
}
.label_noticias{
	background-color:#ea604f;
}
.label_materiales,.label_materiales-pedagogicos{
	background-color:#efc4db;
	color:#333;
}
.boxetiqueta .label_materiales a,.boxetiqueta.label_materiales-pedagogicos a{
	color:#333 !important;
}
.label_coros{
	background-color:#fdd454;
}
.label_sin-categoria{
	background-color:#C00;
}
.boxetiqueta a{
	color:#fff;
	text-transform:uppercase;
	font-weight:900;
	padding:8px 10px;
	display:block;
}
.boxetiqueta a:hover{
	color:#fff;
	opacity:.8;
}
.t1{
	display:block;
	text-align:center;
	padding:15px 0;
	font-size:30px;
	background-color:#4A68AC;
	color:#fff;
	font-weight:bold;
	line-height:30px;
}
.slide{
	position:relative;
}
.slide .modulo{
	padding-bottom:50px;
}
.slide .imagen{
	width:100%;
	height:300px;
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	display:block;
	text-decoration:none;
}
.slide .modulo a{
	text-decoration:none;
}
.slide .grupo{
	position:absolute;
	left:30px;
	top:50%;
	width:65%;
	transform:translateY(-50%);
}
.slide .modulo h3{
	font-size:28px;
	font-weight:900;
	color:#333;
	text-transform:uppercase;
	letter-spacing:0.01em;
	margin:15px 0;
}
.slide .modulo h3 a{
	color:#333;
}
.slide .modulo .meta{
	font-size:15px;
	display:block;
	text-transform:uppercase;
}
.slide .modulo .autor{
	font-size:15px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
	text-transform:uppercase;
}
.slide .boxetiqueta.fija{
	margin-bottom:0;
	margin-top:20px;
}
.noticia{
	display:block;
	text-decoration:none;
	margin-bottom:40px;
	position:relative;
}
.noticia .descripcion{
	float:left;
	width:80%;
}
.not-img{
	height:265px;
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-color:#f5f5f5;
}
.perf-img2{
	width:80px; 
	height:80px;
	border:solid 3px #f5f5f5;
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	background-color:#f5f5f5;
	float:left;
	margin-right:20px;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
}
.matperf{
	float:left;
	width:30px !important;
	height:30px !important;
	margin:0 !important;
}
.matbot{
	position:absolute;
	bottom:5px;
	left:25px;
}
.not-info{
	padding:20px 0;
	text-align:left;
	position:relative;
}
.not-info h3{
	font-weight:700;
	margin:0 0 4px 0;
	display:block;
	text-transform:uppercase;
	font-size:18px;
	line-height:22px;
}
.not-info p{
	margin:0 0 20px 0;
	padding:0;
	font-size:15px;
	line-height:18px;
	max-height:52px;
	overflow:hidden;
	color:#333;
}
.not-info span{
	font-size:15px;
	line-height:18px;
	color:#333;
}
.not-info span .icon{
	width:15px;
	position:relative;
	margin-left:3px;
	animation-duration:.6s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}
.noticia:hover .not-info .icon{
	animation-name:apuntar;
}
.act-abierta{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	color:#fff !important;
	background-color:#45b596;
	font-size:14px !important;
	font-weight:900 !important;
	text-transform:uppercase;
	padding:6px 10px;
}
.act-cerrada{
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	color:#333 !important;
	background-color:#d6d6d6;
	font-size:14px !important;
	font-weight:900 !important;
	text-transform:uppercase;
	padding:6px 10px;
}
#tit-not{
	text-align:center;
}
.tn1{
	display:block;
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	margin:20px 0 20px 0;
	text-transform:uppercase;
}
#tn12{
	font-size:18px;
	font-weight:700;
	color:#333;
}
.tn2{
	display:block;
	font-size:18px;
	font-weight:bold;
}
.tn2 p{
	font-size:18px;
}
.tn3{
	display:block;
	font-size:14px;
	margin:5px 0 0 0;
}
.tn4{
	display:block;
	font-size:14px;
	margin:0;
	font-weight:bold;
	color:#333;
	line-height:16px;
}
.perf-img3{
	width:50px; 
	height:50px;
	margin:0;
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	background-color:#f5f5f5;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.15);
	border:2px solid #f5f5f5;
}
.entrada{
	height:100%;
	position:relative;
}
.entradafull{
	width:65%;
	margin:auto;
	margin-top:40px;
}
.entrada #descargar{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:90%;
}
.entrada .cabecera{
	margin:40px 0;
	position:relative;
}
.entrada .cabecera a{
	float:left;
}
.entrada .cabecera .inn{
	left:65px;
	top:50%;
	position:absolute;
	transform:translateY(-50%);
	width:85%;
}
.entradafull .cabecera{
	text-align:left;
	width:35%;
	margin:auto;
	margin-bottom:30px;
	position:relative;
}
.entradafull .cabecera .inn{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:75%;
}
.entradafull .cabecera .perf-img3{
	float:left;
}
.entradafull .cabecera .tn4{
	text-transform:uppercase;
}
.entrada.accion .tn1{
	margin-top:5px;
}
.entrada.accion .cabecera{
	margin:0 0 20px 0;
}
.entrada h1{
	font-size:18px;
}
.entrada .mapa{
	margin-top:20px;
}
.entrada .mapa.especial{
	margin:0;
}
.entrada .galerias{
	margin-right:30px;
	position:relative;
}
body.single-institucion .cabecera{
	margin:0 0 40px 0;
}
body.single-institucion .cabecera .inn{
	left:75px;
}
body.author .entrada .cabecera .inn{
	left:75px;
}
body.single-institucion #top-singlenoticia,
body.author #top-singlenoticia{
	margin-bottom:50px;
}
.material{
	float:left;
	width:315px;
	height:120px;
	margin:0 15px 15px 0;
	color:#000;
	background-repeat:no-repeat;
	background-position:240px center;
	position:relative;
}
.material span{
	width:200px;
	margin:30px 0 0 30px;
	display:block;
	font-weight:700;
}
.matp{
	display:block;
	width:100px;
	font-size:12px;
	line-height:12px;
	margin:0 0 0 50px;
}
.txt{
	background-color:#c0f4fa;
	background-image:url(img/ico-txt.png);
}
.pdf{
	background-color:#feced8;
	background-image:url(img/ico-pdf.png);
}
.doc, .docx{
	background-color:#ffeeb7;
	background-image:url(img/ico-doc.png);
}
.xls, .xlsx{
	background-color:#f5ffd8;
	background-image:url(img/ico-xls.png);
}
.ppt, .pptx{
	background-color:#fbe1bf;
	background-image:url(img/ico-ppt.png);
}
.gif{
	background-color:#a8f3fc;
	background-image:url(img/ico-gif.png);
}
.jpg, .jpeg{
	background-color:#ffdbcc;
	background-image:url(img/ico-jpg.png);
}
.png{
	background-color:#fbe9ad;
	background-image:url(img/ico-png.png);
}
.mp4{
	background-color:#fdd454;
	background-image:url(img/ico-mp4.png);
}
.mov{
	background-color:#e0f1fd;
	background-image:url(img/ico-mov.png);
}
.avi{
	background-color:#6dc9b2;
	background-image:url(img/ico-avi.png);
}
.m4a{
	background-color:#fdd454;
	background-image:url(img/ico-generico.png);
}
.mp3{
	background-color:#fdd454;
	background-image:url(img/ico-mp3.png);
}
.wav{
	background-color:#fdd454;
	background-image:url(img/ico-wav.png);
}
.rar{
	background-color:#6dc9b2;
	background-image:url(img/ico-rar.png);
}
.zip{
	background-color:#6dc9b2;
	background-image:url(img/ico-zip.png);
}
.generico{
	background-color:#6dc9b2;
	background-image:url(img/ico-generico.png);
}
.esc{
	margin:0 0 30px 0;
	padding:0;
}
.esc li{
	list-style:none;
	margin:0;
	padding:0;
}
.esc li a{
	font-size:16px;
	font-weight:500;
	display:block;
	padding:5px 0;
	color:#333;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.esc li a:hover{
	color:#45b596;
}
.esc li #esc-current{
	color:#45b596;
	font-weight:700;
}
.esc a i{
	margin-right:4px;
}
.esc a .ico{
	width:16px;
	margin-right:4px;
	position:relative;
}
.esc a:hover .ico.v1,.esc #esc-current .ico.v1{
	display:none;
}
.esc a .ico.v2{
	display:none;
}
.esc a:hover .ico.v2, .esc #esc-current .ico.v2{
	display:inline-block;
}
.esc li.bescritorio a .ico{
	width:18px;
}
.esc li.breportes a .ico{
	top:2px;
}
.esc li.bpublicaciones a .ico{
	top:1px;
}
.esc li.bperfil a .ico{
	top:2px;
}
.esc li.bhome a .ico{
	width:14px;
}
.boxes{
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}
#descargar{
	margin:0;
	display:block;
	padding:10px 0;
}
#banner-home{
	height:150px; background-color:#CCC;
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;
}
#user-top{
	margin-top:9px;
}
#redes{
	padding:40px 0;
	background:#f5f5f5;
	position:relative;
}
#redes .in{
	position:relative;
}
#redes .modulo{
	width:480px;
	float:left;
	position:relative;
}
#redes .modulo.ultimo{
	position:absolute;
	right:15px;
	top:60%;
	transform:translateY(-50%);
	width:300px;
}
#redes .rrss{
	padding:0;
	margin:0;
	list-style-type:none;
}
#redes .rrss li{
	padding:0 0 6px 0;
}
#redes .rrss a{
	font-size:15px;
	color:#333;
}
#redes .rrss a:hover{
	color:#3d54a1;
}
#redes .rrss i{
	font-size:18px;
	margin-right:6px;
	position:relative;
	top:2px;
}
#redes iframe{
	vertical-align:middle;
}
#redes span{
	display:inline-block;
	width:110px;
}
.fb-share-button{
	 margin-right:10px;
}
.twitter-share-button{
	position:absolute !important;
	top:0;
	right:0;
}
#footer{
	background-color:#fff;
	border-top:1px solid #333;
	padding:40px 0;
}
#footer-logos{
	display:flex;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
	text-align:center;
}
#footer-logos .clm{
	-webkit-box-flex:0;
	-ms-flex:0 0 20% !important;
	flex:0 0 20% !important;
	max-width:20%;
	position:relative;
	padding-right:15px;
	padding-left:15px;
}
#footer-logos a img{
	border:none;
}
#footer .grupo{
	border-top:1px solid #333;
	padding-top:40px;
	margin-top:40px;
}
#footer p{
	font-size:12px;
	line-height:14px;
	margin:0;
}
#footer .modulo{
	float:left;
}
#footer .modulo.ultimo{
	float:right;
	text-align:right;
}
#logos1{
	position:relative;
}
#logos1 .link1{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:65%;
	display:block;
}
#logos1 .link2{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:29%;
	display:block;
}
/***************************/
.swiper-pagination-bullet{
	background:#d6d6d6 !important;
	opacity:1 !important;
}
.swiper-pagination-bullet-active{
	background:#333 !important;
	opacity:1 !important;
}
/***************************/
/* Tabla articulos */
.tabla-escritorio{
	border-collapse:collapse;
	width:100%;
	margin-bottom:30px;
}
.tabla-escritorio td, .tabla-escritorio th{
	border-bottom:1px solid #333;
	padding:8px 0;
}
.tabla-escritorio tr:nth-child(even){
	background-color:#fff;
}
.tabla-escritorio tr:hover{
	background-color:#f5f5f5;
}
.tabla-escritorio th{
	padding-top:12px;
	padding-bottom:12px;
	background-color:#fff;
	color:#333;
}
.tabla-escritorio .txtleft{
	text-align:left;
}
.tabla-escritorio td a{
	font-weight:700;
	color:#45b596 !important;
}
/***************************/
@media (max-width:992px){
#cssmenu{
	display:none !important;
}
.menu-trigger{
	display:block;
}
.publico,.in{
	padding-left:30px;
	padding-right:30px;
}
#logo h2{
	font-size:30px;
	line-height:30px;
}
body.home #buscar,
body.page-template-template-page-busqueda #buscar{
	margin-top:10px !important;
}
.perf-img2{
	width:50px;
	height:50px;
}
.entradafull{
	width:100%;
}
.publico .clm3{
	-ms-flex:0 0 33.333333% !important;
	flex:0 0 33.333333% !important;
	max-width:33.333333%;
}
#izq{
	float:none;
	width:100%;
	text-align:center;
	margin-top:30px;
}
#izq .in{
	padding:30px;
}
#izq-img{
	height:120px;
	width:120px;
	margin:0 auto 20px auto;
}
.anchito2{
	float:none;
	width:100%;
	margin-bottom:40px;
}
.anchito2::after{
	display:none;
}
.tabla-escritorio td, .tabla-escritorio th{
	padding:8px 10px;
}
}
@media (max-width:700px){ 
.desktop{
	display:none;
}
.mobile{
	display:block;
}
#cssmenu ul li{
	display:block;
	overflow:hidden;
}
#cssmenu ul li ul li{
	display:block;
	overflow:hidden;
}
#banner-home{
	height:auto;
}
#banner-home img{
	width:100%;
	height:auto;
}
#logo .leyenda{
	display:none;
}
#top-logo.escritorioin #logo .leyenda{
	display:block;
}
#logo h2{
	font-size:22px;
	line-height:22px;
}
.pagination .inactive{
	margin-bottom:10px;
}
#buscadores .t4{
	font-size:28px;
	text-align:center !important;
	float:none !important;
}
#buscadores .bot1{
	margin-left:0;
	margin-top:10px;
}
.contenido{
	padding:30px 0;
}
.publico .clm6{
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	width:100%;
	max-width:100%;
}
.publico .clm3{
	-ms-flex:0 0 100% !important;
	flex:0 0 100% !important;
	width:100%;
	max-width:100%;
}
.slider2{
	font-size:20px;
	line-height:20px;
}
.slide .grupo{
	position:relative;
	left:0;
	top:0;
	width:100%;
	transform:none;
	margin-top:20px;
}
.slide .modulo h3{
	font-size:20px;
}
.destacados .grupo{
	padding:20px 0 0 0;
}
.destacados h3{
	font-size:20px;
	line-height:24px;
}
.entradafull .cabecera{
	width:100%;
}
.entradafull .cabecera .inn{
	width:78%;
}
.entrada .cabecera{
	margin:25px 0;
}
.entrada #descargar{
	position:relative;
	left:0;
	transform:none;
	width:100%;
}
.entrada .galerias{
	margin-right:0;
}
body.single-institucion #top-singlenoticia,
body.author #top-singlenoticia{
	margin-bottom:30px;
}
body.single-institucion .cabecera,body.author .cabecera{
	margin:0 0 30px 0;
}
body.single-institucion #perfil-img,
body.author #perfil-img{
	float:none;
	margin:0 auto 20px auto;
}
body.single-institucion .entrada .cabecera .inn,
body.author .entrada .cabecera .inn{
	position:relative;
	left:0;
	top:0;
	width:100%;
	transform:none;
	text-align:center;
}
.relacionadas .boxinfo{
	margin-bottom:40px;
}
.nosotros h3{
	padding-right:0;
}
.historia .inn, .orientaciones .inn,.orientaciones-anteriores .inn{
	padding:30px 0;
}
.participar .inn{
	padding:30px 20px 30px 0;
}
.historia .carrusel, .historia .swiper-container{
    height:350px;
    margin-bottom:50px;
}
.orientaciones .modulo{
	padding:50px 40px;
	margin-bottom:50px;
	height:inherit;
}
.orientaciones-anteriores .imagen{
	height:350px;
	margin-top:50px;
}
#izq{
	float:none;
	width:100%;
}
.material{
    float:none;
	display:block;
    width:315px;
    height:120px;
    margin:15px auto;
    color:#000;
    background-repeat:no-repeat;
    background-position:240px center;
}
.material span{
	margin:0;
	padding:30px 0 0 30px;
}
.t5{
	text-align:center;
	font-size:24px;
	line-height:28px;
}
.tn1{
	font-size:20px;
	line-height:24px;
}
body.page-template-template-page-escritorio .noticia .descripcion{
	width:100%;
}
.boxetiqueta.fija.derecha{
	float:none;
	display:block;
	text-align:center;
}
.documentos.especial{
	width:100%;
	margin-bottom:30px;
}
.badmin{
	height:120px;
	width:100%;
	position:relative;
	margin-bottom:50px;
	display:block;
}
.muro .botones .bot1{
	width:100%;
	margin-bottom:15px;
}
.comunidad{
	text-align:center;
}
.comunidad .clm2{
	float:none;
	width:100%;
}
.comunidad .not-img{
	height:140px;
}
.comunidad .noticia{
	margin-bottom:30px;
}
.comunidad .badmin{
	right:0;
	top:0;
	margin:0;
	width:100%;
}
.mensajes .badmin{
	width:30%;
	position:absolute;
	margin:0;
}
.mensajes .not-img{
	width:68%;
}
.mensajes .not-info{
	width:100%;
}
.mensajes .perf-img3{
	float:none;
	margin:0 auto 20px auto;
}
.perf-img2{
	width:50px;
	height:50px;
	float:none;
	margin:0 auto 20px auto;
}
.not-info{
	padding:20px 0 0 0;
	text-align:center;
}
.noticia .descripcion{
	float:none;
	width:100%;
}
#top-singlenoticia{
    height:230px;
}
.facehome{
	display:block;
	margin:20px auto;
	float:none;
}
#perfil-img{
	width:80px;
	height:80px;
}
#perf2{
    font-size:15px;
}
#redes{
	padding:30px 0;
}
#redes .modulo{
	float:none;
	width:100%;
}
#redes .modulo.ultimo{
	margin-top:30px;
	position:relative;
	right:0;
	top:0;
	transform:none;
	width:100%;
}
.twitter-share-button{
	position:absolute !important;
	top:0;
	right:15px;
}
#footer{
	padding:30px 0;
}
#footer .modulo, #footer .modulo.ultimo{
	float:none;
	text-align:center;
	margin-bottom:12px;
}
#footer-logos .clm{
	-ms-flex:0 0 33.333333% !important;
	flex:0 0 33.333333% !important;
	max-width:33.333333%;
}
#footer-logos .clm.especial{
	-ms-flex:0 0 50% !important;
	flex:0 0 50% !important;
	max-width:50%;
}
#footer .grupo{
	padding-top:30px;
	margin-top:30px;
}
#modal1{
	width:70%;
	margin:10px auto;
	padding:20px;
}
#eleccion li{
	float:none;
}
#eleccion li a{
	text-align:center;
}
#top-in{
	width:95%;
	margin:0 auto;
}
#nav1{
	display:none;
}
#logo{
    display:block;
    margin:0 auto;
    width:100%;
	overflow:hidden;
}
#buscadores{
	padding:40px 0;
}
#buscadores span{
    float:none;
	display:block;
    margin:30px auto 30px auto;
    text-align:center;
    width:95%;
}
#buscadores .descripcion{
	text-align:center;
}
#nombre{
    margin:0 0 10px 0;
    width:100%;
}
#fecha{
	margin:0 0 10px 0;
	width:100%;
}
.styled-select{
	margin:0 0 10px 0;
    width:100%
}
.styled-select select{
    width:100%;
    -webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
#buscar{
    display:block;
    float:none;
    margin:10px auto;
    width:100px;
}
#cuadros{
    width:95%;
}
#cuadros div{
    background-position:center 27px;
    background-repeat:no-repeat;
	background-image:none !important;
    color:#fff;
    float:left;
    height:190;
    position:relative;
    width:100%;
}
#cuadros div span{
    margin:30px 0 0;
    text-align:center;
}
#cuadros div a{
    background-color:transparent !important;
    bottom:20px;
    left:0;
	right:0;
    position:absolute;
    width:100%;
}
#cuadros div p{
	line-height:18px;
}
#cajas-izq{
	display:none;
}
#cajas-der-izq{
	display:none;
}
#cajas-der-der{
	display:none;
}
#cajas{
	width:95%;
}
#cajas-resp{
	display:block;
}
#cajas-resp a{
	position:relative;
	height:150px;
	width:100%;
	display:block;
	background-color:#fff;
}
.doc1{
	height:150px;
	width:100%;
	display:block;
	background-color:#3485c4 !important;
	background-image:url(img/doc.png);
	background-repeat:no-repeat;
	background-position:center 20px;
}
.doc2{
	height:150px;
	width:100%;
	display:block;
	background-color:#48b3bb !important;
	background-image:url(img/doc.png);
	background-repeat:no-repeat;
	background-position:center 20px;
}
.doc-info p{
	padding:80px 20px 5px 20px;
	color:#FFF;
	text-align:center;
}
#cajas-resp a .img{
	width:35%;
	float:left;
	height:150px;
	background:url(images/bg.jpg) no-repeat center center; 
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  overflow:hidden;
}

.resp-info{
	position:relative;
	display:block;
	margin:5px 5px 5px 39%;
	height:145px;
}

.resp-info .caja-user{
	display:block;
	width:46px;
	margin:0 auto;
	padding:5px 0 0 0;
}

.user1{
	font-weight:700;
	display:block;
	color:#000;
	margin:5px 0 0 0;
	line-height:14px;
	font-size:13px;
}
.resp-info p{
	margin:0;
	padding:0;
	color:#333333;
	line-height:14px;
	font-size:13px;
}
.resp-info .ref .like, .resp-info .ref .view{
	color:#000;
	font-size:12px;
}
.box,.boxes.inicio .box,.boxes.inicio .box.boton{
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}
.boxes.inicio .box a{
	margin-bottom:40px;
}
.box.boton{
	height:120px;
}
.boxno{
	margin-bottom:40px !important;
}
#actividades div span{
    display:block;
    font-size:16px;
    font-weight:700;
    padding:20px 0 0 0;
	margin:0 20px;
}
.acti-info{
    display:block;
    padding:0 20px;
}

.escuela{
    background-color:#fff;
    border:1px solid #efefef;
    float:none;
    height:120px;
    margin:0 0 5px;
    width:100%;
	display:block;
	
}

esc-img{
    background:rgba(0, 0, 0, 0) url("images/bg.jpg") no-repeat scroll center center / cover ;
    float:left;
    height:120px;
    overflow:hidden;
    width:100px;
}
#viola{
	overflow:hidden;
	padding:20px 0 0 0;
}
#unesco, #dibam, #balmaceda, #u, #viola{
	display:block;
	float:none !important;
	width:100%;
	text-align:center;
	margin:20px 0 !important;
}
#gris{
	width:95%;
}
#formulario{
	float:none;
}
.lab1{
	width:100%;
	display:block;
	float:none;
	margin:0 0 15px 0 !important;
}
.lab2{
	display:block;
	float:none;
	padding:8px 8px 0 0;
}
.lab3{
	display:block;
	float:left;
	padding:8px 8px 0 70px;
}
.lab4{
	display:block;
	margin:0 0 0 20px;
}
.inp5{
	float:none;
}
.formin{
    display:block;
    margin:0;
}
#registrar{
    display:block;
    font-size:16px;
    margin:30px auto;
    width:200px;
}
.inp1{
    width:100%;
}
#cont-g{
    float:none;
    padding:20px 10px;
    width:90%;
	margin:0 auto;
}
#blanco{
    margin:0 auto;
    width:95%;
}

#perfil-izq{
	display:none;
}
.tf1{
    color:#fff;
    display:block;
    float:none;
    padding:10px 20px;
	display:block;
	text-align:center;
	border-bottom:solid 1px #f3f6fb;
}
.tf2{
    background-color:#f8aa26;
    color:#fff;
    display:block;
    float:none;
    letter-spacing:2px;
    padding:15px 25px;
    text-transform:uppercase;
	text-align:center;
}
#ref-top{
	overflow:hidden;
	clear:both;
	width:140px;
	display:block;
	margin:0 auto;
}
#cont-b{
	float:none;
	width:90%;
	padding:0 5%;
	margin:0;
}
.t3{
    font-size:18px;
    line-height:20px;
}
#buscar-dach{
    margin:30px auto;
    width:100%;
}
.caja8{
	width:100%;
	height:150px;
	margin:0 0 16px 0;
	border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border:0px solid #000000;
float:none;
margin:5px 0;
}

.caja8 .img{
	width:100px;
	height:150px;
	float:left;
	border-radius:3px 0 0 3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.caja8 .info{
	display:block;
	margin:0 10px 10px 120px;
	height:135px;
	position:relative;
}
.caja8 .caja-user{
	display:block;
	width:46px;	margin:0 auto;
	padding:10px 0 0 0;
}

.caja8 .info p{
	margin:0 !important;
	padding:0;
}


.box2{
    background-position:210px 10px;
    float:none;
    height:auto;
    margin-bottom:20px;
    position:relative;
    width:100%;
}

.materiales{
    float:none;
    height:190px;
    margin:20px 0;
    position:relative;
    width:100%;
}

.materiales a{
    height:105px;
    padding:60px 0 0;
}
.agenda{
    background-color:#26b4bb;
    float:left;
    width:100%;
	height:120px;
}
.perfil{
	height:inherit;
}
.perf-img{
	width:50px;
	height:50px;
	display:block;
	margin:5px auto;
	background:no-repeat center center; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.perf-pub{
	display:block;
	text-align:center;
	font-size:15px;
	font-weight:700;
}
.caja1{
    border:0 solid #000000;
    border-radius:3px;
    float:none;
    height:140px;
    margin:0 0 16px;
    width:100%;
}
.caja1 .img{
    border-radius:3px 0 0 3px;
    float:left;
    height:140px;
    width:130px;
}
.caja1 .info{
    display:block;
    height:135px;
    margin:0 10px 10px 140px;
    position:relative;
}
.caja1 .info p{
	display:none;
}
#single-izq{
    float:none;
    width:95%;
}
.contenido .t2{
	display:block;
}
.t2{
	color:#333;
	margin-top:10px !important;
	text-transform:uppercase;
}
#ref-single{
	height:40px;
}
#ref-single .ref{
    left:inherit;
    left:10px !important;
	top:20px !important;
}
.img-post{
	margin:0;
	width:100%;
	height:auto;
}
#single-der{
    float:none;
    width:100%;
}
#single-t{
    margin:20px 0 0 20px;
}
#single-tags{
    margin:5px 0 0 20px;
    padding:0;
}
.ag-act-info{
    color:#fff;
    float:left;
	display:block;
    margin:0 0 5px 20px;
}
.actividad a{
    margin:5px 20px 0 0;
}
.dia{
    font-size:25px;
    font-weight:300;
    padding:2px 0 2px 35px;
}
#nav{
	float:none;
	width:100%;
}
}
/* TABLA ALERTAS ******************/
.alertas{
	width:100%;
	border:solid 1px #efefef;
}
.alertas td, .alertas th, .tabla{
	border-width:0;
	border-color:#000;
	border-style:solid;
}
.alertas th{
	background-color:#efefef;
	text-align:left;
	padding:5px 10px;
}
.alertas td{
	padding:5px 10px;
	border-bottom:solid 1px #efefef;
}
.alertas td a{
	color:#666;
	text-decoration:underline;
}
.alertas td a:hover{
	color:#26b4bb;
}
@media screen and (max-width:720px){
.alertas table, .alertas thead, .alertas tr, .alertas th, .alertas tbody, .alertas td{
	display:block;
}
.alertas  thead tr{ 
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.alertas  td{ 
	border:none;
	border-bottom:1px solid #eee; 
	position:relative;
	padding-left:35%; 
}
.alertas  td:before{ 
	position:absolute;
	top:6px;
	left:6px;
	width:45%; 
	padding-right:10px; 
	white-space:nowrap;
}
.alertas  td:nth-of-type(1):before{ content:"Asunto"; font-weight:700;}
.alertas  td:nth-of-type(2):before{ content:"Fecha";}
.alertas  td:nth-of-type(3):before{ content:"";}
.alertas td:nth-of-type(4):before{ content:"";}
}

/* TABLA RECIBIDOS ******************/
.recibidos{
	width:100%;
	margin:0 0 30px 0;
	border:solid 1px #efefef;
}
.recibidos td, .recibidos th, .tabla{
	border-width:0;
	border-color:#000;
	border-style:solid;
}
.recibidos th{
	background-color:#efefef;
	text-align:left;
	padding:5px 10px;
}
.recibidos td{
	padding:5px 10px;
	border-bottom:solid 1px #efefef;
}
.recibidos td a{
	color:#666;
	text-decoration:underline;
}
.recibidos td a:hover{
	color:#26b4bb;
}
@media screen and (max-width:720px){
.recibidos table, .recibidos thead, .recibidos tr, .recibidos th, .recibidos tbody, .recibidos td{
	display:block;
}
.recibidos  thead tr{ 
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.recibidos  td{ 
	border:none;
	border-bottom:1px solid #eee; 
	position:relative;
	padding-left:35%; 
}
.recibidos  td:before{ 
	position:absolute;
	top:6px;
	left:6px;
	width:45%; 
	padding-right:10px; 
	white-space:nowrap;
}
.recibidos  td:nth-of-type(1):before{ content:"Asunto"; font-weight:700; }
.recibidos  td:nth-of-type(2):before{ content:"Enviado por"; }
.recibidos  td:nth-of-type(3):before{ content:"Fecha"; }
.recibidos td:nth-of-type(4):before{ content:""; }
.recibidos td:nth-of-type(5):before{ content:""; }
}
/* tabla enviados ----------------------------------- */
.enviados{
	width:100%;
	margin:0 0 30px 0;
	border:solid 1px #efefef;
}
.enviados td, .enviados th, .tabla{
	border-width:0;
	border-color:#000;
	border-style:solid;
}
.enviados th{
	background-color:#efefef;
	text-align:left;
	padding:5px 10px;
}
.enviados td{
	padding:5px 10px;
	border-bottom:solid 1px #efefef;
}
.enviados td a{
	color:#666;
	text-decoration:underline;
}
.enviados td a:hover{
	color:#26b4bb;
}
@media screen and (max-width:720px){
.enviados table, .enviados thead, .enviados tr, .enviados th, .enviados tbody, .enviados td{
	display:block;
}
.enviados thead tr{ 
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.enviados td{ 
	border:none;
	border-bottom:1px solid #eee; 
	position:relative;
	padding-left:35%; 
}
.enviados td:before{ 
	position:absolute;
	top:6px;
	left:6px;
	width:45%; 
	padding-right:10px; 
	white-space:nowrap;
}
.enviados  td:nth-of-type(1):before{ content:"Asunto"; font-weight:700; }
.enviados td:nth-of-type(2):before{ content:"Enviado por"; }
.enviados  td:nth-of-type(3):before{ content:"Fecha"; }
.enviados td:nth-of-type(4):before{ content:""; }
.enviados td:nth-of-type(5):before{ content:""; }
}
/* blockquote citar */
blockquote{
	font-size:18px;
	font-style:italic;
	width:600px;
	margin:0.25em 0;
	padding:0.25em 40px;
	line-height:1.45;
	position:relative;
	color:#383838;
	background:#ececec;
}
blockquote:before{
	display:block;
	font-family:Georgia, serif;
	content:"\201C";
	font-size:80px;
	position:absolute;
	left:-10px;
	top:-10px;
	color:#7a7a7a;
}
blockquote cite{
	color:#999999;
	font-size:14px;
	display:block;
	margin-top:5px;
}
blockquote cite:before{
	font-family:Georgia, serif;
	content:"\2014 \2009";
}
/* Alignments */
.alignleft{
	float:left;
	margin:0.375em 1.75em 1.75em 0;
}
.alignright{
	float:right;
	margin:0.375em 0 1.75em 1.75em;
}
.aligncenter{
	clear:both;
	display:block;
	margin:0 auto 1.75em;
}
blockquote.alignleft{
	margin:0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright{
	margin:0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter{
	margin-bottom:1.473684211em;
}
/* WordPress Gallery */
.gallery{
	margin-left:-0.5em;
	margin-right:-0.5em;
}
.gallery:after{
	display:table;
	content:"";
	clear:both;
}
.gallery-item{
	margin:0;
	float:left;
	padding:0.5em;
}
.gallery-item img{
	width:100%;
	height:auto;
	overflow:hidden;
}
.gallery-columns-1 .gallery-item{
    width:100%;
    float:none;
}
.gallery-columns-2 .gallery-item{
    width:50%
}
.gallery-columns-3 .gallery-item{
    width:33.3333%
}
.gallery-columns-4 .gallery-item{
    width:25%
}
.gallery-columns-5 .gallery-item{
    width:20%
}
.gallery-columns-6 .gallery-item{
    width:16.6667%
}
.gallery-columns-7 .gallery-item{
    width:14.2857%
}
.gallery-columns-8 .gallery-item{
    width:12.5%
}
.gallery-columns-9 .gallery-item{
    width:11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1){
	clear:none;
}
/* Paginador */
.pagination{
	margin:0 auto;
	padding:20px 0;
	position:relative;
	display:table;
	vertical-align:middle;
}
.pagination .info{
	display:block;
}
.pagination .box, .pagination a{
	font-weight:500;
	display:block;
	float:left;
	margin:0 4px 0 4px;
	padding:8px 10px;
	text-decoration:none;
	width:auto;
	color:#333;
	background:#f2f2f2;
	font-size:16px;
}
.pagination .inactive{
	background:#fff;
	font-weight:900;
	padding:10px;
}
.pagination a:hover{
	color:#333;
	background:#f2f2f2;
}
.pagination .current{
	font-size:16px;
	font-weight:900;
	color:#333;
	background:#f2f2f2;
	float:left;
	padding:10px;
	margin:0 4px 0 4px;
}
/* Facebook button */
.fb_iframe_widget span{
	vertical-align:baseline !important;
}
/* Estilos alertify */
.alertify .ajs-modal{
	z-index:9999 !important;
}
.alertify .ajs-body,.alertify .ajs-header{
	color:#333 !important;
}
.alertify .ajs-content p{
  padding-bottom:15px !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-esp-button{
	color:#3593D2 !important;
	border-radius:2px !important;
	border:1px solid #3593D2 !important;
}
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok{
	color:#3d54a1 !important;
}
#page-cont{
	padding-top:40px;
	padding-bottom:40px;
}
/* Formulario login */
form#login{
    display:none;
    background-color:#f5f5f5;
    position:fixed;
    top:200px;
    padding:0px 25px 25px 25px;
   	max-width:400px;
    z-index:999;
    left:50%;
    margin-left:-200px;
	border-radius:0.25em;
}
form#login p.status{
    display:none;
}
.login_overlay{
    height:100%;
    width:100%;
    background:rgba(0,0,0,.7);
    opacity:0.9;
    position:fixed;
    z-index:998;
}
input[type="text"], input[type="password"], input[type="email"], textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	outline:none;
	box-shadow:none;
	font-size:15px;
	letter-spacing:0.02em;
	font-family:"gobCL";
	font-weight:500;
	-webkit-border-radius:0; 
	border-radius:0;
	-webkit-appearance:none;
}
input[type="date"]{
	outline:none;
	box-shadow:none;
	font-size:15px;
	letter-spacing:0.02em;
	font-family:"gobCL";
	font-weight:500;
	-webkit-border-radius:0; 
	border-radius:0;
	-webkit-appearance:none;
	text-align:left;
}
input[type="date"]::placeholder{
	color:#707070;
}
input[type="radio"],input[type="checkbox"]{
	accent-color:#3d54a1;
}
#usuario_presentacion{
	height:250px;
}
.close-form{
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	right:0;
	top:-40px;
	background:url("img/cd-icon-close.svg") no-repeat center center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#user-link img{
	width:40px;
	height:40px;
	margin:-5px auto 0 auto;
	display:block;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
#user-link{
	float:left;
}
#cerrar{
	color:#333;
	font-weight:500;
	float:left;
	line-height:1;
	padding:10px 0 10px 10px;
	font-size:14px;
}
#cerrar.inverso{
	color:#333;
	font-weight:700;
	padding:10px 10px 10px 0;
}
/* Buscador */
.filtros{
	margin-bottom:40px;
}
.filtros-buscador{
	background:#f5f5f5;
	padding:3px 8px;
	margin:3px;
	color:#707070;
}
.limpiar{
	color:#707070;
	text-decoration:underline;
}
@media (max-width:700px){ 
.img-slider{
	height:300px;
	display:block;
	position:relative;
}
.boxetiqueta{
	position:absolute;
	bottom:0;
	left:0;
}
.bx-wrapper{
	height:300px;
	width:100%;
	float:none;
	margin:0 20px 15px 0 !important;
	display:block;
	overflow:hidden;
}
form#login{
	width:90%;
	margin-left:10%;
	left:-23px;
}
form#login #entrar{
	float:none;
	margin:0 0 15px 0;
}
form#login p{
	text-align:left;
}
.div_ingresar{
	width:100%;
}
}
/* Registro */
.oculto{
	display:none;
}
#mapa-registro{
	width:100%;
	height:350px;
}
.controls{
	margin-top:10px;
	border:1px solid transparent;
	border-radius:2px 0 0 2px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:32px;
	outline:none;
	box-shadow:0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input{
	background-color:#fff;
	font-family:Roboto;
	font-size:15px;
	font-weight:300;
	margin-left:12px;
	padding:0 11px 0 13px;
	text-overflow:ellipsis;
	width:300px;
}
#pac-input:focus{
	border-color:#4d90fe;
}
.pac-container{
 	font-family:Roboto;
}
#type-selector{
	color:#fff;
	background-color:#4d90fe;
	padding:5px 11px 0px 11px;
}
#type-selector label{
	font-family:Roboto;
	font-size:13px;
	font-weight:300;
}
.orientaciones-destacado:hover{
    opacity:0.5;
    filter:alpha(opacity=50);
}
#content_bajada{
	height:110px;
}
p img{
	max-width:100%;
	height:auto; 
}
@media (max-width:992px){
.rrss_links{
	display:none;
}
}
.banner{
	text-align:center;
}
@media (max-width:700px){
.banner{
	margin-right:0;
}
.grid{
	width:300px;
	margin:auto;
}
.grid-item{
	width:300px;
}
.mural .descripcion{
	text-align:center;
	margin-bottom:30px;	
}
.mural h2{
	font-size:28px;
	float:none !important;
	text-align:center !important;
}
.boximg{
	height:250px;
}
}
.simple{
	margin-left:250px;
}
@media (max-width:700px){
.simple{
	margin-left:0;
}
}
.btn_add{
	display:inline-block;
	margin-top:4px;
	border:1px solid #0081DD;
	color:black;
	padding:10px 14px;
	font-size:12px;
	cursor:pointer;
}
.btn_add:hover{
	color:white;
	background-color:#0081DD;
}
.simple .fechas div{
	margin-bottom:5px;
}
.simple .fechas a:hover{
	text-decoration:underline;
}
.simple .fechas div:hover{
	background-color:#fff;
}
.check_value{
	font-family:"gobCL";
	font-size:12px;
    background-color:#32CD32;
	color:#fff;
	padding:5px;
	border:none;
	font-weight:700;
	cursor:pointer;
}
.eval_app{
	display:block;
	cursor:pointer;
	margin:10px;
}
.eval_app:hover{
	text-decoration:underline;
}
@keyframes apuntar{
	from{transform:translate(0,0);}
	65%{transform:translate(3px,0);}
	to{transform:translate(0,0);}
}