/*-----GAleria menu----*/
.main {
	display:flex;
}
main .container-banner {
	display:block;
}
main .container-banner img{
	display:block;
	width:100%;
	height:auto;
}
.main .view {
   width: 50%;
   height: auto;
   margin:10px;
   box-sizing: border-box;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background-color: rgba(209,171,2018,.5);
}
.main .view .mask,.main .view .content {
   width:100%;
   height: 250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.main .view img {
   display: block;
   position: relative;
   width:100%;
   height:100%;
   text-align:center;
}
.main .view h4{
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 20px;
   padding: 10px;
   background: rgba(12,27,68,0.8);
   margin: 0px;
   line-height : 23px;
}
.main .view h4 span.oples_h4{
   font-size:14px;
   font-weight:200;
   font-style: italic;
}
.main .view p {
   font-size: 14px;
   position: relative;
   color: #fff;
   text-align: center;
   -webkit-text-shadow: 0 0 5px #3B2258;
   -moz-text-shadow: 0 0 5px #3B2258;
   text-shadow: 0 0 5px #3B2258;
   padding:0px 10px;
}
.main .view p span.oples_p{
	display:block;
	margin:10px 0px;
	font-weight:700;
	font-size:21px;
}
.main .view p span.oples_p_2{
	font-size:16px;
	display:block;
	margin:10px 0px;
	font-weight:700;
}
.main .view a.info {
   display: block;
   width:100%;
   height:100%;
   position:absolute;
   top:0;
   bottom:0;
   left:0;
   right:0;
}
.main .view a.info:hover {
	background-color:#ED7CB1;
	opacity:.2;
    -webkit-box-shadow: 0 0 5px #F481A67;
    -moz-box-shadow: 0 0 5px #481A67;
    box-shadow: 0 0 5px #481A67;
}
.view-sixth img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.view-sixth .mask {
   background-color: rgba(146,96,91,0.5);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.view-sixth h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.view-sixth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.view-sixth:hover .mask, .view-sixth:focus .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover img, .view-sixth:focus img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-sixth:hover h2, .view-sixth:focus h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-sixth:hover p, .view-sixth:focus p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-sixth:hover a.info, .view-sixth:focus a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
/*----final-----*/


#lista_blanco li a{
	color:#fff;
} 
.sitio {
	display:block;
	width:100%;
	height:100vh;
	min-height:1200px;
}
h3 {
	display:block;
	padding:10px 0px 10px 10px;
	border-left: solid 5px #FF0099;
	margin:10px 0px 20px;
}
h3 span {
	font-weight:100;
	display:block;
	width:100%;
}
strong {
	font-weight:700;
}
h2.guia {
	border-bottom:solid 1px #576770;
	margin-bottom:25px;
	padding-bottom:10px;
}
h2.guia span{
	font-weight:bold;
}
p.cita {
	margin:0px 35px;
}
table{
	width:90%;
	margin:2em auto;
	border:solid 1px #ccc;
	font-size:.8em;
	vertical-align:middle;
	text-align:center;
}
table tr td{
	padding:2px;
	border:solid 1px #ccc;
	
}
.nota_al_pie {
	font-size:.7em;
}
.nota {
	display:block;
	background-color:#40086B;
	padding: 20px;
	color:#fff;
}
.nota p {
	line-height:1em;
	margin-bottom:0px;
}
.nota_italic {
	font-size:.8em;
	color:#51008B;
}
.nota2 {
	display:block;
	background-color:#f09;
	padding: 13px;
	color:#fff;
	font-size:.8em;
}
.nota2 p {
	font-size:.8em;
	margin-bottom:0px;
}
/*--- ARTICULCONCURS---*/
article.concurso {
	display:block;
	width:47%;
	min-height:380px;
	margin:0px 3% 25px 0px;
	background-color: #FF6600;
	float:left;
	background: rgba(247,52,163,1);
	background: -moz-linear-gradient(45deg, rgba(247,52,163,1) 0%, rgba(134,20,227,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,52,163,1)), color-stop(100%, rgba(134,20,227,1)));
	background: -webkit-linear-gradient(45deg, rgba(247,52,163,1) 0%, rgba(134,20,227,1) 100%);
	background: -o-linear-gradient(45deg, rgba(247,52,163,1) 0%, rgba(134,20,227,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(247,52,163,1) 0%, rgba(134,20,227,1) 100%);
	background: linear-gradient(45deg, rgba(247,52,163,1) 0%, rgba(134,20,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f734a3', endColorstr='#8614e3', GradientType=1 );
}
article.concurso div.imagen_content{
	display:block;
	width:100%;
	height:150px;
	overflow:hidden;
	background-color:#F7F8F9;
}
article.concurso img{
	display:block;
	margin:0px auto;
	height:100%;
	padding:3% 0px
}
article.concurso h4, article.concurso p{
	color: #fff;
	margin:0px;
	padding:15px 5% 0px 5%;
}
article.concurso .informacion {
	display:block;
	background-color:#73CCD0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #06BED1;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:.8em;
	font-weight:300;
	padding:3px 14px;
	text-decoration:none;
	text-shadow:1px 1px 1px #007C97;
  	float: right;
	margin:20px 5%;
}
/*-- LISTA---*/



.nav_left_box, ul.box_nav_3 {
	display: block;
	padding:10px 10px 10px 25px;
}
.nav_left_box li, ul.box_nav_3 li{
	display: block;
	padding:0px 5px 5px 0px;
}
.nav_left_box li a, ul.box_nav_3 li a{
	color:#576770;
}
.nav_left_box li a {
	display:block;
	padding: 15px 0px;
	border-bottom: solid 1px #ccc;
}
.nav_left_box li.descarga a{
	background-image:url(../imagenes/layout/pdf_icon_download.svg);
	background-repeat:no-repeat;
	background-position:center left;
	background-size:30px auto;
	padding-left:40px;
}
.nav_left_box li a:hover, ul.box_nav_3 li a:hover{
	color:#f09;
}
.nav_left_box li ul. ul.box_nav_3 li ul{
	display:none;
}
ul.box_nav_3 li::before {
	content: "•";
	color: #f09;
  	display: inline-block;
	width: 1em;
	margin-right:-15px;
	position:relative;
	left:-15px;
}
.box_nav {
	padding:0px 25px;
}
.box_slide {
	cursor:pointer;
	border-top: solid 1px #ccc;
	padding:25px 0px;
}
.box_slide_top {
	cursor:pointer!important;
	border-top: 0px;
	padding:0px 0px 25px 0px;
}
.box_nav li.sub_colaps_content::before {
	content: none;
	font-weight:bold;
	cursor:pointer;
}
.box_nav li.sub_colaps_content {
	cursor:pointer;
	border-bottom: solid 1px #ccc;
	padding:25px 0px;
}
.box_nav li.sub_colaps_content li{
	text-align: left;
	padding-left:15px;
	
}
.box_nav li.sub_colaps_content li a{
	display:block;
	padding: 15px 0px;
	border-bottom: solid 1px #ccc;
}
.box_nav_2 li.sub_colaps_content h3{
	cursor:pointer;
	display: inline-block;
	margin:10px 0px;
}
.box_nav li ul{
	display:none;
}
.box_nav .slide{
	display:none;
}
ul.slide {
	margin-left:15px;
}
ul.slide li a{
	display:block;
	padding: 15px 0px;
	border-bottom: solid 1px #ccc;
}
ul.slide li a.primero {
	display:block;
	padding: 0px 0px 15px 0px;
	border-bottom: solid 1px #ccc;
}
.box_nav_2{
	display:block;
	padding:25px;
	background-color:#40086B;
	color: #fff;
	text-align:left!important;
}
.box_nav_2 a{
	color:#fff;
}
.box_nav_2 ul{
	display: block;
	padding:0px 0px 0px 15px;
}
.box_nav_2 li{
	display: block;
	padding:5px 5px 5px 0px;
}
.box_nav_2 li::before {
	content: "•";
	color: #f09;
  	display: inline-block;
	width: 1em;
	margin-right:-15px;
	position:relative;
	left:-15px;
}
.box_nav_2 li a:hover{
	color:#f09;
}
.border_none {
	border-bottom:none!important;
}
/*--- MENU CIRCULAR --*/
ul.menu_circular {
	display:block;
	width:100%;
}
ul.menu_circular li{
	display: block;
	width:150px;
	height:150px;
	float:left;
	border-radius:50%;
	background-color:#F7F8F9;
	margin:0px 25px 25px 0px;
	border:solid 6px #FF6600;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); 
}
ul.menu_circular li a{
	display: block;
}
ul.menu_circular a:hover img{
	display: block;
	transform: scale(.95);
	transition: all .2s;
}
ul.menu_circular li a img{
	display: block;
	width:75%;
	margin:10% auto;
	transition: all .2s;
}


/*--- divs colaps ---*/
.triangulo_up {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition:100ms;
	font-size:.8em;
	margin-right:5px;
	z-index:0;
	float:left;
	top:2px;
}
.triangulo_up-triangle-top:before {
  	content: "\e252";
}
.triangulo_up-triangle-down:before {
  	content: "\e253";
  	color:#F09;
}
.triangulo_down {
	top:5px;
	color:#F09;
	-webkit-transform: rotateZ(180deg); 
	-moz-transform:    rotateZ(180deg);
	-ms-transform:     rotateZ(180deg);
	-o-transform:      rotateZ(180deg);
	transform:         rotateZ(180deg);
}
.iframe {
	display:block;
	border:0px;
	width:90%;
	margin:0px auto;
	min-height:720px;
	margin-bottom:20px;
}
.iframe_2 {
	display:block;
	border:0px;
	width:90%;
	margin:100px auto ;
	min-height:1024px;
	margin-bottom:20px;
}
.iframe_3 {
	display:block;
	border:0px;
	width:100%;
	margin:0px auto;
	min-height:1400px;
	margin-bottom:20px;
}
.iframe_70 {
	display:block;
	border:0px;
	width:70%;
	min-height:720px;
}
.video-iframe {
	display:block;
	border:0px;
	width:100%;
	margin:0px auto;
	height:580px;
	margin-bottom:20px;
}
.staff { 
	margin:10px 0;
}
.staff-block {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.staff-title { 
	color: #666;
    padding:4px;
	border-top-left-radius:3px; 
	border-top-right-radius: 6px;
	font-weight: bold;
	
}
.staff-name {
	font-size: 11pt;
	padding:10px 20px;
	width:100%;
	margin-top:25px;
	display: block;
}
.staff-name:hover {
	cursor: pointer;
	color:#F09;
}
.staff-section {
	display:inline-block;
	padding-left: 10px;
}
.staff-desc {
	height: 0px;
	border-top:solid 1px #CCC;
	overflow:hidden; 
	display: block;
	width:100%;
	background-color:#CCC;
}
.staff-desc p {
	text-align: justify;
	margin-top: 5px;
}

/*---lightbox---*/
.gallery{
	display:flex;
  	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
}
.gallery li {
	display: block;
  	float:left;
  	margin:15px 5%!important;
	width:200px;
	height:200px;
	margin:0px auto;
	overflow:hidden;
	background-color:#CCC;
}
.gallery img {
	width: auto;
	height:100%;
	margin:0px auto;
}
	
#contacto img{
	display: inline-block;
	margin: 0px 5px 0px 15px;
	height:1.5em;
}
#contacto a{
	color:#FFF;
	text-decoration:underline;
}
.importante {
	display:block;
	width:100%;
	padding:25px;
	background-color:#FCF;
	margin:50px 0px;
}
.eventos_aside ul.box_nav li a {
	color: #fff;
}
.eventos_aside ul.box_nav li a:hover {
	text-decoration: underline; 
}

/*--- AVIS---*/
main section#full .aviso_content a.aviso_top{
	display:block;
	width:100%;
	height:200px;
	color: #fff;
	padding:30px;
	font-weight:500;
	text-shadow: 1px 1px 2px #000000;
	background: rgba(0,205,205,.2);
	/*
	background: rgba(0,205,205,1);
	background: -moz-linear-gradient(left, rgba(0,205,205,1) 0%, rgba(43,214,214,1) 17%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,205,205,1)), color-stop(17%, rgba(43,214,214,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(0,205,205,1) 0%, rgba(43,214,214,1) 17%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(0,205,205,1) 0%, rgba(43,214,214,1) 17%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(0,205,205,1) 0%, rgba(43,214,214,1) 17%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(0,205,205,1) 0%, rgba(43,214,214,1) 17%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdcd', endColorstr='#ffffff', GradientType=1 );
	*/
}
main section#full .aviso_content a.aviso_bottom {
	display:block;
	width:100%;
	height:200px;
	color: #fff;
	padding:30px;
	font-weight:500;
	text-shadow: 1px 1px 2px #000000;
	background: rgba(183,110,173,.2);
	/*	
	background: rgba(183,110,173,1);
	background: -moz-linear-gradient(left, rgba(183,110,173,1) 0%, rgba(195,135,187,1) 17%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(183,110,173,1)), color-stop(17%, rgba(195,135,187,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(183,110,173,1) 0%, rgba(195,135,187,1) 17%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(183,110,173,1) 0%, rgba(195,135,187,1) 17%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(183,110,173,1) 0%, rgba(195,135,187,1) 17%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(183,110,173,1) 0%, rgba(195,135,187,1) 17%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b76ead', endColorstr='#ffffff', GradientType=1 );
	*/
}
main section#full .aviso_content a span {
	display:block;
	position:absolute;
	bottom:25px;
	width:80%;
	border-left: solid 3px #f09;
	padding-left:10px;
	font-weight:100;
	font-size:.9em;
}
main section#full .aviso_content img {
	display:block;
	position:absolute;
	width:100%;
	height:auto;
	z-index:-1;
	top:0px;
	right:0px;
	opacity:.8;
}
main section#full .aviso_content_2 img{
	display:block;
	margin:0px auto;
	width:auto;
	height:100%;
	z-index:-1;
	top:0px;
	right:0px;
}
main section#full .aviso_content:hover img{
	opacity:.5;
}
/*---BIENVENIDA---*/
.bienvenida {
	background-image: url(../imagenes/layout/background_bienvenida.png);
	background-size:auto;
	background-repeat:no-repeat;
	background-position:10% center;
}
.bienvenida h2, .bienvenida p{
	display:block;
	float:right;
	width:60%;
	text-align:right;
	color:#fff;
	position:relative;
}

