	* {
		padding: 0px;
	}

/* Header */
	.header {
		background: url(images/bg-white.png) repeat-x;
		width: 100%;
		height: 81px;
	}

/* Nav */

	.nav ul {
		float: left;
		list-style: none;
		height: 24px;
	}

	.nav li {
		float: left;
		height: 24px;
		/*background: url(images/sep.png) top right no-repeat;*/
	}

	.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
		height: 21px;
		padding-top: 5px;
		color: #515151;
		font: 12px/14px Arial, sans-serif;
		font-weight:bold;
		text-align: center;
		display: block;
		text-decoration: none;
		outline: 0;
	}

	.subNavContainer {
		display: none;
		float: left;
		background: #ffffff;/* Fondo submenu */
		overflow: hidden;/* Oculta el submenu */
	}

	.subNav a:link, .subNav a:visited, .subNav a:active {
		float: left;
		padding: 0 10px 0 18px;/*distancia entre subitems*/
		height: 23px;
		color: #4e9abc;
		font: 11px/22px Arial, sans-serif;
		background: #ffffff url(images/bullet.png) left no-repeat;
		/*text-align: center;*/
		display: block;
		text-decoration: none;
		outline: 0;
	}

	/*Fondo de Mouse Over submenu*/
	.subNav a:hover {;
		background: #c9eeff url(images/bullet.png) left no-repeat;
	}
