@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Orbitron');
@import url('https://fonts.googleapis.com/css?family=Audiowide');
@import url('https://fonts.googleapis.com/css?family=Nova Square');
/*@import url('https://fonts.googleapis.com/css?family=Baloo Bahina');*/
@import url('https://fonts.googleapis.com/css?family=Quantico');
@import url('https://fonts.googleapis.com/css?family=Akronim&display=swap');
@import url('https://fonts.googleapis.com/css?family=Megrim');
@import url('https://fonts.googleapis.com/css?family=Josefin Sans');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Changa');

@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumar+One+Outline&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Monoleft');*/

@import url('https://fonts.googleapis.com/css?family=Special Elite&display=swap');
@import url('https://fonts.googleapis.com/css?family=News+Cycle');
/*@import url('https://fonts.googleapis.com/css?family=Neuton');*/

/* CSS Document */
/* Clases */
/* Colors */
:root{
	--russian-violet: #441151;
	--plum: #883677;
	--french-mauve: #ca61c3;
	--french-mauve-light:#e94dfd;	
	--gum-pink: #f0a3fa;
	--persian-pink: #ee85b5;
	--coral-pink: #ff958c;
	--pinkAlmostWhite:#fdd1fc;
}
.sombra_capa{
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	
}
.sombra_capa2{
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	
}
.bordes_redondos{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	
}
.bordes_redondos4{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	
}
.sombra_curva{
	-ms-box-shadow: 0px 0px 8px var(--french-mauve);
	-ms-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px var(--french-mauve);
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px var(--french-mauve);
	-webkit-border-radius: 10px; 
	box-shadow: 0px 0px 8px var(--french-mauve);
	border-radius: 10px; 
	
}
.sombra_curva2{
	-ms-box-shadow: 0px 0px 8px #ffffff;
	-ms-border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px #ffffff;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
	-webkit-border-radius: 10px; 
	box-shadow: 0px 0px 10px #ffffff;
	border-radius: 10px; 
	
}
.sombra_curva3{
	-ms-box-shadow: 0px 0px 8px #666666;
	-ms-border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px #666666;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px #666666;
	-webkit-border-radius: 4px; 
	box-shadow: 0px 0px 10px #666666;
	border-radius: 4px; 
	
}
.sombra_curva4{
	-ms-box-shadow: 0px 0px 10px #000000;
	-ms-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px #000000;
	-webkit-border-radius: 5px; 
	box-shadow: 0px 0px 10px #000000;
	border-radius: 5px; 
	
}
.sombra_curva41{
	-ms-box-shadow: 0px 0px 5px #000000;
	-ms-border-radius: 5px;
	-moz-box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-webkit-border-radius: 5px; 
	box-shadow: 0px 0px 5px #000000;
	border-radius: 5px; 
	
}
.sombra_curva5{
	-ms-box-shadow: 0px 0px 8px #ffffff;
	-ms-border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px #ffffff;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
	-webkit-border-radius: 4px; 
	box-shadow: 0px 0px 10px #ffffff;
	border-radius: 4px; 
	
}
.sombra_curva5b{
    -ms-box-shadow: 0px 0px 8px #000000;
    -ms-border-radius: 4px;
    -moz-box-shadow: 0px 0px 10px #000000;
    -moz-border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px #000000;
    -webkit-border-radius: 4px; 
    box-shadow: 0px 0px 10px #000000;
    border-radius: 4px; 
    
}
.flexMatrix{
	position: relative;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.subHeaders{
	font-family: "Righteous";
	color:var(--gum-pink);
	font-size: 18px;
	text-shadow: 0 0 5px var();
}
.op_menu{
	background:none;
	flex-grow:1;
	text-align:center;
	font-family: "Righteous";
	font-size:12px;
	color:var(--gum-pink);
    text-shadow: 0 0 10px var(--french-mauve-light);
	position:relative;
}
.op_menu:hover{text-shadow: 0 0 10px var(--french-mauve-light);color: var(--coral-pink)}
.op_menu:before{text-shadow: 0 0 10px var(--french-mauve-light);color: var(--gum-pink)}
.op_menu_cont{
	font-family:"Audiowide";
	font-weight:bold;
	font-size:27px;
	cursor:pointer;
	-webkit-border-radius: 47.5px;
	-moz-border-radius: 47.5px; 
	border-radius: 47.5px; 
}
.op_menu_active{
	color: var(--coral-pink);
}
.op_menu_active_span{
	color:var(--coral-pink) !important;
}
.op_menu span{
	display:block;
	color:var(--gum-pink);
	text-shadow:none;
}
@media (min-width:600px){
	.op_menu span{
		display:none;
	}
}
/* Elementos */
h3{
	text-align:center;
	font-family: "Righteous";
	font-size: 30px;
	text-shadow: 0 0 7px var(--french-mauve-light);
	color:var(--pinkAlmostWhite);
	position:relative;
	width:100%;
}
body {
	background:url('../img/playa2nocV2BN_500h.jpg') no-repeat fixed;
	background-color:#333333;
	background-size:cover !important;
	overflow-y: scroll;
	overflow-x: hidden;
}
@media (min-height:500px){
	body{
		background:url('../img/playa2nocV2BN_700h.jpg') no-repeat fixed;
	}
}
@media (min-height:700px){
	body{
		background:url('../img/playa2nocV2BN.jpg') no-repeat fixed;
	}
}
#madre{
	margin: auto;
	position:relative;
	background:none;
	width:100%;
	height:768px;
}
#hija{
	position:relative;
	background-repeat:no-repeat;
	width:100%;
}
#logo_esquina{
	background:none;
	top:0px;
	left:0px;
	width:865px;
	height:620px;
	float:left;
	z-index:100;
	position:absolute;
	cursor: pointer;
}
.mTitles{
    position:relative;
    width:100%;
}
#mTitle{
	background:rgba(0,0,0,0.7);
    cursor:pointer;
}
#mTitle img{
    margin:0 auto;
    padding:10px 0 10px 0;
    display:block;
	width:95%;
	max-width: 716px;
}
#mTitle p{
	display:none;
}
@media (min-width:600px){
	#mTitle p{
		color:var(--pinkAlmostWhite);
		font-family: "News Cycle";
		text-align:center;
		text-shadow: 0 0 7px var(--french-mauve-light);
		padding: 5px 0 2px 0;
		display:block;
	}
}
#menu{
	background:rgba(0,0,0,0.7);
	position:relative;
    padding:10px 0 10px 0;
	margin:auto;
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
}
#subMenu{
	position:relative;
	float:left;
	height:100%;
	width:25%;
}
.mLine{
	display:flex;
}
#menu div.line1{
	width:48%;
	min-width: 427px;
}
#menu div.line2{
	width:52%;
	min-width: 463px;
}
.menuCont{
	display:flex;
}
/* REDES SOCIALES */
.rrss,.rrss a,.rrss img{height:inherit; width:inherit;}
.rrss{cursor:pointer; background:none; height:45px; width:45px;position:relative;border-radius:22.5px;display:none;}
#men_conta{cursor:pointer; background:none; height:30px; width:30px; margin-right:5px; position:relative; float:right;}
#men_conta img{ height:inherit; width:inherit;}
#men_face{margin-left:33px;margin-top:14px;}
#men_twit{margin-left:33px;margin-top:14px;}
#men_insta{margin-left:33px;margin-top:14px;}