.leer_mas {
	display:block;
	background-color:#b4d44b;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #9fb846;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#fff;
	width:80%;
	max-width:150px;
	font-weight:300;
	font-size:.9em;
	padding:3px 14px;
	text-decoration:none;
	text-shadow:.5px .5px 2px #000;
	margin:10px auto;
	position:relative;
	z-index:5;
}
.bienvenida a.leer_mas:hover {
	background-color:#768F2F;
}
/*------RED DIGITAL--------*/
.content_banners {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0;
}
.red-digital {
	display:flex;
	flex-wrap: wrap;
	align-content: center;
    justify-content: center;
    align-items: center;
	width:100%; 
	min-width: 400px;
	background-color:#694BBB;
	background-image:url(../imagenes/layout/back_red_digital.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 100%;
}
.conoceles {
	background-color: transparent;
	background-image: none;
}
.red-digital .logo {
	display: block;
	width:auto;
	height: 80px;
	margin:20px;
}
.logo-conoceles{
	display: block;
	width: 100%;
	height:auto ;
}
.red-digital p {
	color:#fff;
	display:block;
	width:300px;
	margin:20px 30px;
	font-size: 14px;
}
.red-digital a {
	display:block;
	background-color:#F58D21;
	padding:10px;
	border-radius:10px;
	margin:20px auto;
	color:#fff;
	text-align:center;
	width: 300px;
	border:solid 1px #CD531B;
	box-shadow: 20px rgba( #000000, 1.0); 
}

/*----ACCESOS---*/
#accesos .acceso_1, #accesos .acceso_2, #accesos .acceso_3, #accesos .acceso_4 {
	display: block;
	width:25%;
	min-height:300px;
	float:left;
	background-position:center 20px;
	background-repeat:no-repeat;
	background-size: 230px auto; 
	position:relative;
	margin-bottom: 100px;
}
#accesos .acceso_1 {
	background-color:#00CDCD;
	background-image:url(../imagenes/layout/ciudadanometro.png);
	background-position:center 20px;
}
#accesos .acceso_2 {
	background-color:#B76EAD;
	background-image:url(../imagenes/layout/vivir_con_valores.png);
}
#accesos .acceso_3 {
	background-color:#EF4964;
	background-image:url(../imagenes/layout/zona_infantil.png);
}
#accesos .acceso_4 {
	background-color:#BBC8CE;
	background-image:url(../imagenes/layout/si_opina.png);
	color:#000;
}
#accesos img {
	display: block;
	position:absolute;
	margin:0px 35% ;
	bottom:-50px;
	z-index:10;
}
#accesos p {
	display: block;
	margin:0px auto;
	padding:150px 10px 0px 10px;
	color: #fff;
	text-align:center;
	font-size: .9em;
	text-shadow:1px 1px 1px #263135;
	font-weight:100;
}
/*----ORGANIGRAMA----*/
div.organigrama_cg_back{
	background-image:url(../imagenes/layout/organigrama_background.png);
	background-repeat: no-repeat;
	background-size: 100% 50%;
	background-position:center 100px;
	background-attachment: inherit;
	
}
div.organigrama_cg_back article{
	display: flex;display: flex;
   	justify-content: center;
  	align-items: center;
	flex-direction: column;
	padding:1%;
	font-size:.8em;
	color: #5D5D5D;
	text-align:center;
	background-color:#FFF;
	border: 3px solid #b76fad;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	position:relative;
	
}
.box_organigrama {
	width:50%;
	margin:0px 25% 50px 25%;
	min-height:120px;
}
.box_organigrama_2 {
	width:47%;
	float:left;
	margin:25px 0px;
	min-height:170px;
}
.box_organigrama_3 {
	width:47%;
	float: right;
	margin:25px 0px;
	min-height:170px;
}
.box_organigrama_4, .box_organigrama_5, .box_organigrama_6, .box_organigrama_7 {
	display: flex;
   	justify-content: center;
	float:left;
	width:23%;
	margin:40px 1%;
	min-height:240px;
}
div.organigrama_cg_back span {
	font-weight:bold;
	font-size:.8em;
}
.bienvenida h2 span{
	display: block;
	position:absolute;
	bottom:-2px;
	right:-2px;
	width:30px;
	height:3px!important;
	border-top:solid 5px #f09;
}
.checkbox { 
  		display: none;
    }
