 
 .nav.nav-pills a {
	color:#666;
}
.oculto{
	display:none;
	visibility:hidden !important;
}
.verde {
	color:green;
}
.rojo {
	color:red !important;
}
.flotarR{
	float:right;
}
.flotarL{
	float:left;
}
.ancho85{
	width:85%;
}
.noBorder{
	border:0px !important;
}
.botom10{
	margin-bottom:10px;	
}
.top20{
	margin-top:20px;
}
.paddingTop5{
	padding-top:5px;
}
.clear-left{
	clear:left;
}