#cabecera{
    float: left;
    position: fixed;
    width: 100%;
    height: 100px;
    background: transparent;
    color: grey;
    
    z-index: 1000;
}
    #cabecera_top{
        float: left;
        width: 100%;
        border-bottom: 1px solid grey;
        font-weight: bold;
        
        background: black;
        color: white;
    }

        .cabecera_fb{
            float: left;
            padding: 8px 0;
            margin-right: 10px;
            text-align: center;
            width: 30px;
            font-size: 1.2em;
            
            -moz-transition:all .5s ease;
        	-ms-transition:all .5s ease;
        	-o-transition:all .5s ease;
        	transition:all .5s ease;
        }
        .cabecera_carrito{
            float: right;
            padding: 8px 0;
            margin-right: 40px;
            font-size: 0.8em;
            
            -moz-transition:all .5s ease;
        	-ms-transition:all .5s ease;
        	-o-transition:all .5s ease;
        	transition:all .5s ease;
        }
        .cabecera_tlfs{
            float: right;
            padding: 8px 0;
            margin-right: 10px;
            font-size: 0.8em;
            margin-top: 10px;
            
            -moz-transition:all .5s ease;
        	-ms-transition:all .5s ease;
        	-o-transition:all .5s ease;
        	transition:all .5s ease;
        }
            .cabecera_tlfs:hover, .cabecera_fb:hover{
                color: grey !important;
                cursor: pointer !important;
            }
            .logo_web{
                float: left;
                width: 5%;
                max-width: 100px;
            }
                .logo_web img{
                    width: 100%;
                }
     #cabecera_mid{
        float: left;
        padding: 20px 0;
        width: 100%;
        
        background-color: rgba(200,200,200, 0.3);  /* gris transparente */
        
        -moz-transition:all .5s ease;
    	-ms-transition:all .5s ease;
    	-o-transition:all .5s ease;
    	transition:all .5s ease;
    }
        #cabecera_logo{
            float:left;
            width: 20%;
            max-width: 350px;
        }
        #cabecera_logo_mini{
            float:left;
            width: 50%;
            margin-left: 1%;
            max-width: 290px;
        }
            #cabecera_logo img, #cabecera_logo_mini img{
                width: 100%;
            }
        #cabecera_logo_mini{
            display: none;
        }
        #cabecera_navegacion{
            float: left;
            width: 80%;
            text-align: center;
            padding-top: 50px;
            
            -moz-transition:all .5s ease;
        	-ms-transition:all .5s ease;
        	-o-transition:all .5s ease;
        	transition:all .5s ease;
        }
            .lista_cabecera{
                color: grey;
                padding: 0 20px;
                font-size: 1em;
                font-weight: bolder;
                
                -moz-transition:all .5s ease;
            	-ms-transition:all .5s ease;
            	-o-transition:all .5s ease;
            	transition:all .5s ease;
            }
                .lista_cabecera:hover{
                    color: black;
                }
            
            .activo{
              color: black;
            }
            
    #cabecera_usuario{
        float: right;
        margin-right: 10px;
        margin-top:8px;
        padding: 2px;
        
        -moz-border-radius: 50%;
    	-webkit-border-radius: 50%;
    	border-radius: 50%;
        
        border: 1px solid white;
        
        -moz-transition:all .5s ease;
    	-ms-transition:all .5s ease;
    	-o-transition:all .5s ease;
    	transition:all .5s ease;
    }
        .usuario_reg{
    		float: right;
    		width: 20px;
    		height: 20px;
    		
    		-moz-border-radius: 50%;
    		-webkit-border-radius: 50%;
    		border-radius: 50%;
    		
    		font-size: 1em;
    		text-align: center;
    		color: grey;
    		font-weight: normal;
    		background-color: white;
    		
    		-moz-transition:all .5s ease;
        	-ms-transition:all .5s ease;
        	-o-transition:all .5s ease;
        	transition:all .5s ease;
    	}
    	    .usuario_reg:hover{
    	        cursor: pointer;
    	        color: black !important;
                opacity: 0.5;
                filter: alpha(opacity=50);       /* IE8 and lower */
                zoom: 1;
    	    }
    	   #info_usuario_login{
    	       float: right;
    	       width: 20%;
    	       margin-right: 4%;
    	       text-align: right;
    	       font-size: 0.9em;
    	       
    	       -moz-transition:all .5s ease;
            	-ms-transition:all .5s ease;
            	-o-transition:all .5s ease;
            	transition:all .5s ease;
    	   }
    	    .zona_reservada{
    	        float: left;
    	        width: 100%;
    	    }
    	        .zona_reservada a:hover{
    	            cursor: pointer;
    	            text-decoration: underline;
    	        }
            
    #cabecera_burguer{
		float: right;
		width: 12%;
		margin-right: 4%;
		margin-top: 20px;
		max-width: 40px;
		text-align: right;
		font-size: 3em;
		color: grey;
		display: none;
	}
		#cabecera_burguer:hover{
			color: black;
			cursor: pointer;
		}
		
		
	    #cabecera_carrito{
			float: right;
			width: 12%;
			max-width: 50px;
			cursor: pointer;
			top: 0;
		}
		#cabecera_carrito_menu{
			float: right;
			display:none;
			width: 12%;
			max-width: 50px;
			cursor: pointer;
			top: 10px;
		}
			.color_carrito{
				color: rgba(190, 190, 190, 1);
			}
			#carrito{
				float: left;
				text-align: left;
				font-size: 1.8em;
				
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				-ms-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
			}
				#carrito:hover{
					font-weight: bold;
					
					opacity: 1;
					filter: alpha(opacity=100);
					color: white;
				}
			#uds_carrito{
			    float: left;
				width: 20px;
				height: 0;
				padding-bottom:20px;
				position:absolute;
				
				margin-top: 20px;
				margin-left: 18px;
				font-size: 0.90em;
				text-align: center;
				color: white;
				
				border-radius: 50%; 
				-webkit-border-radius: 50%; 
				-moz-border-radius: 50%;
				
				background: rgba(234,164,70, 1); /* naranja sadia pie pagina */
			}
      
            
/* MEDIA QUERIES */
@media screen and (max-width: 1000px) {
    #cabecera{
        height: 60px;
        border-bottom: none;
        background: transparent;
    }
    #cabecera_logo_mini{
        display: inline;
        width: 100px;
    }
    #cabecera_navegacion{
        display: none;
    }
	#cabecera_burguer{
		display: inline;
		margin-top: 0;
		color: grey;
	}
    #cabecera_logo{
        display: none;
    }
     #cabecera_burguer{
		margin-right: 8%;
	}
	#cabecera_carrito, #cabecera_usuario, #info_usuario_login{
	    display: none;
	}
	#cabecera_carrito_menu{
	    display: inline;
	}
}

@media screen and (max-width: 500px) {
    #cabecera{
        border-top: 1px solid grey;
        height: 50px;
    }
     #cabecera_burguer{
        margin: 0;
        padding: 0;
        margin-right: 4%;
    }
    #cabecera_logo{
        display: none;
    }
    #cabecera_top{
        display: none;
    }
}
