#menu_min{
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
	left: -30000px;
	z-index: 10000 !important;
	background: rgba(10, 10, 10, .7);
	
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
    #menu_top_tlf{
    	float: left;
    	width: 100%;
    	height: 10%;
    	font-family: 'minusculas';
    	background-color: white;
    	color: grey;
    }
        .menu_in_tlf{
            float: left;
    		width: 68%;
    		margin-left: 10%;
    		padding-top: 2%;
        }
    .icono_acceso_menu_in{
		float: right;
		margin-right: 1%;
		padding-top: 2%;
		text-align: right;
		font-size: 2.6em;
		font-weight: normal;
		color: grey;

		-moz-transition:all .5s ease;
		-ms-transition:all .5s ease;
		-o-transition:all .5s ease;
		transition:all .5s ease;		
	}
		.icono_acceso_menu_in:hover{
			color: red;
			cursor: pointer;
		}
	#menu_middle{
    float: left;
	width: 100%;
	height: 90%;
	
	background-color: white;
}
#menu_opciones{
	float: left;
	width: 100%;
	
	border-bottom: 1px solid grey;
	
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
    #linea_menu{
       float: left;
       font-family: 'mayusculas';
       width: 90%;
       padding: 18px 5%;
       
       color: grey;
       font-size: 1.4em;
      
       border-bottom: 1px solid grey;
       background: white;
       
       -moz-transition:all .5s ease;
        -ms-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
    }
        .linea_menu_redes{
            float: left;
            width: 90%;
            padding: 0 2%;
            text-align: center
        }
            .icono_redes_menu{
                padding: 0 10px;
            }
            .icono_redes_menu:hover{
                color: grey;
            }
        
        #linea_menu:hover, #linea_sub_menu:hover{
            background: red;
            color: white;
            cursor: pointer;
        }
            .linea_sub_menu{
                float: left;
                font-family: 'mayusculas';
                width: 80%;
                padding: 18px 10%;
                
                font-size: 2em;
            }
        #linea_sub_menu{
            float: left;
            font-family: 'mayusculas';
            width: 85%;
            padding: 18px 5% 10px 10%;
            
            color: white;
            font-size: 1.4em;
          
            border-bottom: 1px solid white;
        }
    #menu_pie{
        float: left;
        width: 100%;
        position: absolute;
        bottom: 0;
        
        background: grey;
    }
        .pie_tlf{
            float: left;
            width: 100%;
            margin: 4px 0;
            color: white;
            font-size: 1.6em;
            text-align: center;
        }
        .pie_horario{
            float: left;
            width: 100%;
            margin: 10px 0;
            color: white;
            font-size: 1.4em;
            text-align: center;
        }
