.fondo_cabecera{

-webkit-box-shadow: 1px -1px 6px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px -1px 6px -1px rgba(0,0,0,0.75);
box-shadow: 1px -1px 6px -1px rgba(0,0,0,0.75);

    /*background: cornflowerblue;*/
    
    /*background-image: url(/cabecera/imagenes/degrade.png);*/
    background-color: white;
    background-repeat: repeat-x;
}

#boton_menu{
    display:none;
}

.dentro_cabecera{
    margin: 0 auto;
    width: 100%;
	max-width: 1200px;
	padding:0px 10px 0px 5px;
	box-sizing: border-box;
}


.cabecera_default{
    float:left;
    width:100%;
    height:150px;
    background-image:url(/web_local/imagenes/web/cabecera_png.png) !important;
    background-size: cover;
}


.franja_datos{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
    background-color:#0279c9;
    border-bottom: 1px solid white;
}

.franja_logo{
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    /*background-color: blueviolet;*/
}

.menu_horizontal{
    float: right;
    width: calc(100% - 300px);
    height: auto;
    margin-top: 30px;
    /*background-color:#ffa;*/
}

.logo{
    float: left;
    width: auto !important;
    height: 90px;
    padding:7px 10px 8px 10px;
    /*background-color:#ccc;*/
}

.logo img{
    width: 100%;
    height: auto;
}



@media only screen and (max-width:900px){
 
    #boton_menu{
        display:block;
    }
 
    .dentro_cabecera{
		padding:5px 5px 0px 0px !important;
		
	}


    .fondo_cabecera{

        -webkit-box-shadow: 1px -1px 6px -1px rgba(0,0,0,0.75);
        -moz-box-shadow: 1px -1px 6px -1px rgba(0,0,0,0.75);
        box-shadow: 1px -1px 6px -1px rgba(0,0,0,0.75);
        
        /*background-image: url(/cabecera/imagenes/degrade_100.png);*/
        background:white;
        background-repeat: repeat-x;
    }
        

    .cabecera_default{
        float:none;
        position: fixed;
        top: 0px;
        width:100%;
        height:70px !important;
        
        
    }
    
    .franja_datos{
        display: none !important;
    }

    .franja_logo{
        padding: 0px 0px 0px 0px !important;
    
    }
    
    .logo{
        float: left;
        width: 220px !important;
        height: auto;
        padding:0px 10px 0px 10px;
        background-color: !important;
    }
    
    .menu_horizontal{
        display: none;
        float: left;
        width: 800px;
        height: auto;
        background-color:;
    }

}