.proximamente {
	font-size:.9em;
	font-weight:100;
}
.consejos_promotores_link {
	font-weight:bold;
}
.small-title {
	font-size:.8em;
	font-weight:100;
}
.galeria_video {
	display:flex;
	width:100%;
}
.galeria_video li {
	display:block;
	width:31%;
	margin:10px 1%;
}
.galeria_video li a{
	display:block;
	width:100%;
	height:130px;
	overflow:hidden;
	background-color:#000;
}
.galeria_video li a img{
	display:block;
	width:100%;
	min-width:100%;
	height:100%;
}
img.banner_galeria{
	display:block;
	margin:0px auto 20px auto;
	width:100%;
	height:auto;
}


@media screen and (max-width:768px) {
  	#accesos .acceso_1, #accesos .acceso_2, #accesos .acceso_3, #accesos .acceso_4 {
		display: block;
		width:50%;
		min-height:330px;
		float:left;
		background-position:center 50px;
		background-repeat:no-repeat;
		background-size: auto; 
	}
	main section#full .aviso_content img{
		width:100%;
		height:auto;
	}
	
	#accesos p {
		padding:180px 25px 0px 25px;
	}
	#accesos .acceso_1, #accesos .acceso_2, #accesos .acceso_3, #accesos .acceso_4 {
		background-size: 230px auto; 
		background-position:center 60px;
	}
	#accesos .acceso_1 {
		background-position:center 40px;
	}
	.red-digital  {
	width:100%;
}
}
@media screen and (max-width:820px) {
.red-digital  {
	width:100%;
}
}
@media screen and (max-width:575px) {
body {
	font-size: 14px;
}
.buzon_si_opina {
	display:none;
}
#contenedor {
	display: block;
	width: 100%;
	margin:0px auto 0px auto;
}
.galeria_video {
	display:block;
	width:100%;
}
.galeria_video li {
	display:block;
	width:90%;
	margin:10px 5%;
}
.red-digital  {
	width:100%;
}
.nav_left {
	  position:absolute;
	  width:275px;
	  height:200%;
	  max-height:200vh;
	  left:-275px; 
	  transition:all .5s;
	  font-weight:300;
	  border-top: solid 25px #f09;
}

  .checkbox { 
  		display: none;
    }
    .checkbox:checked ~ .nav_left {
       left:0px;
	   width:80%;
    }
    .checkbox:checked ~ main #medio {
      margin-left:80%;
    }
    .checkbox:checked ~ .menu-toogle { 
      left:80%;
    }
	.checkbox:checked ~ .pie { 
      margin-left:80%;
    }
	.menu-toogle {
		display: block;
    	position:absolute; 
    	width: 25px;
		height:25px;
    	line-height:1.1;
    	text-align:center;
    	left:0px; 
    	background-color: #f09;
    	transition: all .5s; 
    	z-index:5;
		cursor:pointer;
	 }
    .menu-toogle::before {
      content:"☰";
      font-size:1.55em;
      color:white;
    }
	#medio {
		width:100%;
		transition: all .5s;
		float:none;
		padding: 40px 15px 0px 15px;
	}
	main section#full .aviso_content img{
		width:100%;
		height:auto;
	}
	.bienvenida {
		background-image: none;
	}
	 .bienvenida h2, .bienvenida p{
		float:none;
		width:100%;
		text-align: justify;
		position: inherit;
	}
	
	.bienvenida a.leer_mas {
		float:none;
	}
	
	#accesos .acceso_1, #accesos .acceso_2, #accesos .acceso_3, #accesos .acceso_4{
		display: block;
		width:100%;
		min-height:300px;
		float:left;
		background-position:center 50px;
		background-repeat:no-repeat;
		background-size: auto; 
	}
	#accesos .acceso_1 {
		background-position:center 20px;
	}
	#accesos p {
		padding:190px 25px 0px 25px;
	}
}

