@font-face {
    font-family: "bomberos";
    font-style: normal;
    font-weight: normal;
    src: url("../fuente/MullerNarrow-ExtraBold.otf") 
         url("../fuente/OpenSans-Bold.ttf")
         url("../fuente/OpenSans-Italic.ttf")
         url("../fuente/OpenSans-Semibold.ttf")
         url("../fuente/MullerNarrow-ExtraBoldItalic.otf")
         url("../fuente/OpenSans-BoldItalic.ttf")
         url("../fuente/OpenSans-Light.ttf")
         url("../fuente/OpenSans-SemiboldItalic.ttf")
         url("../fuente/MullerNarrow-Light.otf")
         url("../fuente/OpenSans-ExtraBold.ttf")
         url("../fuente/OpenSans-LightItalic.ttf")
         url("../fuente/MullerNarrow-LightItalic.otf")
         url("../fuente/OpenSans-ExtraBoldItalic.ttf")
         url("../fuente/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSansBoldItalic";
    src: url("../fuente/OpenSans-BoldItalic.ttf")
}

.OpenSansBoldItalic{
   font-family: OpenSansBoldItalic;
}

@font-face {
    font-family: "OpenSansExtraBold";
    src: url("../fuente/OpenSans-ExtraBold.ttf")
}

.OpenSansExtraBold{
   font-family: OpenSansExtraBold;
}

@font-face {
    font-family: "MullerNarrowExtraBold";
    src: url("../fuente/MullerNarrow-ExtraBold.otf")
}

.MullerNarrowExtraBold{
   font-family: MullerNarrowExtraBold;
}

@font-face {
    font-family: "MullerNarrowLightItalic";
    src: url("../fuente/MullerNarrow-LightItalic.otf")
}

.MullerNarrowLightItalic{
   font-family: MullerNarrowLightItalic;
}

@font-face {
    font-family: "MullerNarrowExtraBoldItalic";
    src: url("../fuente/MullerNarrow-ExtraBoldItalic.otf")
}

.MullerNarrowExtraBoldItalic{
   font-family: MullerNarrowExtraBoldItalic;
}

@font-face {
    font-family: "OpenSansExtraBoldItalic";
    src: url("../fuente/OpenSans-ExtraBoldItalic.ttf")
}

.OpenSansExtraBoldItalic{
   font-family: OpenSansExtraBoldItalic;
}

@font-face {
    font-family: "OpenSansItalic";
    src: url("../fuente/OpenSans-Italic.ttf")
}

.OpenSansItalic{
   font-family: OpenSansItalic;
}

@font-face {
    font-family: "OpenSansSemibold";
    src: url("../fuente/OpenSans-Semibold.ttf")
}

.OpenSansSemibold{
   font-family: OpenSansSemibold;
}

@font-face {
    font-family: "MullerNarrowLight";
    src: url("../fuente/MullerNarrow-Light.otf")
}

.MullerNarrowLight{
   font-family: MullerNarrowLight;
}

@font-face {
    font-family: "OpenSansBold";
    src: url("../fuente/OpenSans-Bold.ttf")
}

.OpenSansBold{
   font-family: OpenSansBold;
}

@font-face {
    font-family: "OpenSansSemiBoldItalic";
    src: url("../fuente/OpenSans-SemiboldItalic.ttf")
}

.OpenSansSemiBoldItalic{
   font-family: OpenSansSemiBoldItalic;
}

@font-face {
    font-family: "OpenSansLight";
    src: url("../fuente/OpenSans-Light.ttf")
}

.OpenSansLight{
   font-family: OpenSansLight;
}

@font-face {
    font-family: "OpenSansLightItalic";
    src: url("../fuente/OpenSans-LightItalic.ttf")
}

.OpenSansLightItalic{
   font-family: OpenSansLightItalic;
}

@font-face {
    font-family: "OpenSansRegular";
    src: url("../fuente/OpenSans-Regular.ttf")
}

.OpenSansRegular{
   font-family: OpenSansRegular;
}

.separadorEncabezado{
    margin-top: 2rem;
    clear: both;
}

.siguiente{
	background-color: #ef0d1e;
}

.espacio_superior{
    margin-top: 45.8rem;
}

.espacio_pequeno_superior{
    margin-top: 4rem;
}

.espacio_inferior{
    height: 17.7%;
}

.seccion{
    padding: 20px;
	font-size: 1.2em;
	background-color: #efefef;
}

.seccion:hover{
	background-color: #eaeaea;
}

.contenido {
	padding: 20px;
	margin-bottom: 10px;
	background-color: #fafafa;
}

.desplegable{
    padding: 20px;
	margin-bottom: 10px;
	background-color: #fafafa;
}

 a:hover{
    text-decoration: none;
}

.nosubrayadoNaranja a:hover{
    color: #ef0d1e !important;
    text-decoration: none;
}

.subrayadoNaranja{
    color: #ef0d1e !important;
}

.subrayadoAzul{
    color: #131857;
}

.grisClaro{
    color: #aaaaaa;
}

.title-area li{
    list-style: none;
}

.alturaMenu{
    height: 5.5rem;
}

.menu_grande {
	display: block;
}

.menu_pequeno {
	display: none;
	z-index: 1000000;
}

.mostrar_slider {
	display: block;
}

.ocultar_slider {
	display: none;
}

@media screen and (max-width: 800px) {

	.contenido_menu {
		padding: 2px;
		margin-bottom: 1px;
		background-color: #fafafa;
	}

	.desplegable{
		padding: 10px;
		margin-bottom: 5px;
		background-color: #fafafa;
	}

	.menu_grande {
		display: none;
	}
	.menu_pequeno {
		display: block;
		z-index: 1000000;
	}
	.mostrar_slider {
		display: none;
	}
	.ocultar_slider {
		display: block;
	}
}

.menu_pequeno nav {
  margin: 0;
  padding: 0;
  background-color: #ef0d1e;
  z-index: 1000000;
}

.menu_pequeno #logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
  z-index: 1000000;
}

