#conteiner {
	position:absolute;
	width: 760px;
	top: 50%;
	margin-top: -210px;
	height: 405;
	left: 50%;
	margin-left: -380px;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 0px;
	background-image: url(imagenes/gradiente.jpg);
	background-repeat:  repeat-y;
}
#porta {
	height: 331px;
	width: 760px;
	margin-top: -4px;
	margin-bottom: 0px;


}

#portapie {
	margin-top: -11px;
	height: 38px;
	margin-bottom: 0px;
}
body {
	background-color: #007bfd;
}
.clima {
	height: 60px;
	width: 280px;
	margin-top: 20px
}
#preintro {
	position:absolute;
	width: 760px;
	top: 50%;
	margin-top: -165px;
	height: 331;
	left: 50%;
	margin-left: -380px;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 0px;
	background-image: url(imagenes/preintro.jpg);
	background-repeat:  repeat-y;
	text-align: center;

}
#fondopreintro {
	background-color: #ffffff;
}
#entrar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	margin-top: 237px;
	font-size: 13px;

}
#entrar a {
	color: #006699;
	text-decoration:none;
}
#entrar a:hover {
	color: #0099FF;
	text-decoration:none;
}
#player {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	margin-top: 17px;
	vertical-align: middle;

}
#player a {
	color: #006699;
	text-decoration:none;
	margin-right: 7px;

}
#player a:hover {
	color: #0099FF;
	text-decoration: underline;
}
