/* CSS Document */


body{	
	position:relative;
}

#cabecera{
/*    border: solid 2px orange;*/
    padding: 0px;
    margin:0px;
    
}

h2{
    text-align: center;
}

/* ----- Separar las cajas (row) verticalmente  ------- */

    /* Vertical-Offset-Bottom, no existe por defecto en bootstrap */

	.vert-offset-bottom-2{
		margin-bottom: 2em;
	}	
    
    /* más separación en pantallas grandes */
@media (min-width: 768px){
	.vert-offset-bottom-2{
		margin-bottom: 6em;
	}
}
/* fin . . . . Separar */



/* ///////////////////// BARRA NAVEGACIÓN //////////////////// */

/* ////////////////////////////////////////////////////////// */

/* ---- affix para el menú ----*/
.affix {
		position:fixed;
		top: 0;
		width: 100%;
		z-index: 100; /* !!!!! Para que los divs con col-..-.. no se vean por encima del nav !!*/
}

/* cambiar el color de fondo al Nav */
nav.navbar {
/*  background-color: rgba(255, 255, 255, 0); Se lo doy con jquery*/
    border: none;
/*	border:solid 2px grey;	*/
	
}

/* Poniendole padding a <a> acerco la línea de abajo a texto del botón */
.navbar-default .navbar-nav a{
    padding: 5px; 
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
}


/* cambiar el color al texto hover del Nav */
nav.navbar ul.nav li a:hover{
	color:#33cc99;
    
}

/* cambiar colores al boton activo del nav */

    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus {
        color: #33cc99;
/*        background-color: rgba(255, 255, 255, 0);*/
/*        border-bottom: solid 2px #33cc99;*/
/*        margin-top: -20px;*/       

    }

@media (min-width: 768px){
    .navbar-default .navbar-nav > .active > a, 
    .navbar-default .navbar-nav > .active > a:hover, 
    .navbar-default .navbar-nav > .active > a:focus {        
        background-color: rgba(255, 255, 255, 0);    
    }
}


/* Centra los links del nav siempre que la pantalla sea de 768 como min, así no modifica la disposición de los links en la versión colapsada */

@media (min-width: 768px){
	.navbar-nav {
		width: 100%;
		text-align: center;
        
		}
	.navbar-nav li {
        float: none;
        display: inline-block;
        margin-top: -20px;  /*separacion entre los botones y la parte superior */
        margin-bottom: 14px
		}
}


/* suaviza las transformaciones del menú */
#mi_logo{
			transition: all 1s;
			-moz-transition: all 1s; /* Firefox 4 */
			-webkit-transition: all 1s; /* Safari and Chrome */
			-o-transition: all 1s; /* Opera */
		}

/* clases para menú logo grande */

.large {
	width: 90px;
    height: 78px;
    margin-top: 25px;
    
}

/* clases para menú logo peq. */

.small { 
    width: 58px; 
    height: 51px; 
    margin-top: 25px;
    
}

.logo-colapsado{
    margin: 10px;
}

.transparente {
    background-color: rgba(255, 255, 255, 0);
}

.blanco {
    background-color: rgb(255, 255, 255);
    -webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in;
	transition: background-color 0.2s ease-in;
}



/* ///////////////////// HEADER //////////////////// */

/* ////////////////////////////////////////////////////////// */


#cabecera {
	background: url(../images/imagen-header-1600-c-2.jpg) no-repeat center top;
	padding-top: 100px;
/*	background-attachment: relative;*/
	background-position: center center;
	min-height: 260px;
/*	width: 100%;*/
	color: white;
	
/*    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
        
}



/*@@@@@@@@@@@@@@@@@@@@@@@*/






/* ///////////////////// HISTORIA //////////////////// */

/* ////////////////////////////////////////////////////////// */

#historia{
    padding-top: 80px;
    padding-bottom: 80px;
}

#historia h2 {
    color: #33cc99;
    margin-bottom: 75px;
}

#bloque-vacio {
    margin-bottom: 400px;
    text-align: center;
}


/*@@@@@@@@@@@@@@@@@@@@*/
@media(min-width:992px){
    
   
    
  
}

@media(max-width:767px){
      
  
    
    #historia h2 {
        margin-bottom: 40px;
    }
    
    
}








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

/* ////////////////////////////////////////////////// */


footer{
    
}

footer p {
    
    padding-top: 10px
}

#direccion {
	background: url(../images/footer-general.jpg) no-repeat center top;
/*	padding-top: 100px;*/
/*	background-attachment: relative;*/
	background-position: center center;
	min-height: 45px;
/*	width: 100%;*/
	color: white;
	
/*    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    
    font-size: 1.3em;
}


.centered {
    text-align: center;
    
}

/* @@@@@@@@@@@@@@@@@@@@@@ */

@media (max-width:767px){
    
    #direccion {
	background: url(../images/footer-general-767.jpg) no-repeat center top;
/*	padding-top: 100px;*/
/*	background-attachment: relative;*/
	background-position: center center;
	min-height: 45px;
/*	width: 100%;*/
	color: white;
	
/*    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%; */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
        
    font-size: 1.1em;
    }
    
    
}