#visitCounter{
	position:relative;
	height:auto;
	width:105px;
	margin:31px auto 0px;
}
/* ------------------------------- */
.secTitles{
	background:none;
	position:relative;
	padding: 20px 0 20px 0;
	/*height:40px;*/
	width:100%;
	color:#000000;
	font-family:"Righteous";
	font-size:45px;
	text-shadow: 0 0 5px #ffffff;
	text-align: center;
}
#display_picture_container{
	display:none;
}
#central::before{
	content: "";
	width: 100%;
	display: block;
	box-shadow: 0 0 8px #ffdd4d;
	padding: 1px 0 0 0;
}
#central{
	position:relative;
	margin:auto;
	width:100%;
	color:#FFFFFF;
	font-size:18px;
}

#RRSS{
    position:absolute;
    padding:5px;
}
#centralCont{
    width:100%;
}
#video_intro{
	background-repeat:no-repeat;
	position:relative;
	padding: 20px 0 0 0;
	height:100%;
}
#video_intro img{
    display:block;
    margin:10px auto auto auto;
    height:100%;

}
#logoCentral{
	display:block;
	/*width:95%;*/
	height:100%;
	margin:0 auto auto auto;
}
.footer{
	height:25px;
	width:100%;
	position:relative;
	margin:auto;
	background: none repeat scroll 0 0 rgba(28, 163, 243, 0.54);/*azul2*/
	color:var(--gum-pink);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow: 0 0 5px var(--french-mauve-light);
	font-weight: bold;
}
#footer{top:20px;font-size:12px;}
#footer p{padding-top:5px;}
#show_noticias{
	background: linear-gradient(0.25turn,rgba(28,163,243,0), rgba(68, 17, 81, 0.541),rgba(28,163,243,0));
	margin:20px auto;
	height:auto;
	padding-bottom:5px;
}
#show_noticias p{padding-top:5px;}
.wallCartel{
	position: relative;
	width: 98%;
	margin:30px auto auto auto;
	display:block;
}
.wallCartel2{
	position: relative;
	max-width: 90%;
	margin:20px auto auto auto;
	display:block;
	box-shadow: 0 0 10px var(--french-mauve);
}
@media (min-width:900px){
	.wallCartel2{
		width: 70%;
	}
}
@media (min-width:600px){
	.wallCartel{
		width: 80%;
	}
}
/* GRUPO */

