body {
	margin: 0;
	padding: 0;
	background-color: #35A211;
	font-family: Trebuchet MS;
	font-size: 0.8em;
	color:#FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#contenedor {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	height: 388px;
	margin-top: -200px; /* moitié de la hauteur */
	margin-left: -200px; /* moitié de la largeur */
}

#texto {
	text-align:center;
	position:absolute;
	top:145px;
}

#foto {
}


li {
	display:inline;
	margin-right: 10px;
}

.titular {
	font-family: Trebuchet MS;
	font-size: 1em;
	color: #B1C4B3
}

