@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #FF0099;
}
#contenedor_home {
	height: 100%;
	width: 100%;
	text-align: center;
}
#reunidor_home {
	width: 620px;
	text-align: left;
	margin-top: -210px;
	margin-left: -310px;
	height: 425px;
	left: 50%;
	top: 50%;
	position: absolute;
}
#logo_datos_home {
	width: 620px;
	height: 362px;
}
#selector_idiomas_home {
	padding-top: 40px;
	width: 360px;
	height: 23px;
}
#espaniol_home {
	float: left;
	width: 92px;
	height: 23px;
}
#punto_home_1 {
	float: left;
	margin-left: 10px;
}
#portugues_home {
	float: left;
	width: 120px;
	height: 23px;
	margin-left: 10px;
}
#punto_home_2 {
	float: left;
	margin-left: 10px;
}
#ingles_home {
	float: left;
	width: 86px;
	height: 23px;
	margin-left: 10px;
}
