7@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
    text-decoration: none;
	list-style: none;
	
}

a:link {  text-decoration: none; }

.RSS-Responsive { 	display: none;  }

.imgMenuResponsive { display: none;  }

.Logo-Menu {
    
    width: 220px;
    position:absolute;
    margin-left: 110px;
    margin-top: 28px;
    z-index: 845454544;
    -webkit-transition: all 1s;
}


.Logo-Menu-Fixed {  display: none; }



.LogoColor {
	
	background:url(../img/Usadas/LogotipoBlanco.png) 50% 0 no-repeat;
    background-size: cover;
	width: 250px;
	height: 340px;
	
	display: block;
    background-size: contain;
    position: fixed;
    margin-left: 120px;
    margin-top: 15px;
    z-index: 845454544;
    -webkit-transition: all 1s;
	
}


.Logo-Menu-Negro-Fixed {
	
	background:url(../img/Usadas/LogotipoColor.png) 50% 0 no-repeat;
    background-size: cover;
	height: 300px;
	
	display: block;
	background-size: contain;
    width: 86px;
    position: fixed;
    margin-left: 120px;
    margin-top: 5px;
    z-index: 845454544;
    -webkit-transition: all 1s;
	
}





.FB-Menu {
	
	width: 30px;
	height: 33px;
	margin-top: 20px;

}


.TW-Menu {
	
	width: 30px;
	height: 33px;
	margin-top: 20px;
	margin-left: 10px;

}


.Menu-Responsive { display: none; }

.Menu {
    
    display: inline-block;
    text-decoration: none;
    list-style: none;
    position: fixed;
    z-index: 125414;
    width: 100%;
    padding-right: 70px;
    -webkit-transition: all 0.3s;
	z-index: 454256;
	background-color: transparent;

}



.Menu-fixed {
	
    margin-top:-25px;
    -webkit-transition: all 0.3s;
	font-weight: 100;
	background-color: #000;
	text-decoration: none;
	height: 140px;

}


.Menu a   {
	
	font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
	font-size: 14px;
    -webkit-transition: all 0.4s;

}


.Menu-fixed a   {
	
    color: #fff;
    -webkit-transition: all 0.4s;

}


.Menu a:hover {

    font-weight: 500; 
	font-size: 14px;
    -webkit-transition: all 0.2s;
	
}


.Menu ul {
    
    float:right;
    display: flex;
    list-style: none;  
    font-size: 12px;
    margin-top: 45px;
	margin-bottom: 25px;
	margin-right: 50px;
    
}


.Menu ul li {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
	padding-top: 30px;
   
}

.Menu ul ul {  display: none;  }

.Menu ul li:hover ul {
    display: block;
    position: absolute;
    z-index: 445445;

}


.Img-RSS {
    
    width: 30px;
    margin-top: -10px;
	background-image:url(../img/menuresponsive.png);

}





@media (max-width:1102px) {
	

.Contenedor-Responsive {
		
		width: 100%;
		height: 110px;
		background-color: #fff;
		position: fixed;
		z-index: 1000;
		
}
	
.imgMenuResponsive {
		
    display: block;
	width: 50px;
	float: right;
    position: fixed;
    margin-top: 15px;
    z-index: 8454;
	margin-left: 93%;      
  
}
	
.LogoColor {
	
	background:url(../img/Usadas/LogotipoColor.png) 50% 0 no-repeat;
    background-size: cover;
	height: 340px;
	
	display: block;
	background-size: contain;
    width: 86px;
    position: fixed;
    margin-left: 120px;
    margin-top: 10px;
    z-index: 845454544;
    -webkit-transition: all 1s;
	
}
	
.Logo-Menu-Negro-Fixed {
	
	background:url(../img/Usadas/LogotipoColor.png) 50% 0 no-repeat;
    background-size: cover;
	height: 340px;
	display: block;
	background-size: contain;
    width: 86px;
    position: fixed;
    margin-left: 120px;
    margin-top: 10px;
    z-index: 845454544;
    -webkit-transition: all 1s;
	
}

	


.Menu-Responsive { 
	
	    display: block;
		position: absolute;
		margin-top:110px;
		width: 100%;
		height: 100vh;
		-webkit-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		transition: all 0.2s;
		background-color: #A42333;
		position: fixed;
		z-index: 1000;

	} 
	
.Menu {
		
		display: none
		
	}
	
.Menu-none {
		
		display: none;
		
	}
	
		
.Menu-Responsive ul {
		
		display: block;
		float: right;
		list-style: none;
		height: 10px;
		float: left;
	
	}
	
	
.Menu-Responsive a {
	
		display: block;
		color:#fff;
		text-decoration: none;
		padding-top: 15px;
	    padding-left: 40px;
	
		font-family: 'Roboto Condensed', sans-serif;
		
	}
	
	
.FB-Menu {  margin-left: 20px; }

	
	
}




@media (max-width:474px) {
   
.LogoColor {  margin-left: 20px; }
	
.Logo-Menu-Negro-Fixed { margin-left: 20px; }

	
.imgMenuResponsive {
		
    display: block;
	width: 50px;
	float: right;
    position: fixed;
    margin-top: 15px;
    z-index: 8454;
	margin-left: 83%;      
  
}
	
}



