	
		#nav-reflection {
			float:left;
			margin: 0;
			padding-left:250px;
			width:100%;
			list-style: none;
			}
			
		#nav-reflection li {
			float: left;
			margin-right: 15px;
			width: 100%;
			height: 30px;
			margin-bottom:5px;
			
			}
			
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {
			float:left;
			width: 100px;
			height: 30px;
			border-left:solid 15px #003A76;
			padding-left:10px;
			color:#FFFFFF;
			line-height:30px;
			font-size:15px;
			text-decoration:none;
			text-transform:uppercase;
			font-weight:bold;
			}
		#nav-reflection li.button-color-Bloque a {
			float:left;
			}
			
		
		