

#menu-portal-maestro {
	width:1000px;
	/*float:left;*/
	background-color: #000;
	text-align: center;
	/*position: absolute;*/
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
	display: block;
	color: #aaa;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 27px;
}
#menu-portal-maestro #navegacion-portales {
	width: 1000px;
	display: block;
	height: 27px;
	line-height: 27px;
	/*position: absolute;
	margin-left: -500px;*/
	text-align: right;
}

@media screen
{
	#menu-portal-maestro #navegacion-portales span {
		display: block;
		float: left;
		margin-left: 40px;
	}
	
	#menu-portal-maestro #navegacion-portales .enlace-pais  {
		background-image: url(../imagenes/logo-elpais-menu-maestro.jpg);
		background-repeat: no-repeat;
		background-position: left center;
		text-decoration: none;
		font-size: 1px;
		height: 27px;
		width: 128px;
		display: block;
		margin-left: 14px;
		float: left;
		color: #000;
		line-height: 1px;		
	}
	
	#menu-portal-maestro #navegacion-portales a {
		color: #999;
		text-decoration: none;
		padding-right: 6px;
		padding-left: 6px;
	}
	
	#menu-portal-maestro #navegacion-portales a:hover {
		color: #09C;
		text-decoration: underline;
	}
	
	#prueba {
		width: 1000px;
		display: block;
		height: 1000px;
		position:relative;
		margin-left: -500px;
		top:30px;
		/*float:left;*/
		left: 50%;
		background-color:#09F;
		z-index:1;
	}
}
