@charset "utf-8";
/* CSS Document */

 ESTILOS DE MENU HORIZONTAL

.container {
        width: 990px;
        padding: 0px;
        margin: 0px;
        border: 0px solid #ccc;
        background: #FFFFFF;
}

/* rounded */



#nav {
        margin: 0;
        padding: 4px 0 20px 70px;
        border-bottom: 1px solid #000000;
}

		#nav li {
				margin: 0;
				padding: 0;
				
				display: inline;
				list-style-type: none;
		}
		
		#nav a:link, #nav a:visited {
				float: left;
				font-size: 14px;
				line-height: 14px;
				font-weight: bold;
				padding: 0 12px 6px 12px;
				text-decoration: none;
				color: #ff8000;
		}
		
		#nav a:link.active, #nav a:visited.active, #nav a:hover {
				color: #000;
				background: url(Imagenes/fondos/rounded.gif) no-repeat bottom center;
		}
		
	#navinf {
        margin: 0;
        padding: 0 0 20px 70px;
        border-bottom: 1px solid #000000;
}	
				#navinf li {
						margin: 0;
						padding: 0;
						display: inline;
						list-style-type: none;
				}
				
				#navinf a:link, #navinf a:visited {
						float: left;
						font-size: 14px;
						line-height: 14px;
						font-weight: bold;
						padding: 0 12px 6px 12px;
						text-decoration: none;
						color: #ff8000;
				}
				
				#navinf a:link.active, #navinf a:visited.active, #navinf a:hover {
						color: #000;
						background: url(Imagenes/fondos/roundedinf.gif) no-repeat bottom center;



}



.a {
	text-transform: capitalize;
}

