@charset "utf-8";
/* CSS Document */

/*.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	background-color:transparent;
	font-weight:400;
}*/
.listamenu>li>a{
	color:#FFF;
	text-decoration:none;
}
.listamenu>li>a:hover{
		color:#FF0;
}
ul.listamenu{
	display:inline;
	list-style:none;
	float:right;
	min-width:55%;
	max-width:100%;
	font-weight:300;
	margin-top:3%;
	font-size:40px;
	overflow:hidden;
	
}
.listamenu>li{
float:left;
	padding-left:2%;
}
.listamenu>li.active>a, .listamenu>li.active>a:hover, .listamenu>li.active>a:focus{
	font-weight:400;
	}
.margen1{
	margin-top:-3%;
}


/* The animation code */
@keyframes example {
    from {opacity:0;;}
    to {opacity:1;}
}

/* The element to apply the animation to */
.animar {
	opacity:1;
    animation-name: example;
    animation-duration: 4s;
}