body{
	background: #cfdde5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

.separador{
	padding: 19px 0px 0px 0px;
	margin: 0px;
}

#contenedor{
	position: absolute;
	z-index: 1;
	background: #cfdde5;
	width: 609px;
	height: 282px;
	top: 50%;
	left: 50%;
	margin-top: -141px;
	margin-left: -305px;
	overflow: hidden;
}

#panel1{
	width: 300px;
	height: 250px;
	float: left;
	background: #f0f2f5;
	border: 1px solid #006699;
}

#logotipo{
	float: left;
	display: inline;
	margin-left: 8px;
	margin-top: 15px;
}

#idiomas{
	float: left;
	width: 300px;
	text-align: center;
	overflow: hidden;
	display: inline;
	margin-top: 40px;
}

#panel2{
	width: 300px;
	height: 250px;
	float: left;
	margin-left: 5px;
	display: inline;
	border: 1px solid #006699;
}

#pie{
	float: left;
	margin-top: 5px;
	display: inline;
	overflow: hidden;
	width: 609px;
	height: 25px;
	background: url(../img/bg_pie.png);
}

#telemaco{
	float: left;
	padding: 6px 0px 0px 8px;
}

#telemaco a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #97b9cb;
}

#flash{
	float: right;
	padding: 3px 8px 0px 0px;
}