.comp{
    width:150px;
	padding: 10px 5px 10px 5px;
}
div.compRow img{
    width:100%;
    position:relative;
    display:block;
	box-shadow: 0px 0px 4px var(--french-mauve);
    border-radius: 8px;
    cursor:pointer;
}
.activeless{display:none;}
.musician{
    color: #ffffff;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 8px #000000;
    width: 100%;
    cursor:pointer;
    font-family:"Righteous";
    padding:4px 0 0 0;
	display:none;
}
.compRow{
    display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
    margin: 15px auto 0px auto;
}
.up{width:860px;}
.down{width:860px;}
#marco_bio{	
	max-width:95%;
	position:relative;
	margin:0 auto auto auto;
	background:none;
	overflow-x: hidden;
	overflow-y: hidden;
	background: rgba(68, 17, 81, 0.5);
	box-shadow: 0 0 7px var(--french-mauve);
	padding:0 30px 40px 30px;
}
@media (min-width:1080px){
	#marco_bio{
		margin:30px auto auto auto;
		max-width:80%;
	}
}
#biografia{
	position:relative;
	width:100%;
	display:block;
	flex-flow: unset;
}
@media (min-width:1080px){
	#biografia{
		display:flex;
		flex-flow: row;
		justify-content:space-between;
	}
}
#scrollbar2{height: 385px;margin-top:0px;margin-left:40px;}
#cerrar{
	position:relative;
	display: flex;
	flex-flow: row-reverse;
	font-size:15px;
	padding:20px 0 20px 0;
}
@media (min-width:1080px){
	#cerrar{
		padding:5px 0;
	}
}
#cerrar img{
	position:relative;
	display: block;
	cursor: pointer;
}
#cerrar p{
	font-family: "Audiowide";
	color:var(--pinkAlmostWhite);
	font-size: 2em;
	text-shadow: 0 0 7px var(--french-mauve-light);
	padding: 5px 10px;
	cursor: pointer;
}
#cerrar p:hover{
	color:var(--coral-pink);
}
#biografia div.foto{
	height:auto;
	width: auto;
	position:relative;
}
#biografia div.foto img{
	width: 100%;
	margin:0 auto auto auto;
	display:block;
}
@media (min-width:1080px){
	#biografia div.foto img{
		margin:0;
	}
}
@media (min-width:450px){
	#biografia div.foto img{
		width:auto;
		display:block;
	}
}
#biografia div.texto{
	margin:20px auto auto auto;
	position:relative;
	background:var(--plum);
	overflow-y:auto;
	font-size:17px;
	padding:20px;
	padding-right:10px;
	box-shadow: none;
}
@media (min-width:1080px){
	#biografia div.texto{
		max-height:380px;
		width: 60%;
		margin:0 0 0 5px;
	}
}
@media (min-width:450px) and (max-width:1079px){
	#biografia div.texto{
		margin:20px auto auto 5px;
	}
}
#text_bio{
	width: 90%;
	overflow:hidden;
	position: relative;
	line-height:23px;
}
#text_bio strong, span, h6{
	color:var(--gum-pink);
	text-shadow: 0 0 5px var(--french-mauve-light);
}