.triangulo-equilatero-bottom {
	 position:absolute;
     width: 10%;
     height: 0px;
     border-right: 25px solid transparent;
     border-top: 25px solid transparent;
     border-left: 25px solid transparent;
     border-bottom: 25px solid #222;
	 top:-45px;
	 left:42%;
	 padding:-20px;
	 z-index:0;
}
.back {
	display:none;
	position:absolute;
	width:100%;
	height:auto;
	padding:20px;
    background: #222;
    color: #FFF;
	left:0px;
	z-index:4;
	text-align:justify;
	margin-top:15px;
	font-size:.9em;
	font-weight:100;
}

/* POP UP */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background: rgba(0,0,0,.85);
	z-index:10;
}
.flotante {
    height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 20;
	background: rgba(0,0,0,.80);
}
.popup-inner {
    max-width:860px;
    width:80%;
    padding:20px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 5px 5px rgba(0,0,0, .3);
    border-radius:3px;
    background:#fff;
}
.popup-inner h4{
	color: #F09;
	text-align:center;
	width:80%;
	margin:40px auto 0px auto;
}
.popup-inner p{
	text-align:justify;
	margin:.5em 0px;
	color:#333;
}
.popup-close {
	display: block;
	width:50px;
	height:50px;
	box-sizing: border-box;
	background: #F09;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 0px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index:100;
	
}
.popup-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 2px;
	background: #FFF;
	position: absolute;
	left: 26px;
	top:10px;
	color: #FFF;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

.popup-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 2px;
	background: #FFF;
	position: absolute;
	left: 26px;
	top:10px;
	color: #FFF;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
p.jefes {
	display:block;
	text-align:center;
}
.jefes span {
	font-size:.8em;
}
.leer_mas_organigrama {
	display:block;
	background-color:#b76fad;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:1px;
	border:1px solid #b76fad;
	display:block;
	text-align:center;
	cursor:pointer;
	color:#fff;
	width:100%;
	font-weight:300;
	font-size:.9em;
	padding:3px 2px;
	text-decoration:none;
	text-shadow:1px 1px 2px #000;
	position:relative;
	z-index:5;
	position:absolute;
	bottom:0px;
	left:0px;
}
.bienvenida a.leer_mas_organigrama:hover {
	background-color:#768F2F;
}