/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-may-2020, 19:52:46
    Author     : Julian
*/




body{
    margin:0px auto;
    text-align: center;
	background-image: url('../images/bg.jpg');
    
}
#cabecera{
  
    width:100%;
    height: 60px;
    background:#35373B;
    
}
#logo{
    width:100%;
    height: 60%;
     justify-content: center;
   
    top:0px;
   
}
#menu{
    width:40%;
    height: 100%;
    float:left;
}
#buscador{
    width:20%;
    height: 100%;
    float:left;
}
#buscador2{
    margin-top: -35px;
}
#buscador3{
   border-radius: 2px;
   border: 1px solid orange;
   width : 200px;
   height: 30px;
   text-align: center;
   font-size:10px;
        font-family:Verdana,Helvetica;
		cursor:pointer;
		cursor:pointer;
}
#botonBus1{
	
		  font-weight:bold;
        color:white;
   border-radius: 2px;
   border: 1px solid orange;
   width : 50px;
   height: 30px;
   text-align: center;
   background-color: orange;
   
}
#botonBus1:hover{
	

   background-color: red;
   
}
#opciones{
    width:20%;
    height: 100%;
    float:left;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #1D1F20;
  color: white;
  text-align: center;
}
#imglogo{
    display:block;
    margin:auto;
    width:80%;
    height: 90%; 
}
/*
Barra superior del contenedor
*/
#superior{
    width: 100%;
    height: 100px;
    background-image: url('../images/bg.jpg');
}
/*
Contenido, y eventos
*/
#contenido{
    width: 80%;
    background-color: #E9EAED;
    min-height: 800px;
    background-image: url('../images/bg.jpg');
    text-align: center;
    display: inline-block;
    margin-left: 0px;
	
    float: left;
    
background-image: url('../images/bg.jpg');
    
}
#lateral1{
        background-image: url('../images/bg.jpg');
        min-width: 10%;
        min-height: 800px;
        height: 100%;
        float: left;
	
		
      
}
#lateral2{
    
  
        background-image: url('../images/bg.jpg');
        width: 10%;
        height: 800px;
        float: left;
        align-items: stretch;
		
	
}


#evento{
   /*
    width: 250px;
    height: 350px;
   background-color: #fff;
   border-radius: 7px;
   margin: 20px;
*/

  display: inline-block;
  width: 250px;
  min-height:350px;
  background: white;
  padding: 5px; 
  margin: 15px;
 
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: alpha(opacity=100);
  color: #AAACAF;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: -webkit-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  -moz-transition: -moz-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  -o-transition: -o-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  -ms-transition: -ms-transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  transition: transform 600ms ease, opacity 600ms ease, left 600ms ease, top 600ms ease;
  overflow:hidden;
  cursor:pointer;
  
}
#evento:hover{
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.6);

}

#tipo-evento{
    text-align: center;
    font: oblique bold 160% cursive;
}
.tipo-evento2{
    text-align: center;
    font: oblique bold 160% cursive;
     color: #004CBE;
}
#foto-evento{
    background-color: white;
    width: 180px;
    height: 180px;
    margin:auto;
    margin-top: 4px;
	  
}
#imagen-subida{
border-radius: 50%;
}
#nombre-evento{
    text-align: center;
    font: oblique bold 130% cursive;
    color: #FC4101;
}
.nombre-evento2{
    text-align: center;
    font: oblique bold 130% cursive;
    color: #004CBE;
    
}
#fecha-evento{
    text-align: center;
    font: oblique bold 120% cursive;
    color: #747271;
    margin: 2px;
}
#des-evento{
     text-align: center;
   

    margin: 6px;
}

#miContenedor{
    width: 100%;
    height: 100%;
}

.barraMarcador{
    font-family: 'Verdana', sans-serif;
    font-weight: 600;
}
.imagenBarra{
    
}

.botonDerecha{
   box-shadow:inset 0px 1px 0px 0px #ff8c00;
	background-color:#fa8e00;
	border-radius:2px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
        margin-left: -50%;
        width: 90%;
        overflow: hidden;
       
}
.botonDerecha2{
   box-shadow:inset 0px 1px 0px 0px #ff8c00;
	background-color:#FC3D00;
	border-radius:2px;
	border:1px solid #ffffff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
        margin-left: -54%;
        width: 90%;
        overflow: hidden;
       
}
.botonDerecha:hover{
    background-color:#120c00;
    border:1px solid #ffffff;
}
.botonDerecha2:active{
    position:relative;
    top:1px;
}

/*
Formulario nuevo evento
*/