/*---------------------*/
#historia{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:640px;
	}

#texto_historia{
	position:relative;
	width:90%;
	max-width:900px;
	height:auto;
	border-radius:10px;
	box-shadow: 0 0 8px var(--french-mauve);
	margin:30px auto auto auto;
	padding:10px;
	background: rgba(26, 26, 26, 0.44);
	color: var(--pinkAlmostWhite);
  	text-shadow: 0 0 5px var(--french-mauve-light);
	font-size:18px;
	text-align:justify;
	font-family:Raleway;
	font-family:"News Cycle";
	font-weight: bold;
	line-height: 1.3;
}
#texto_historia p{
	margin:10px 0;
}
#grupo{ 
	position:relative; 
	height: 100%;
	width:100%; 
	color:#d9d9d9; font-size:20px;
	text-shadow: 0 0 8px #000000;
}

#datos_tecnicos{

	background: rgba(26,26,26,0.44);
	margin: 15px auto auto auto;
	max-width:700px;
	width: 80%;
	padding:15px;
	line-height:30px;
	color:var(--gum-pink);
	position:relative;
	font-family: "News Cycle";
	text-shadow: 0 0 7px var(--french-mauve-light);
	box-shadow: 0px 0px 8px var(--french-mauve);
}
#datos_tecnicos b.tec{
    color:#ffffff;
	text-shadow: 0 0 5px #000000;
}
#datos_tecnicos b{
	font-family: "Righteous";
	color:var(--pinkAlmostWhite);
    font-size: 18px;
}
#titulo_equ_tec{
	position:relative;
	margin: 12px auto auto 5px;
	height:41px;
	width:100%;
	text-align:center;
	font-size:23px;
}
#cont_equ_tec{
	margin: 0px auto 0px 70px;
	height:290px;
	width:800px;
	padding-top:8px;
}
#tec_left, #tec_right{
	float: left;
	position:relative;
	margin: 0px auto auto auto;
	height:233px;
	width:400px;
	color:#FFFFFF;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.id_tecnicos_top{
	margin: 35px auto auto 10px;
	height:50px;
	width:180px;
	position:relative;
	float:left;
}
.id_tecnicos_bot{
	margin: 40px auto auto 10px;
	height:50px;
	width:180px;
	position:relative;
	float:left;
}
#t1, #t2, #t3, #t4{
	margin: 0px auto auto 5px;
	position:relative;
	float:left;
	height:110px;
	width:200px;
}
#t1{ background:url(../img/javiLuces.png);}
#t2{ background:url(../img/adiLuces.png);}
#t3{ background:url(../img/pili.png); margin-top: 12px;}
#t4{ background:url(../img/javier2.png); margin-top: 12px;}

/*         CALENDARIO              */

