html, body {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    
    
}


body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
                         box-shadow: 0px 0px 10px rgba(0,0,0,.5);

          z-index: 100;
}

.textos_eventos .mira {
	font-size: 2.4em;
	position: relative;
	top: 8px;
	margin-bottom: 2%;
}

.textos_eventos .contamos {
	margin-bottom: 2%;
	margin-top: 2%;
	float: right;
	width: 96%;
	color: #fff;
	background: #333;
	height: auto;
	padding: 2%;
	line-height: 20px;
	text-align: center;
	line-height: 25px;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



.textos_eventos .mira_youtube a{
	background: #f90018;
	height: 53px;
	color: #fff;
	text-align: center;
	float: left;
	width: 96%;
	
	padding: 2%;
	display: inline-block;
	
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.textos_eventos .mira_youtube a:hover{
	background: rgba(249, 0, 24, 0.7);
}



.contacto_izq {
	float: left;
	width: 35%;
	background: #222;
	padding: 1%;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.contacto_der {
	float: right;
	width: 60%;
	padding: 1%;
	background: #222;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.listado_contacto {
	line-height: 45px;
	text-align: center;
}

.listado_contacto li{

}

.listado_contacto li a h2{
	color: #ccc;
	font-weight: normal;
	border: 1px solid #333;
	margin-bottom: 2%;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.listado_contacto li:last-child a h2{
	margin-bottom: 0;
}

.listado_contacto li a:hover h2{
	color: #000;
	background: #f3b228;
}


.listado_contacto li a h2 span{
	color: #f3b228;
	font-size: 3em;
	margin-top: 20px;
	
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.listado_contacto li a:hover h2 span{
	color: #000;
}





.formulario_contiene {
	margin-top: 1%;
	padding: 1%;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.contacto_der h2{
	padding-bottom: 2%;
	padding-top: 2%;
}

.campo_inputs {
	border: 1px solid #333;
	padding: 2%;
	width: 96%;
	margin-bottom: 1%;
	font-size: 1em;
	color: #fff;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: #333;
}

.campo_textareas {
	border: 1px solid #333;
	padding: 2%;
	width: 96%;
	height: 338px;
	font-size: 1em;
	color: #fff;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	background: #333;
}

.enviar {
	border: 0px solid #333;
	background: #f3b228;
	padding: 2%;
	cursor: pointer;
	font-weight: bold;
	float: right;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	
	 font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.enviar:hover {
	color: #666;
	background: #fff;
}





/* container */

.container {
    width: 100%;
    overflow: hidden;
}

.contenido_web {
	
	
}

.contenido_web .logo_menu{
	background: #fff;
	height: 180px;
	width:1200px;
	margin: 0 auto;	
}

.contenido_web .logo_menu .logo{
	background: #fff;
	height: 180px;
	float: left;
	
}


.contenido_web .logo_menu .menu{
	width: 80%;
	float: right;
	height: 180px;
	text-align: center;
	line-height: 180px;
	font-family: 'Fredoka One', cursive;
	
}

.contenido_web .logo_menu .menu ul{
	
}

.contenido_web .logo_menu .menu ul li{
	display: inline-block;
}

.contenido_web .logo_menu .menu ul li h2 a{

	padding: 20px;
	background: #f3b228;
	color: #fff;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.contenido_web .logo_menu .menu ul li h2 a:hover{
	background: #000;
	color: #fff;
}





.contenido_web .contenido_sector{
	background: #000;
	color: #fff;
	border-bottom: 1px solid #f4ce7d;
	
	
	
}

.contenido_web .contenido_sector_in{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 2%;
	
	
	
}

.contenido_web .contenido_sector_down{
	background: #f3b228;
	color: #000;
	
}

.contenido_web .contenido_sector_down_in{
	width: 1200px;
	margin: 0 auto;
	
	text-align: center;
	
	
}


.titulo_h1 {
	font-size: 1.8em;
	padding-bottom: 2%;
	padding-top: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #f3b228;
	font-family: 'Fredoka One', cursive;
}


.titulo_h2 {
	font-size: 1.4em;
	padding-bottom: 2%;
	padding-top: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #f3b228;
	font-family: 'Fredoka One', cursive;
}


.titulo_h2_serv {
	font-size: 1.4em;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #f3b228;
	font-family: 'Fredoka One', cursive;
}


.textos {
	line-height: 25px;
	float: left;
	width: 60%;
}

.textos_eventos_izq {
	line-height: 25px;
	float: left;
	width: 48%;
}

.textos_eventos {
	line-height: 25px;
	margin-bottom: 2%;
	border: 1px solid #333;
	padding: 2%;
}

.textos_eventos img{
	width: 100%;
}

.textos_eventos_der {
	line-height: 25px;
	float: right;
	width: 48%;
}

.listado_eventos {
	margin-bottom: 4%;
}

.listado_eventos li h3{
	font-weight: normal;
}


.listado_eventos_serv {
	margin-bottom: 2%;
}

.listado_eventos_serv li{
	display: inline-block;
	background: #222;
	padding: 5px;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.listado_eventos_serv li h3{
	font-weight: normal;
}


.eventos_imgs {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1%;
}

.eventos_imgs img{
	width: 100%;
}



.gris_oscuro {
	color: #333;
}

.contenido_sector_in .imgs {
	width: 25%;
	float: right;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 1%;
}

.magenta {
	color: #d44565;
}

.ocre {
	color: #f3b228;
}

.gris {
	color: #666;
}

.listado_datos {
	font-size: 0;
	display: inline-block;
	width: 100%;

}

.listado_datos li{
	padding: 2%;
	font-size: 14px;
	display: inline-block;
}

.listado_datos li a h2{
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.99);
	padding: 10px;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.listado_datos li a:hover h2{
	background: #000;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #fff;
}




.listado_redes {
	font-size: 0;
	display: inline-block;
	width: 100%;

}

.listado_redes li{
	
	font-size: 32px;
	display: inline-block;
}

.listado_redes li a h2{
	color: rgba(0, 0, 0, 0.99);
	padding: 10px;
	
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.listado_redes li a:hover h2{
	color: #fff;
}




.listado_shows {
	margin-bottom: 1%;
	line-height: 30px;
	text-align: center;
}

.listado_shows li h3{
	font-weight: normal;
}

.listado_shows li h3 a{
	color: #fff;
	
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.listado_shows li h3 a:hover{
	color: #f3b228;
}



/* ------ */

.pie {
	padding: 1%;
	line-height: 25px;
	background: #d44565;
	color: #fff;
	text-align: center;
	border-top: 1px solid #b12746;
	
}



/* ------ */




/* PINTADO */

::-moz-selection {
    background-color: #000;
    color: #fff;
}

::-ms-selection {
    background-color: #000;
    color: #fff;
}

::selection {
    background-color: #000;
    color: #fff;
}


/* PLACEHOLDER */

::-webkit-input-placeholder {
    color: #f3b228;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #f3b228;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #f3b228;
}

:-ms-input-placeholder {
    color: #f3b228;
}


/*------------------------------------*\
    #Detalles
\*------------------------------------*/

.corner {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.transition-color {
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.transition-background {
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.sombra {
    -moz-box-shadow: 0px 0px 3px #999;
    -ms-box-shadow: 0px 0px 3px #999;
    -webkit-box-shadow: 0px 0px 3px #999;
    box-shadow: 0px 0px 3px #999;
}




/* COOKIES */

#cookiesms1:target {
    display: none;
}

.cookies_in {
    padding: 1%;
}

.cookiesms {
    width: 100%;
    margin: 0 auto;
    padding: 1%;
    font-size: 0.8em;
    text-align: center;
    clear: both;
    font-weight: normal;
    color: #fff;
    bottom: 0px;
    position: fixed;
    left: 0px;
    background-color: #19672e;
    opacity: 0.9;
    z-index: 999999999;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: normal;
    line-height: 25px;
}

.cookiesms:hover {
    bottom: 0px;
}

.cookies2 {
    background-color: #FFF;
    display: inline;
    opacity: 0.95;
    filter: alpha(opacity=95);
    position: absolute;
    left: 1%;
    top: -30px;
    font-size: 15px;
    height: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.cookiesms a {
    color: #000;
}

.cookiesms a:hover {
    color: #fff;
    text-decoration: none;
}

.cookiesms .aceptar {
    background: #000;
    color: #ccc;
    padding: 5px;
    cursor: pointer;
    border: 0px solid #333;
}

.cookiesms .aceptar:hover {
    background: #666;
}

.cookiesms .politica_de_cookies {
    background: #000;
    color: #ccc;
    padding: 5px;
    cursor: pointer;
    border: 0px solid #333;
}

.cookiesms .politica_de_cookies:hover {
    background: #666;
}


/*--*/




/*------------------------------------*\
    #IPAD
\*------------------------------------*/

@media only screen and (min-width: 0px) and (max-width: 1023px) {
    .container {
        width: 100%;
        overflow: hidden;
    }
    
    
    .contenido_web .logo_menu {
        background: #fff;
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    
    
    .contenido_web .logo_menu .logo {
        background: #fff;
        height: auto;
        float: left;
        text-align: center;
        width: 100%;
    }
    
    .contenido_web .logo_menu .menu {
        width: 100%;
        float: left;
        height: auto;
        text-align: center;
        line-height: 25px;
        font-family: 'Fredoka One', cursive;
    }
    
    .contenido_web .logo_menu .menu ul{
        width: 100%;
    }
    
    .contenido_web .logo_menu .menu ul li {
        display: block;
        margin-bottom: 1%;
    }
    
    .contenido_web .logo_menu .menu ul li h2{
        width: 100%;
    }
    
    .contenido_web .logo_menu .menu ul li h2 a {
        padding: 2%;
        width: 96%;
        background: #f3b228;
        color: #fff;
        display: inline-block;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    
    .contenido_web .contenido_sector_in {
        width: 96%;
        padding: 2%;
        margin: 0 auto;
        padding-bottom: 2%;
    }
    
    
    .titulo_h1 {
        font-size: 1.6em;
        padding-bottom: 6%;
        padding-top: 6%;
        margin-bottom: 6%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #f3b228;
        font-family: 'Fredoka One', cursive;
        text-align: center;
    }
    
    
    .textos {
        line-height: 25px;
        float: left;
        width: 100%;
    }
    
    .contenido_sector_in .imgs {
        width: 98%;
        float: left;
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 1%;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    
    .contenido_sector_in .imgs img{
        width: 100%;
    }
    
    .contenido_web .contenido_sector_down_in {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 2%;
    }
    
    
    .listado_datos li {
        padding: 4%;
        font-size: 14px;
        display: inline-block;
    }
    
    .pie {
        padding: 8%;
        line-height: 25px;
        background: #d44565;
        color: #fff;
        text-align: center;
        border-top: 1px solid #b12746;
    }
    
    .textos_eventos_izq {
        line-height: 25px;
        float: left;
        width: 100%;
    }
    
    
    .titulo_h2 {
        font-size: 1.4em;
        padding-bottom: 8%;
        padding-top: 2%;
        margin-bottom: 4%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #f3b228;
        text-align: center;
        font-family: 'Fredoka One', cursive;
    }
    
    
    .titulo_h2_serv {
        font-size: 1.4em;
        padding-bottom: 6%;
        padding-top: 6%;
        text-align: center;
        margin-bottom: 2%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #f3b228;
        font-family: 'Fredoka One', cursive;
    }
    
    
    .listado_eventos_serv li {
        display: inline-block;
        background: #222;
        padding: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin: 1%;
    }
    
    
    .textos_eventos_der {
        line-height: 25px;
        float: left;
        width: 100%;
        margin-top: 6%;
    }
    
    .textos_eventos .mira_youtube a {
        background: #f90018;
        height: 53px;
        color: #fff;
        text-align: center;
        float: left;
        width: 96%;
        padding: 2%;
        margin-bottom: 2%;
        display: inline-block;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    
   .textos_eventos .contamos {
       margin-bottom: 2%;
       float: left;
       color: #fff;
       background: #333;
       height: auto;
       padding: 2%;
       line-height: 35px;
       -moz-border-radius: 5px;
       -ms-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
       text-align: center;
   }
    
    
    .contacto_izq {
        float: left;
        width: 98%;
        background: none;
        padding: 1%;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    
    
    .listado_contacto {
        line-height: 35px;
        text-align: center;
    }
    
    
    .contacto_izq {
        float: left;
        width: 98%;
        background: none;
        padding: 1%;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 2%;
    }
    
    .contacto_der {
        float: left;
        width: 98%;
        padding: 1%;
        background: none;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    
    .formulario_contiene {
        margin-top: 1%;
        padding: 0;
        border: 0px solid #333;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    
    .contacto_der h2 {
        padding-bottom: 4%;
        padding-top: 2%;
        text-align: center;
    }
    
    .campo_inputs {
        border: 0px solid #333;
        padding: 6%;
        width: 88%;
        margin-bottom: 1%;
        font-size: 1em;
        color: #fff;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #333;
        text-align: center;
    }
    
    .campo_textareas {
        border: 0px solid #333;
        padding: 6%;
        width: 88%;
        height: 338px;
        font-size: 1em;
        color: #fff;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #333;
        text-align: center;
    }
    
    .enviar {
        border: 0px solid #333;
        background: #f3b228;
        padding: 5%;
        cursor: pointer;
        font-weight: bold;
        float: none;
        width: 100%;
        font-size: 1em;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-transition: background 0.3s ease;
        -ms-transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
    }
    
    
    
    
}


/* @end */


