/* @override http://localhost/carlos3/css/css.css */

.horizontal ul {
	list-style-type: none;
	position: relative;
	display: inline-block;
	}

div.horizontal {
	width:  100%;
	;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.horizontal li {
	float: left;
	padding: 7px;
	border-left: 1px dotted white;
	border-color: #338174;
}

.horizontal li.lastOne {
	border-right: 1px dotted white;
	border-color: #338174;
}

.horizontal li a {
	text-decoration: none;
}

.horizontal li a:hover {
	color: white;
}
