a{
	text-decoration: none;
}
.etiqueta {
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
	border:none;
	text-align:left;
	padding:10px;
			
	background-color:white;
}
.etiquetas {
				
	border: none;
	text-align: left;
	padding: 10px;
	float: left;
	background-color: white;
}
.etiqueta:hover {
	box-shadow: 0px 8px 8px 0px rgba(0,0,255,0.2);
	border:1px solid rgb(210,210,210);
			
	background-color:white;
}		
.encabezado{
	width: 100%; 
	height: 120px; 
	background-color: rgb(6,46,87); 
	text-align: left;
	color: rgb(255,255,255);
				
}
.pie{
	width: 100%; 
	height: 150px; 
	background-color: rgb(6,46,87); 
	text-align: left;
	color: rgb(255,255,255);
	clear: left;
}			
.fijo{

	width: 80%; 
	height: 30px; 
	border-bottom: 1px solid rgb(200,200,200);
	background-color: rgb(231,232,231); 
	text-align: left;
	color: rgb(6,46,87);
	padding: 5px;
	font-size: 1.2em;
}				
.menu{

	width: 80%; 
	height: 30px; 
	border-bottom: 1px solid rgb(200,200,200);
	background-color: rgb(255,255,255); 
	text-align: left;
	color: rgb(100,100,100);
	padding: 5px;
				
}	
.menu:hover{
	width: 80%; 
	height: 30px; 
	border-bottom: 1px solid rgb(200,200,200);
	background-color: rgb(231,232,231); 
	text-align: left;
	color: rgb(255,109,0);
	padding: 5px;
}				
.barra{
	margin-top: 40px;
	height: 30px; 
	text-align: center;
	float: left;
	color: rgb(255,255,255);
	padding: 15px;
				
}	
.barra:hover{
	border-bottom: 3px solid rgb(255,109,0);

}	