@charset "utf-8";
/* CSS Document */

.container {
	width: 730px;
	padding: 1px;
	margin: 0px 0 0px 0;
	border: 0px solid #ccc;
	background: #fff;
}

/*  borde del menu   */
#nav {
	margin: 15;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #333333;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
    color: #000;
    background: url(../img/styles/rounded.gif) no-repeat bottom center;
	
}
