	/*********** BANNER LOGO ***********/
	#logo{
		position:relative;
		width:100%;
		height:200px;
		/*background: url(../images/banner3.jpg) no-repeat center;*/
	}
	/*********** BARRA NAVEGACIÓN ***********/
	#navegacion{
		position:relative;
		height:25px;
		width:100%;
		margin-top:10px;
		margin-left:10px;
		margin-right:20px;
		font-family:Times New Roman;
		font-size:1em;
		font-weight:bold;
		text-decoration:none;
		color:white;
	}
	