div.contEvent{
	position:relative;
	display:flex;
}
div.contEvent div{
	padding: 15px;
	margin-top:10px;
	box-shadow: 0 0 5px var(--french-mauve);
}
div.contEvent div.contDate{	
	width:15%;
	border-radius: 10px 0 0 10px;
	text-align: center;
	font-family: "Righteous";
}
@media (min-width:600px){
	div.contEvent div.contDate{
		width:10%;
	}
}
.activeEvent{
	background:var(--coral-pink);
	color:#090909;
}
.deactiveEvent{
	background: var(--french-mauve-light);
}
div.contEvent div.contDate h3{
	font-size: 40px;
	color:var(--pinkAlmostWhite);
	text-shadow: 0 0 7px  var(--russian-violet);
}
div.contEvent div.contDate p{
	font-size: 20px;
	color:var(--pinkAlmostWhite);
}
div.contEvent div.contEvn{
	background: rgba(26,26,26,0.44);
	width:90%;
	border-radius: 0 10px 10px 0;
	color:var(--gum-pink);
	text-shadow: 0 0 7px var(--french-mauve-light);
	font-family: "News Cycle";
}
#contcalendar{
    position:relative;
    margin:0px auto auto auto;
    max-width:920px;
	width:90%;
}
ul li {
	font-family: Tahoma, Arial;
	font-size:13px;
	list-style-type:none;
	background-color:#ededed;
	padding:5px;
	padding-left:3px;
	padding-right:3px;
	margin-right:7px;
	margin-bottom:6px;
	float:left;
	color: #CCCCCC;
	width:75px;
	height:50px;
	display:inline;
	text-align:center;
	-webkit-box-shadow: 0px 0px 8px #f1f1f1;
	-moz-box-shadow: 0px 0px 8px #f1f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	box-shadow: 0px 0px 8px #f1f1f1;
	overflow:hidden;
}
a{
color:#333333;
}
.overMonth{
	color:#000000;
	text-shadow: 0px 0px 5px #ffffff;
}
.outMonth{
	color:#ffffff;
	text-shadow: 0px 0px 5px #000000;
}
#all_month{
	background:rgba(0,0,0,0.4);
	margin: 0px auto auto auto; 
	height:450px; /*40*/
	width:190px; /*630*/
	float:left;
	margin: 30px auto auto 40px;
	position:relative;
	-webkit-box-shadow: 0px 0px 8px #000000;
	-moz-box-shadow: 0px 0px 8px #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border-radius: 10px;
	box-shadow: 0px 0px 8px #000000;
	font-size:26px;
}
.dia2{
	background: rgba(0,0,0,0.7);
	background-repeat:no-repeat;
	font-size:12px;
	z-index: 100;
}
.dia {
	background: rgba(0,0,0,0.4);
	color: #CCCCCC;
	font-size:32px;
	font-family:Times;
	height:40px;
	width:75px;  /*defecto 80*/
}
.mes {
	background: rgba(0,0,0,0.4);
	color:#CCC;
	font-size:32px;
	font-family:Times;
	width:609px;
	height:38px;
	font-weight:bold;
	padding: 7px 0px 10px 0px;
}
.mes2{
	margin: 5px auto auto auto;
}
.contenedor_calendario {
	margin: 30px auto auto 40px;
	width:625px;
	height: 460px;
	float:left;
	position:relative;
}

.formatomes {
    cursor: pointer;
    margin: 5px auto auto;
    text-align: left;
    width: 160px;
}
.picsDay{
	position:relative;
	float:left;
	height:325px;
	width:500px;
	margin-left:30px;
	margin-bottom: 20px;
}

/* GALERIA DE VIDEO */
#galeria_video{ 
	background: rgba(26, 26, 26, 0.44);
	height:100%; 
	width:80%;
	max-width:620px;
	padding: 0 20px 0 20px;
	margin:10px auto auto auto;
	position:relative;
	box-shadow: 0px 0px 8px var(--french-mauve);
}
.contVideos{
	padding:0 0 30px 0;
}
.eleVideo{
    position :relative;
    color : #fff;
    border : 1px solid #000;
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 20px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.eleVideo iframe,
.eleVideo object,
.eleVideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cabecera_videos{
    position:relative;
    font-family:'Times';
    font-size:24px;
	padding: 10px 0 40px 0;
    color: var(--gum-pink);
	text-shadow: 0 0 5px var(--french-mauve);
}

.cabecera_videos p.vidHeaderDate{
	text-align:right;
	font-family: "Righteous";
}
.cabecera_videos p.vidHeaderDate b{
	color:var(--french-mauve-light);
	text-shadow: 0 0 5px var(--russian-violet);
}
.cabecera_videos p.vidHeaderTitle{
	position:relative;
	width:100%;
	border-top:1px solid #fff;
	font-family: "News Cycle";
}
.video{
    width:580px;
    height:370px;
}

/* SECCION DE CONTACTO */

#contacto{
    height: 27px;
    position: relative;
    cursor:pointer;
}
#contactoCont{
	position: relative;
	width:100%;
	margin:0 auto auto auto;
	padding-top:20px;
}