.menu_pequeno nav:after {
  content: "";
  display: table;
  clear: both;
  z-index: 1000000;
}

.menu_pequeno nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 1000000;
}

.menu_pequeno ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #ef0d1e;
  z-index: 1000000;
}

.menu_pequeno nav a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  z-index: 1000000;
}

.menu_pequeno nav ul li ul li:hover { background: #000000; z-index: 1000000; }

.menu_pequeno nav a:hover { background-color: #000000; z-index: 1000000; }

.menu_pequeno nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
  z-index: 1000000;
}

.menu_pequeno nav ul li:hover > ul { display: inherit; z-index: 1000000; }

.menu_pequeno nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
  z-index: 1000000;
}

.menu_pequeno nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
  z-index: 1000000;
}

.menu_pequeno li > a:after { content: ' +'; z-index: 1000000; }

.menu_pequeno li > a:only-child:after { content: ''; z-index: 1000000; }

.menu_pequeno p { text-align: center; }
 .toggle, [id^=drop] {
 display: none;
 z-index: 1000000;
}

.menu_pequeno #container {
  margin: 0 auto;
  max-width: 890px;
  z-index: 1000000;
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	.menu_pequeno #logo {
	  display: block;
	  padding: 0;
	  width: 100%;
	  text-align: center;
	  float: none;
	  z-index: 1000000;
	}

	.menu_pequeno nav { margin: 0; z-index: 1000000;}

	.toggle + a,
	 .menu { display: none; z-index: 1000000;}

	.menu_pequeno .toggle {
	  display: block;
	  background-color: #ef0d1e;
	  padding: 0 20px;
	  color: #FFF;
	  font-size: 20px;
	  line-height: 60px;
	  text-decoration: none;
	  border: none;
	  z-index: 1000000;
	}

	.menu_pequeno .toggle:hover { background-color: #000000; z-index: 1000000;}

	[id^=drop]:checked + ul { display: block; z-index: 1000000;}

	.menu_pequeno nav ul li {
	  display: block;
	  width: 100%;
	  z-index: 1000000;
	}

	.menu_pequeno nav ul ul .toggle,
	 nav ul ul a { padding: 0 40px; z-index: 1000000;}

	.menu_pequeno nav ul ul ul a { padding: 0 80px; z-index: 1000000;}

	.menu_pequeno nav a:hover,
	 nav ul ul ul a { background-color: #000000; z-index: 1000000;}

	.menu_pequeno nav ul li ul li .toggle,
	 nav ul ul a { background-color: #ef0d1e; z-index: 1000000;}

	.menu_pequeno nav ul ul {
	  float: none;
	  position: static;
	  color: #ffffff;
	  z-index: 1000000;
	}

	.menu_pequeno nav ul ul li:hover > ul,
	.menu_pequeno nav ul li:hover > ul { display: none; z-index: 1000000;}

	.menu_pequeno nav ul ul li {
	  display: block;
	  width: 100%;
	  z-index: 1000000;
	}

	.menu_pequeno nav ul ul ul li { position: static; z-index: 1000000;}
}

@media all and (max-width : 330px) {
	.menu_pequeno nav ul li {
	  display: block;
	  width: 94%;
	  z-index: 1000000;
	}
}

.fondoRojo{
	background-color: red;
}

.fondoNaranja{
	background-color: #ef0d1e;
}

.fondoAzul{
	background-color: #131857;
}

body {
    font-family: bomberos;
    background: #e5e5e5;
}
.sin{
    padding: 0;
    margin: 0;
}

.izquierda{text-align: left;}
.derecha{text-align: right;}
.separador1{padding-bottom: 2rem;}
.separador5{padding-bottom: 5rem;}
.separador6Top {margin-top: 6rem;}
.separador6 {padding-bottom: 6rem;}
.separador7{padding-bottom: 7rem;}
.subrayado{text-decoration: underline;}
.float{float: left;}
.alturaLinea{line-height: 1rem;}
.navbar-default{
    background-color:#eeeeee;
    margin-bottom: 0;
}

/**************/
/** CARRUSEL **/
/**************/

.carousel-inner {
    max-height: 459px !important;
	max-width: 117.6rem !important;
	float: right;
}

.carousel{
    margin: 0;
    padding: 0;
    z-index: 5;
}

.lightbox{
	position: absolute;
	top: 20%;
    margin: 0 auto;
	width: 80%;
}

.carousel-indicators li {
	background: url(../img/Imagenes/punto_sin_presionar.png) no-repeat;
    // background: #131857;
    border: 0px;
    width: 1.6rem;
    height: 1.6rem;
}

.carousel-indicators .active {
	background: url(../img/Imagenes/punto_presionado.png) no-repeat;
    // background: #ef0d1e;
    border: 0px;
	margin-bottom: 1px;
    width: 1.6rem;
    height: 1.6rem;
}

.carousel-control {
	margin-top: -110px;
	width: 2rem;
	height: 150%;
}

.carousel2{ /*ICONOS IZQUIERDA Y DERECHA MAS PEQUEÑOS*/
    width: 1rem;
}

.color1{background-color: #f8f8f8;}

.color2{background-color: #f9f9f9;}

/******************/
/** FIN CARRUSEL **/
/******************/

/******************************************************/
/** MODULOS CONSEJOS, SE BOMBERO, SERVICIOS, TWITTER **/
/******************************************************/

.modulo1{ /* CONSEJOS */
    border-top: 1px solid black;
    min-height: 25rem;
    background: white;
}

.moduloGaleria{ /* CONSEJOS */
    border-top: 1px solid black;
    min-height: 25rem;
	min-width: 100%;
    background: white;
}

.modulo2{ /* SE BOMBERO */
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    min-height: 25rem;
    opacity: 1;
    background: url('../img/Imagenes/Foto_modulo.jpg') center center no-repeat;
}

.modulo3{ /* DESTACADOS */
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    min-height: 25rem;
    opacity: 1;
    background: url('../img/Imagenes/Foto_modulo3.jpg') center center no-repeat;
}

.modulo7{ /* DESTACADOS */
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    min-height: 25rem;
    opacity: 1;
    background: url('../img/Imagenes/Foto_modulo7.jpg') center center no-repeat;
}

.moduloCategoriaNaranja{ /* DESTACADOS */
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    min-height: 25rem;
    opacity: 1;
}

.moduloCategoriaNaranja{ /* DESTACADOS */
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    min-height: 25rem;
    opacity: 1;
    background: url('../img/Imagenes/categoria2.png') center center no-repeat;
}

.moduloCategoriaAzul{ /* DESTACADOS */
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    min-height: 25rem;
    opacity: 1;
    background: url('../img/Imagenes/categoria1.png') center center no-repeat;
}

.moduloCategoriaCarpetaNaranja{ /* DESTACADOS */
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    min-height: 25rem;
    opacity: 1;
    background: url('../img/Imagenes/categoriaCarpeta2.png') center center no-repeat;
}

.moduloCategoriaCarpetaAzul{ /* DESTACADOS */
    border-top: 1px solid black;
    margin: 0;
    padding: 0;
    min-height: 25rem;
    opacity: 1;
    background: url('../img/Imagenes/categoriaCarpeta1.png') center center no-repeat;
}

.modulo2Fondo{
    width: 100%;
    min-height: 25rem;
    // background: #ef0d1e;
    opacity: 0.95;
}

.modulo3Fondo{
    width: 100%;
    min-height: 25rem;
    // background: #131857;
    opacity: 0.95;
}

.modulo1 h2, .modulo2 h2, .modulo3 h2, .moduloCategoriaNaranja h2, .moduloCategoriaAzul h2{
    font-size: 1.7rem;
    text-align: center;
}

.modulo1 h3, .modulo2 h3, .modulo3 h3, .moduloCategoriaNaranja h3, .moduloCategoriaAzul h3{
    padding-top: 3rem;
    font-size: 3rem;
    text-align: center;
}

.guionNaranja{
    background: #ef0d1e;
    height: 1rem;
    width: 30%;
    margin: 0 auto;
}

.guionNaranjaPequeno{
    background: #ef0d1e;
    height: 1rem;
    width: 20%;
    margin: 0 auto;
}

.guionAzul{
    background: #131857;
    height: 1rem;
    width: 30%;
    margin: 0 auto;
}

.guionAzulCarreraProfesional{
    background: #131857;
    height: 1rem;
    width: 51.5%;
    margin: 0 auto;
}

.guionAzulPequeno{
    background: #131857;
    height: 1rem;
    width: 20%;
    margin: 0 auto;
}

.modulo4{ /* TWITTER */
    border-top: 1px solid black;
    min-height: 25rem;
    background-image: url(../img/Imagenes/Foto_twitter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.guionBlanco{
    background: white;
    height: 1rem;
    width: 30%;
    margin: 0 auto;
}

.guionBlanco2{
    background: white;
    height: 1rem;
    width: 10%;
    margin: 0 auto;
}

.medio{
    font-size: 1.5rem;
}

.grande{
    font-size: 3rem;
}

.tweet_grande{
    font-size: 2.6rem;
}

.modulo5{ /* NOTICIAS */
	width: 1170px;
    min-height: 56.6rem;
    text-align: center;
    padding: 0;
    margin: -15px;
    background: white;
}

@media screen and (max-width: 800px) {
	.modulo5 { /* GALERIA */
		width: 95%;
		text-align: center;
		padding: 0;
		margin: -15px;
		background: white;
	}
}

.guionNaranjaNoticias{
    background: #ef0d1e;
    height: 1rem;
    width: 30%;
    margin: 0 auto;
}

.guionNaranjaBienvenida{
    background: #ef0d1e;
    height: 1rem;
    width: 20%;
    margin: 0 auto;
}

.guionNaranjaNoticias2{
    background: #ef0d1e;
    height: 1rem;
    width: 12%;
    margin: 0 auto;
}

.caja{
    min-height: auto;
    background: white;
    padding: 0;
    margin: 0;
}



/*CORTINA*/

.recuadro_superior {
    position: relative;
    height: 25rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.recuadro {
    position: relative;
	height: 30rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.gradiente {
	opacity: 0.85;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
	
.gradiente:hover {
	z-index: 1;
	opacity: 0.99;
}
  
.recuadro img{
    width: 15rem;
    position: relative;
    z-index: 0;
}

.recuadro a {
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 0;
}

.recuadro_superior img{
    width: 15rem;
    position: relative;
    z-index: 0;
}

.recuadro_superior a {
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 0;
}

.recuadro2 {
    position: relative;
    height: 25rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.recuadro2 img{
    width: 15rem;
    position: relative;
    float: right;
    padding: 2rem;
}
  
.recuadro2 a {
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 0;
}

.recuadro_2 {
    position: relative;
    height: 25rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.recuadro_2 img{
    width: 15rem;
    position: relative;
    float: right;
    padding: 2rem;
}
  
.recuadro_2 a {
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 0;
}

.recuadro3 {
    position: relative;
    height: 25rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #ef0d1e;
}

.recuadro3 img{
    width: 20rem;
    position: relative;
    float: right;
    padding: 10rem 2rem;
}
  
.recuadro3 a {
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 0;
}

  
.imagen_recuadro, .detalles_recuadro {
    height: 12.9rem;
    background: #131857;
    padding: 0;
    margin: 0;

}

.imagen_recuadro2, .detalles_recuadro2 {
    height: 17rem;
    background: #131857;
    padding: 0;
    margin: 0;
}
.corregirModulo{
    position: relative;
    z-index: 5;
    opacity: 0.9;
  }
.imagen_recuadro {
    
    margin-top: 0;
    background: #000000;

  -webkit-transition-property: margin-top;
  -webkit-transition-duration: .9s;
  
  -moz-transition-property: margin-top;
  -moz-transition-duration: .9s;
  
  -o-transition-property: margin-top;
  -o-transition-duration: .9s;
  
  -ms-transition-property: margin-top;
  -ms-transition-duration: .9s;

}

.subir .sub {
	margin-top: 0;
	-webkit-transition-property: margin-top;
	-webkit-transition-duration: .9s;

	-moz-transition-property: margin-top;
	-moz-transition-duration: .9s;

	-o-transition-property: margin-top;
	-o-transition-duration: .9s;

	-ms-transition-property: margin-top;
	-ms-transition-duration: .9s;
}

.bajar img {
	margin-top: 0;
	-webkit-transition-property: margin-top;
	-webkit-transition-duration: .9s;

	-moz-transition-property: margin-top;
	-moz-transition-duration: .9s;

	-o-transition-property: margin-top;
	-o-transition-duration: .9s;

	-ms-transition-property: margin-top;
	-ms-transition-duration: .9s;
}

.mover img {
	margin-right: 1rem;
	-webkit-transition-property: margin-right;
	-webkit-transition-duration: .9s;

	-moz-transition-property: margin-right;
	-moz-transition-duration: .9s;

	-o-transition-property: margin-right;
	-o-transition-duration: .9s;

	-ms-transition-property: margin-right;
	-ms-transition-duration: .9s;
}

.subir:hover .sub {
	margin-top: -7.4rem;
}

.bajar:hover img {
	margin-top: 7.4rem;
}

.mover:hover img {
	margin-right: -9.8rem;
}

.consejos {
	-webkit-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.27);
	-moz-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.27);
	box-shadow: 0 6px 2px -2px #eee;
}
  
.detalles_recuadro {
    background: #131857;
    color: white;
    padding: .1rem 1rem 15rem 1rem;
    height: 30rem;
}

.detalles_recuadroNaranja {
    background: #ef0d1e;
    color: white;
    padding: .1rem 1rem 15rem 1rem;
    height: 30rem;
}

.recuadro:hover .imagen_recuadro {
    margin-top: -12.9rem;
}

.recuadro_superior:hover .imagen_recuadro {
    margin-top: -12.9rem;
}

.recuadro2:hover .imagen_recuadro {
    margin-top: -5.4rem;
}

.recuadro_2:hover .imagen_recuadro {
    margin-top: -5.4rem;
}

.sublista a {
    color: #131857;
}

.sublista a:hover {
    color: #ef0d1e;
}

.recuadro3:hover .imagen_recuadro {
    margin-top: -5.4rem;
}

/************************************************************************************************/
.recuadro:hover .imagen_recuadro4 {
    margin-top: -5.4rem;
}

.recuadro_superior:hover .imagen_recuadro4 {
    margin-top: -5.4rem;
}

.imagen_recuadro4, .detalles_recuadro4 {
    height: 22.1rem;
    padding: 0;
    margin: 0;

}
.corregirModulo4{
    position: relative;
    z-index: 5;
    opacity: 0.9;
  }
.imagen_recuadro4 {
  -webkit-transition-property: margin-top;
  -webkit-transition-duration: .9s;
  
  -moz-transition-property: margin-top;
  -moz-transition-duration: .9s;
  
  -o-transition-property: margin-top;
  -o-transition-duration: .9s;
  
  -ms-transition-property: margin-top;
  -ms-transition-duration: .9s;

}

.botonNaranja{
    background: #ef0d1e;
	border-radius: 0px;
	border-width: 0px;
}

.buscador {
	border: none;
	background: transparent;
	outline: none;
}

.buscador_bloque{
	font-size: 13.5px;
	letter-spacing: 0.04em ;
	display: inline-block;
	margin: 3px;
	padding: 2px;
}

.buscador::-webkit-input-placeholder {
	color: white;
	font-style: bold;
	opacity: 1 !important;
}

.buscador:-moz-placeholder {
	color: white;
	font-style: bold;
	opacity: 1 !important;
}

.buscador::-moz-placeholder {
	color: white;
	font-style: bold;
	opacity: 1 !important;
}

.buscador:-ms-input-placeholder {
	color: white;
	font-style: bold;
	opacity: 1 !important;
}

.area_privada{
	font-size: 18px;
	letter-spacing: 0.04em ;
}

.log_out{
	font-size: 18px;
	letter-spacing: 0.04em ;
}

.titulo{
	font-size: 75px;
	margin-left: -5px;
	margin-top: 87.75px;
	width: 1500px;
	overflow: visible;
	letter-spacing: 0em;
	line-height: 82.5px;
}

.segunda_frase {
	font-size: 75px;
	padding-top: 15px;
	width: 1500px;
	overflow: visible;
	letter-spacing: 0em;
	line-height: 82.5px;
	margin-left: -6px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #131857;
	font-size: 13.5px;
	letter-spacing: 0.04em ;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 13.5px;
	letter-spacing: 0.04em ;
	color: #131857;
	//opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 13.5px;
	letter-spacing: 0.04em ;
	color: #131857;
	//opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 13.5px;
	letter-spacing: 0.04em ;
	color: #131857;
}

.botonAzul{
    background: #131857;
	border-radius: 0px;
	border-width: 0px;
}

.absoluta{
	width: 100% !important;
}

.guionNaranja2{
    background: #ef0d1e;
    height: 1rem;
    width: 50%;
    bottom: -1rem;
    position: relative;
    vertical-align: bottom;
    left: 14rem;

}

.guionAzul2{
    background: #131857;
    height: 1rem;
    width: 50%;
    bottom: -1rem;
    position: relative;
    vertical-align: bottom;
    left: 14rem;
}

.modulo6{ /* GALERIA MULTIMEDIA */

    min-height: 56.7rem;
    text-align: center;
    padding: 0;
    margin: 0;
    background: white;
}


/**************************/
/** FIN DE PUBLICACIONES **/
/**************************/

/**********************************************************/
/** FIN MODULOS CONSEJOS, SE BOMBERO, SERVICIOS, TWITTER **/
/**********************************************************/
.centrar{
    text-align: center;
}

.centrarImagen{
    margin: 0 auto;
    display: block;
}

.blanco{
    color: white;
}

.granate{
    color: #ba310d;
}

.enlace{
    color: #131857 !important;
}

.enlace:hover{
   color: #ef0d1e !important;
  -webkit-transition-property: margin-top;
  -webkit-transition-duration: .9s;
  
  -moz-transition-property: margin-top;
  -moz-transition-duration: .9s;
  
  -o-transition-property: margin-top;
  -o-transition-duration: .9s;
  
  -ms-transition-property: margin-top;
  -ms-transition-duration: .9s;
  border-bottom: 10px solid #ef0d1e;
}

.enlaceSubmenu{
    color: #131857 !important;
}

.enlaceSubmenu:hover{
   color: white;
  -webkit-transition-property: margin-top;
  -webkit-transition-duration: .9s;
  
  -moz-transition-property: margin-top;
  -moz-transition-duration: .9s;
  
  -o-transition-property: margin-top;
  -o-transition-duration: .9s;
  
  -ms-transition-property: margin-top;
  -ms-transition-duration: .9s;
   border-bottom: 10px solid white;
}

.enlaceSubmenuNaranja:hover{
   color: white;
  -webkit-transition-property: margin-top;
  -webkit-transition-duration: .9s;
  
  -moz-transition-property: margin-top;
  -moz-transition-duration: .9s;
  
  -o-transition-property: margin-top;
  -o-transition-duration: .9s;
  
  -ms-transition-property: margin-top;
  -ms-transition-duration: .9s;
   border-bottom: 10px solid #ef0d1e;
}

.negrita{
    font-weight: bold;
}

.subtitulo_descripcion{
	line-height: 18.45px;
}

.fondoNaranja{
    background: #ef0d1e !important;
    margin: 0;
}

.fondoblanco{
    background: white !important;
}

.fondologin{
    width: 100%;
    height: 600px;
	// background-image: url(../img/Imagenes/Fondo_login.jpg);
    background-size: 100% 100%;
}

.fondoAzul{
    max-height: 40rem !important;
    background: #131857 !important;
}

.fondoAzul2{
    background: #131857 !important;
}

.fondoNaranja2{
    background: #ef0d1e !important;
}

.azul{
    color: #131857 !important;
}

.naranja{
    color: #ef0d1e !important;
}

.privada img{
    width: 3.5rem;
    padding-right: 1rem;
}

.navbar1{
    background: #131857;
    line-height: 4rem;
    padding: 0;
    margin: 0;
    width: 100%;
}

.vertical-centrar {
  display: flex;
  align-items: center;
}



.buscador{
    background: #ef0d1e !important;
    color: white;
    border: none;
    margin: 0;
    padding: 0;
}

.icon-addon {
    position: relative;
    color: #131857;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;

    padding: 10px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;

    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {

    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: white;
}

.logo{
    width: 29rem;
    float: left;
    margin: 0 auto;
}

.logo2{
    padding-top: 0.6rem;
	padding-bottom: 0.6rem;
    max-width: 50rem;
    min-width: 20rem;
    float: left;
    margin: 0 auto;
}

/***************/
/** MEGA MENU **/
/***************/
img.redesSociales{
    margin-top: 3rem;
    width: 24rem;
}

#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
}
 
.inner {
    width:100%;
    position:absolute;
    padding-left:5px;
    font-family:verdana;
    font-size:12px;
    top:30%;
}
 
.inner a.ok {
    padding:4px;
    color:#ffffff;
    text-decoration:none;
}
 
.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#ffffff;
}

.navbar-nav{
	position: absolute;
	bottom: 1px;
	// right: 320px; // 365px
    // margin-left: 36%;
	// padding-right: 28%;
}

.col-sm-2 {
	float: left;
}

.mega-dropdown {
	margin-right: 28.84px;
	position: static !important;
}

@media screen and (max-width: 1900px) {	
	.areaSuperior {
		font-size: 0.9rem;
	}
	
	.mega-dropdown {
		font-size: 1rem;
		margin-right: 5px;
		position: static !important;
	}
}

@media screen and (max-width: 1500px) {
	.areaSuperior {
		font-size: 0.5rem;
	}
	
	.mega-dropdown {
		font-size: 0.8rem;
		margin-right: 0px;
		position: static !important;
	}
}

.mega-dropdown-menu {
    padding: 10px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #131857;
	white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #ef0d1e;
}
.mega-dropdown-menu .dropdown-header {
  color: white; // #131857
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

/*******************/
/** FIN MEGA MENU **/
/*******************/

/************/
/** FOOTER **/
/************/

.gris { filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
    transition:filter 0.4s;
 
-webkit-transition:-webkit-filter 1s;
}

a:hover .gris  { 
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
transition:filter 0.4s;
-webkit-transition:-webkit-filter 1s;
}
footer{
    clear: both;
    text-align: center;
    color: grey;
    padding: 1rem;
}

footer a{
    color: #aaaaaa;
}

footer a:hover{
    color: #DC422A;
}

footer i{
    width: 8rem;
}

footer .icono{
        font-size: 3.5rem;
}

footer img{
    width: 23rem;
    margin: 0 auto;
}

footer .img{
    width: 10rem;
    margin: 0 auto;
    display: block;
}

.visitado a:visited{
    color: white;
    text-decoration: none;
}

/****************/
/** FIN FOOTER **/
/****************/

/** LOGIN **/

.login{
    text-align: center;
    margin: 0 auto;
    max-width: 50rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.login input, label{
    padding: 1rem;
}

.login #boton{
    margin-top: 3rem;
}

.loginn img{
    max-width: 15rem;
    padding-bottom: 5rem;
}

/** FIN LOGIN **/

/******************/
/** SUBIR IMAGEN **/
/******************/
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-input .btn[disabled], .file-input .btn .disabled {
    cursor: not-allowed;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview-frame {
    display: table;
    margin: 8px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
}

.file-preview-frame:hover {
    background-color: #eee;
    box-shadow: 2px 2px 5px 0px #333;
}

.file-preview-image {
    height: 150px;
    vertical-align: text-center;
}

.file-preview-text {
    display: table-cell;
    width: 150px;
    height: 150px;
    color: #428bca;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.file-preview-other {
    display: table-cell;
    width: 150px;
    height: 150px;
    font-family: Monaco, Consolas, monospace;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button {
    display: none;
}

.loading {
    background: transparent url('../img/loading.gif') no-repeat scroll center center content-box !important;
}

.wrap-indicator {
    font-weight: bold;
    color: #245269;
    cursor: pointer;
}
/*************************/
/** FIN DE SUBIR IMAGEN **/
/*************************/

/*********************/
/** INICIO DE ADMIN **/
/*********************/
.separadorGli{
    padding-right: 2rem;
}



.imagenAdmin{

font-size: 5rem;
    min-height: 10rem;
    min-width: 14rem;

}

.admin{
    color: black !important;
    background-color: #CB100D;
    width: 100% !important;
    margin-top: -10px;
    opacity: 0.9;
    margin-bottom: 0.2rem;
    padding-top: 1rem;
    padding-bottom: 2.4rem;

}

.cajasub3{
    float: left;
    margin: 1rem;
    max-height: 15rem;
    max-width: 15rem;
}

.cajasub3 a:hover{
    text-decoration: none;
}

.centrarcajasub3{
    margin: 0 auto;
    padding: 5rem;
}

.imagen{
    overflow: hidden;
}
.numero{overflow: hidden;}

.imagen:hover{
    -webkit-animation: 5s chicle 1;
}

@-webkit-keyframes chicle{
    80%{
        -webkit-transform: scaleX(1.25) scaleY(1.25);
    }

}

.colorTextoAdmin{
    color: white !important;
    font-size: 1.5rem;
}

/******************/
/** FIN DE ADMIN **/
/******************/

/*******************************/
/** INICIO DE CONFIGURACIONES **/
/*******************************/
.cajasub4{
    margin: 1rem;
    max-height: 15rem;
    max-width: 15rem;
}

.separadorGli2{
    padding-right: 1rem;
}

.separadorModulos{
    margin-bottom: 2rem;
}

/******************************/
/** FINAL DE CONFIGURACIONES **/
/******************************/

/*****************************/
/** INICIO DE PUBLICACIONES **/
/*****************************

.absoluta{

width: 100% !important;
}

.publicaciones{
    color: black !important;
    background-color: #CB100D;
    width: 100% !important;
    margin-top: -50px;
    opacity: 0.9;
    margin-bottom: 0.2rem;
    padding-top: 1.5rem;
    padding-bottom: 2.4rem;

}

.colorTexto{
    color: white !important;
    font-size: 1.5rem;
}

.cajasub2{
    min-height: 22.8rem;
}
.cajasub2 a{
    text-decoration: none;
}

.imagen8{
    overflow: hidden;
}
.numero8{overflow: hidden;}

.imagen8:hover{
    -webkit-animation: 5s chicle2 1;
}

@-webkit-keyframes chicle2{
    80%{
        -webkit-transform: scaleX(1.25) scaleY(1.25);
    }

}
/**************************/
/** FIN DE PUBLICACIONES **/
/**************************/

/*********************/
/** INICIO DE VISOR **/
/*********************/

.visorDocumento{
    color: white !important;
    background-color: #CB100D;
    width: 100% !important;
    margin-top: 0rem;
    opacity: 0.9;
    margin-bottom: 0.2rem;
    padding-top: 1.5rem;
    padding-bottom: 2.4rem;

}

.visorDocumento a{
    padding-top: 8rem;
}

.textoDocumento{
    height: 12rem;
    max-height: 12rem;
}
/********************/
/** FINAL DE VISOR **/
/********************/

/**********************/
/** INICIO DE VIDEOS **/
/**********************/


.cajasubVideo{
    min-height: 26rem;
}

.publicacionesVideo{
    color: white !important;
    background-color: #CB100D;
    width: 100% !important;
    margin-top: -4px;
    opacity: 0.9;
    margin-bottom: 0.2rem;
    padding-top: 2rem;
    padding-bottom: 2.4rem;

}

/*******************/
/** FIN DE VIDEOS **/
/*******************/

/**************************/
/** INICIO DE DOCUMENTOS **/
/**************************/

.imagenDocumentos{
	font-size: 2rem;
    min-height: 6rem;
    min-width: 14rem;
}

.imagenNoticias{
	font-size: 2rem;
    min-height: 6rem;
    min-width: 14rem;
}

.imagenAnuncios{
	font-size: 2rem;
    min-height: 6rem;
    min-width: 14rem;
}

.imagenCategorias{
	font-size: 2rem;
    min-height: 6rem;
    min-width: 14rem;
}

.imagenSubcategorias{
	font-size: 2rem;
    min-height: 6rem;
    min-width: 14rem;
}

.envoltorio{
   
}

.paginador{
    padding-top: 5rem;
    padding-bottom: 6rem;
}

/***********************/
/** FIN DE DOCUMENTOS **/
/***********************/

.checkbox-inline{
}

/** GESTOR WEB **/
.gestor{
    text-align: center;
    margin: 0 auto;
    max-width: 50rem;
    padding-top: 5rem;
    padding-bottom: 12rem;
}

.gestor input, label{
    padding: 1rem;
}

.exito{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}