﻿body   {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

#marco {
	border: solid 1px #CACACA;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 870px;
	height: 544px;
	margin: 0 0 0 0;
	background: url(../images/gente.jpg) no-repeat center left; 
}

#logo {
	position: relative;
	top: 247px;
	left: 401px;
}

#idiomas {
	width: 300px;
	position: relative;
	top: 287px;
	left: 606px;
}

a:link,
a:visited {
	color: #0000FF;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover,
a:active {
	color: #0093C0;
}