#form_contacto{
	background: rgba(26, 26, 26, 0.44);
	position:relative;
	margin:30px auto 30px auto;
	width:95%;
	text-shadow: 0 0 5px #000000;
	box-shadow: 0 0 8px var(--french-mauve);
}
@media (min-width:600px){
	#form_contacto{
		width:50%;
	}
}
.dataFields{
	padding:5px 0 5px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.fInputs{
	margin-top:5px;
	width:100%;
}
@media (min-width:800px){
	.fInputs{
		width:45%;
		min-width:200px;
	}
}
#form_contacto table{
	position:relative;
	margin:0px auto;
	width:100%;
}
#form_contacto table td{
	padding:3px 10px 0 10px;
	display:block;
	margin:0 auto auto auto;
}
div.fInputs input{
	box-shadow: 0px 0px 5px #000000;
	background:rgba(255,255,255,0.3);
	width:100%;
	color:#fff;
}
#form_contacto textarea{
	box-shadow: 0px 0px 5px #000000;
	background:rgba(255,255,255,0.3);
	width:100%;
	color:#fff;
}
#cont_enviar{
	margin:15px auto auto auto;
	padding:3px 4px 3px 4px;
	display: block;
	border-radius:5px;
	cursor:pointer;
	background:rgba(255,255,255,0.5);
	color:var(--gum-pink);
	text-shadow: 0 0 8px var(--russian-violet);
}
#cont_enviar:hover{background:rgba(255,255,255,0.9);}
#cont_enviar:after{background:rgba(255,255,255,0.5);}
.contFields{background:rgba(255,255,255,0.5);}
.contFieldsError{background:rgba(244, 105, 105, 0.7);}
#formConti{
	font-family: "News Cycle";
	padding:20px 30px 20px 30px;
}
#formConti p{
	margin-bottom:5px;
}
#formError{
	position:relative;
	height:30px;
	width:100%;
	color:#f46969;
	margin:auto;
	padding:10px 0 0 30px;
	text-shadow: none;
	display:none;
}
#mTitle2{
	margin:30px auto auto auto;
	background:rgba(26,26,26,0.44);
	width:95%;
	box-shadow: 0 0 8px var(--french-mauve);
}
@media (min-width:600px){
	#mTitle2{
		width:80%;
	}
}
#mTitle2 p{
	padding:10px;
	color:var(--gum-pink);
	text-shadow: 0 0 7px var(--french-mauve-light);
	font-family: "News Cycle";
	text-align: center;
}
#map{
	margin:30px auto auto auto;
}
#map iframe{
	width:95%;
	margin:0 auto auto auto;
	position: relative;
	display:block;
}
@media (min-width:600px){
	#map iframe{
		width:80%;
	}
}

#cargando{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	background:#000000;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:9999;
}
#construccion{
	background-image:url(../img/construccion.png);
	height:100%;
	width:100%;
}

/* -------      PANEL -------------- */

