        /* Tipos de letra */
		@font-face {
			font-family: 'Essence';
			src: url('fuentes/ARESSENCE.ttf') format('truetype');
		}
		@font-face {
			font-family: 'Essence';
			src: url('fuentes/ARESSENCE.eot') format('truetype');
		}
		@font-face {
			font-family: 'Concurso';
			src: url('fuentes/Concibb_.ttf') format('truetype');
		}
		@font-face {
			font-family: 'Concurso';
			src: url('fuentes/Concibb_.eot') format('truetype');
		}

		.tituloBlanco {
			font-family: "Concurso", "Concurso";
			font-size: 30px;
			color: #ffffff;
		}
		.tituloAzul {
			font-family: "Concurso", "Concurso";
			font-size: 50px;
			color: #ffa726;
		}
		.titulinAzul {
			font-family: "Concurso", "Concurso";
			font-size: 25px;
			color: #ffa726;
		}
		.titulilloAzul {
			font-family: "Concurso", "Concurso";
			font-size: 25px;
			color: #ffa726;
		}

        .tituloNegro1 {
			font-size: 35px;
        }
        .tituloNegro2 {
			font-size: 25px;
        }
        .tituloNegro3 {
			font-size: 16px;
        }

        .textoPequeNegro {
            font-size: 14px;
        }


        /* 1ª fila de menú */
        .fila1 {
            background-color: #9cd8d8;
            color: #fff;
        }

        /* 2ª fila de menú */
        .fila2 {
            background-color: #fff;
        }

        
        /* Capa buscador */
        .capaBuscador {
            position: relative;
            top: -100px;
            background-color: #fff;
            border: #ffa726;
            border-style: solid;
            padding-top: 5px;
        }
        .capaBuscadormovil {
            background-color: #fff;
            border: #ffa726;
            border-style: solid;
            padding-top: 5px;
        }

        /* Capa sectores */
        #capaSectores {
            background-color: #fff;
            border: #ffa726;
            /*border-style: solid;*/
            padding-top: 5px;
            height: 400px;
        }


        /* Botón menú */
        .botonMenu {
            background-color: #ffa726;
        }

        .botonSector {
            border: #9cd8d8;
            border-style: solid;
        }

        .enlacesPie {
            font-size: 20px;
            color:#ffa726;
        }


        /* Navbar links */

        #navbar a {
            float: left;
            display: block;
            color: #f2f2f2;
            text-align: center;
            padding: 14px;
            text-decoration: none;
        }

        /* Page content */
        .content {
            padding: 16px;
        }

        /* The sticky class is added to the navbar with JS when it reaches its scroll position */
        .sticky {
            position: fixed;
            top: 0;
            width: 100%;
        }

        /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
        .sticky + .content {
            padding-top: 60px;
        }

        .dropdown-menu {
            background-color: #9cd8d8;
        }


        /* Botón de subir */
        a.scroll-top {
            color: #fff;
            display: none;
            width: 50px;
            height: 50px;
            position: fixed;
            z-index: 1000;
            bottom: 50px;
            right: 30px;
            font-size: 30px;
            background: #ffa726;
            border-radius: 3px !important;
            text-align: center;
            border: 1px solid hsla(0, 0%, 78%, 0.3)
        }
        a.scroll-top i {
            position: relative;
            top: 2px;
        }
        

        .tooltip {
            background-color: #ffa726;

        }
        
        /* Style the navbar */
        .navbar {
            background-color: #9cd8d8 !important;;
        }

        /* Tarjetas panel empresas */
        .tarjetasEmpresa {
            margin: 5px;
        }

        .ventanamodal {
            width: 90%;
            background-size: cover;
            background-position: center;
            box-sizing: border-box;
                  
        }



        * {
            box-sizing: border-box;
          }
          
          img {
            vertical-align: middle;
          }
          
          /* Position the image container (needed to position the left and right arrows) */
          .container {
            position: relative;
          }
          
          /* Hide the images by default */
          .mySlides {
            display: none;
          }
          
          /* Add a pointer when hovering over the thumbnail images */
          .cursor {
            cursor: pointer;
          }
          
          /* Next & previous buttons */
          .prev,
          .next {
            cursor: pointer;
            position: absolute;
            top: 40%;
            width: auto;
            padding: 16px;
            margin-top: -50px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            border-radius: 0 3px 3px 0;
            user-select: none;
            -webkit-user-select: none;
          }
          
          /* Position the "next button" to the right */
          .next {
            right: 0;
            border-radius: 3px 0 0 3px;
          }
          
          /* On hover, add a black background color with a little bit see-through */
          .prev:hover,
          .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
          }
          
          /* Number text (1/3 etc) */
          .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
          }
          
          /* Container for image text */
          .caption-container {
            text-align: center;
            background-color: #222;
            padding: 2px 16px;
            color: white;
          }
          
          .row:after {
            content: "";
            display: table;
            clear: both;
          }
          
          /* Six columns side by side */
          .column {
            float: left;
            width: 16.66%;
          }
          
          /* Add a transparency effect for thumnbail images */
          .demo {
            opacity: 0.6;
          }
          
          .active,
          .demo:hover {
            opacity: 1;
          }



        