#nuevoEvento{
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 1px solid #9e9e9e;
width: 70%;
margin:auto;
margin-top: 10px;
-webkit-box-shadow: -1px 6px 27px -9px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 6px 27px -9px rgba(0,0,0,0.75);
box-shadow: -1px 6px 27px -9px rgba(0,0,0,0.75);
}

#tipo-evento-formulario{
     display: block;
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 400px;
    max-width: 100%; 
    box-sizing: border-box;
 margin: 20px auto;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
#tipo-evento-formulario::-ms-expand {
    display: none;
}
#tipo-evento-formulario:hover {
    border-color: #888;
}
#tipo-evento-formulario:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
#tipo-evento-formulario option {
    font-weight:normal;
}




.input-formulario{
     
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 400px;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 20px auto;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
   resize: none;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    
 
}
.input-formulario-error{
     
    font-size: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4em 1.4em .3em .8em;
    width: 400px;
    max-width: 100%; 
    box-sizing: border-box;
    margin: 20px auto;
    border: 1px solid red;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
   resize: none;
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    
 
}

#obligatorio-fecha1{
    color:red;

}

#obligatorio-fecha2{
    color:red;
}
#obligatorio-nombre{
    color:red;
}

#barra-formulario{
    width: 100%;
    height: 40px;
    background-color:#77d42a; 
    margin:auto;
    text-align: center;
    padding-top: 7px;
    font-size: 1.5em;
    color: white;
}
#barra-formulario-error{
    width: 100%;
    height: 40px;
    background-color:red; 
    margin:auto;
    text-align: center;
    padding-top: 7px;
    font-size: 1.5em;
    color: white;
}

/*
Menu cabecera
*/



* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
body {background:#FEFEFE;}
 
.menu_bar {
	display:none;
}
 
header {
	width: 100%;
}
 /*
 Posible color menu
 */
header nav {
	background:#4a4d53;
	z-index:1000;
	max-width: 1000px;
	width:95%;
	margin:0px auto;
        
}
 
header nav ul {
	list-style:none;
}
 
header nav ul li {
	display:inline-block;
	position: relative;
       
}
 
header nav ul li:hover {
	background:#000;
}
 /*
 Color menu
 */
header nav ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	padding: 20px;
}
 
header nav ul li a span {
	margin-right:10px;
}
 
header nav ul li:hover .children {
	display:block;
}
 
header nav ul li .children {
	display: none;
	background:#5A5D62;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
	display: block;
}
 
header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}
 
header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
@media screen and (max-width: 800px) {
	body {
		padding-top:0px;
                
	}
 
	.menu_bar {
		display:block;
		width:40%;
		min-width:140px;
		top:0;
		background:#E6344A;
	}
 
	.menu_bar .bt-menu {
		display: block;
		padding: 16px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
               
	}
 
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
 
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	header nav ul li a {
		display: block;
	}
 
	header nav ul li:hover .children {
		display: none;
	}
 
	header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	header nav ul li .children li a {
		margin-left:20px;
	}
 
	header nav ul li .caret {
		float: right;
	}
}

/*
Fin Menu cabecera
*/

/*
Boton enviar formulario verde
*/
.botonEnviar {
	box-shadow:inset 0px 0px 0px -34px #caefab;
	background-color:#77d42a;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	width: 250px;
        height: 50px;
	text-decoration:none;
	text-shadow:0px -1px 0px #aade7c;
        max-width: 100%;
        text-align: center;
}
.botonEnviar:hover {
	background-color:#5cb811;
}
.botonEnviar:active {
	position:relative;
	top:1px;
}
.botonBorrar {
	box-shadow:inset 0px 0px 0px -34px white;
	background-color: red;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:white;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	width: 250px;
        height: 50px;
	text-decoration:none;
	text-shadow:0px -1px 0px #aade7c;
        max-width: 100%;
        text-align: center;
}
.botonBorrar:hover {
	background-color:#D60300;
}
.botonBorrar:active {
	position:relative;
	top:1px;
}


#cajacookies {
  box-shadow: 0px 0px 5px 5px #808080;
  background-color: white;
  color: black;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

#cajacookies button {
  color: black;
}

#cuerpo1{
    background-color: #35373B;
}
#fotodemo{
    max-width: 100%;
}
#bajo{
    color: white;
    
}






 /*
  menu 2
 */






ul { list-style: none; }
a { text-decoration: none; color: black;}
body {
   font-family: 'Dosis', sans-serif;
  
}
#menu-wrapper {
    overflow: hidden;
    max-width: 80%;
    cursor: pointer;
}


#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 20px;
    padding-bottom: 20px;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: white;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
   
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: yellowgreen;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

.menu2:hover{
    background-color: #EE6C12;
}
.mini-enlace{
	font-size:12px;
	color: red;
}