#formlogin{
	position: relative;
	width: 240px;
	padding:10px;
	margin:30px auto auto auto;
	background: rgba(26, 26, 26, 0.44);
	box-shadow: 0 0 10px #ffdd4d;
	font-family: "News Cycle";
}
#formlogin table{
	margin:auto;
	width:100%;
}
#formlogin table td{
	font-family: "Righteous";
}
#formlogin table input{
	min-width:145px;
	width:60%;
	color: #000;
}
#conectar{
	margin:15px auto auto auto;
	padding:3px 4px 3px 4px;
	display: block;
	border-radius:5px;
	cursor:pointer;
	background:rgba(255,255,255,0.5);
	color:#000;
	font-family: "Righteous";
}
#conectar:hover{background:rgba(255,255,255,0.9);}
#conectar:after{background:rgba(255,255,255,0.5);}
#cpSession{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 5px 40px 8px 40px;
	font-family: "News Cycle";
	background: rgba(0,0,0,0.2);
}
.logout{
	font-family: "Righteous";
	cursor:pointer;
}
#cpMenu{
	position: relative;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: space-around;
}
#cpMenu div{
	background: linear-gradient(rgba(254,233,206,0.54), rgba(0,0,0,0.54),rgba(254,233,206,0.54));
	font-family: "Righteous";
	margin: 20px auto auto auto;
	padding:10px;
	border-radius: 10px;
	box-shadow: 0 0 10px var(--french-mauve);
	cursor: pointer;
}
#cpMenu div:hover{
	box-shadow:none;
}
/* Gestion de eventos */
#eve_editar, #eve_borrar{
	display: none;
}
.c2Container{
	position: relative;
	max-width: 95%;
	margin:20px auto auto auto;
}
@media (min-width:800px){
	.c2Container{
		max-width: 60%;
	}	
}
#evDelAllForm div{
	justify-content: space-between;
}
.c2Container h2{
	margin:20px auto auto auto;
	font-family: "Righteous";
	color:var(--pinkAlmostWhite);
	text-shadow: 0 0 6px var(--french-mauve-light);
	text-align: center;
	font-size:22px;	
}
.c2Container form{
	background:rgba(254,233,206,0.6);
	margin:20px auto auto auto;	
	text-shadow: 0 0 6px #000000;
	padding:10px;
}
.c2Container form p, .itemDelContCabecera p{
	font-family: "Righteous";
	font-size:16px;
}
.c2Container form input[type="file"]{
	text-shadow: 0 0 5px #fff;
	font-family: "News Cycle";
	font-size: 15px;
	color: black;
	margin:auto;
	display:block;
}
.c2Container form input[type="button"]{
	color:#008ced;
	padding:5px 8px;
	border-radius: 10px;
	font-family: "Righteous";
	cursor:pointer;
	box-shadow: 0 0 5px #000000;
}
.backResp{
	margin:20px auto auto auto;
	color:#000000;
	font-family: "Righteous";
}
.fieldItem{
	width:95%;
	padding:8px;
	position: relative;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
@media (min-width:450px){
	.fieldItem{
		width:30%;
	}
}
.fieldWide{width:95%;}
.fieldWide input{
	width:70%;
}
.formFooter{
	margin:12px auto auto auto;
	width:100%;
	justify-content: center;
}
.formFooter input{
	margin:0 2px 0 2px;
}
#evOutForm{
	justify-content: space-between;
	margin:20px auto auto auto;
}
#evOutForm div.eraseAll p{
	line-height: 26px;
	margin:0 10px;
}
/* Gestión de videos */
.cont_out{
	background:rgba(254,233,206,0.6);
	margin:20px auto auto auto;	
	text-shadow: 0 0 6px #000000;
	padding:10px;
}
.itemDelCont{
	box-shadow:none;
	justify-content: space-between;
	width: 100%;
}
.itemDelCont form{
	background: none;
	margin:0;
}
.itemDelContCabecera{
	color:white;
	text-shadow: 0 0 7px black;
	padding: 10px 0;
}
.itemDelContCabecera p{
	line-height: 1.3;
}

/* Gestion elementos de BIOGRAFIA*/
.bioStateCont{
	display: flex;
	flex-flow:row;
	justify-content: space-between;
	width: 200px;
}
.tStateCont{
	width:50px;
	background: #eeeeee;
	display: flex;
	flex-flow:row;
	border-radius:14px;
	padding: 2px;
	cursor: pointer;
}
.stateSwitch{
	width:20px;
	height:20px;
	border-radius: 10px;
	box-shadow: 0 0 1px #000000;
}
.bsactive{
	transition: justify-conent;
	transition-duration: 1s;
	justify-content: right;
}
.bsactive div{
	background:#04aa6d;
}
.bsinactive{
	transition: justify-conent;
	transition-duration: 1s;
	justify-content: left;
}
.bsinactive div{
	background:#f7192b;
}
/*-----------------------------------*/
/*-------- FIN DE FICHERO ---------*/

