@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://weloveiconfonts.com/api/?family=fontawesome|typicons);
@import url(banner.css);
@import url(menu.css);
@import url(nuevo.css);
@import url(categorias.css);
@import url(panel.css);
@import url(tab.css);
@import url(menuDesppo.css);
@import url(titulos.css);
@import url(nosotros.css);
@import url(fuentedesppo.css);
@import url(contacto.css);
@import url(SliderCarrousel.css);
@import url(acordion.css);
@import url(mapa.css);
@import url(tabla.css);
@import url(video.css);

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
/*    background: url(../imagesDesppo/BackgroundFachadayLINEAS.jpg) no-repeat fixed  center center ;*/
    background-size: cover;
    padding-bottom: :100em;

}

footer{
   background: rgba(255,255,255,.3);  
}

header {
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,.7);   /*COLOR DE FONDO BLANCO DESPPO DEL MENU HEADER*/

    color: #626260;            /*COLOR DE LETRA DEL MENU HEADER*/
    /*position: fixed;        /*por si queremos que el menu quede arriba o se mueva con el scroll*/
    top: 0;
    left: 0;
    z-index: 100;
}

#header background {
    width: 100%;
    height: 100%;
}

.contenedor {
    width: 98%;
    margin: auto;

}
.contenedor img{
    /*cursor: pointer;*/
    
}

h-{
	color: rgba(0,0,0,0)
}
h1 {

    float: left;
    font-size: 20px;
}

h3 {
/*    font-family: fontello;*/
    color: #1b3b90;
    text-align:center;
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
	font-weight: lighter;
}



hDesppo{
/*    font-family: fontello;*/
/*    color: #a61c15;*/
	color: #626160;
	
    text-align:center;
    margin: 0;
    font-size: 15px;
    margin-bottom: 20px;	
	font-weight: lighter;
	text-decoration: none;
}



h4 {
    
/*    font-family: fontello;*/
    color: #fff;
    font-size: 35px;
    text-align: center;
     background: #1b3b90;
}


h5{
    text-align: center;
    font-size: small;
	color: #626260;
}


h7 {
/*    font-family: ConcursoItalian_BTN;*/
    color: #fff;

    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;
	    text-align:center;
}

    

header .contenedor {
  display: table;
}
section {
    width: 100%;
    margin-bottom:  25px;
}
#decora {
    text-align: center;
}

.decora img{
    cursor:pointer;
}

footer .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
	padding-top: 15px;
}

.sociales{
    width: 100%;
    text-align: center;
    font-size: 28px;
}
				.descargaPDF{
					width: 100%;
					text-align: right;
					font-size: 10px;
				}


.copy{
    font-size: 20px;
    
}
.sociales a {
    color: #a61c15;
    text-decoration: none;
}

@media (min-width:768px){
    .sociales {
        width: auto;
    }
    footer .contenedor {
        justify-content: space-between;
    }
    h1 {
    font-size: 35px;
}
}

@media (min-width:1024px) {
    .contenedor {
        width: 1000px;
    }
}

/*------------------------------------------LIGHTBOX*/

.fotobox {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.8);
  top: 0;
  left: 0;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.fotobox img{
    max-width: 95%;
    max-height: 80%;
    border-radius: 3%;
    border: 2px solid #fff;
}

.btn-close{
    width: 40px;
    height: 40px;
    background: #AE4545;
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 4px;
    position: absolute;
    top: 190px;
    right: 30px;
    cursor: pointer;
}
/*--------------------------------------BOTTOM*/

.BOTTOM {
	background: rgba(255,255,255,.3);  
    width: 98%;
    margin: auto;
}
.BOTTOM .contenedor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
	padding-top: 15px;
}