@charset "utf-8";
/* CSS Document */

html {
margin : 0;
padding : 0;
}
a:link {
font-weight : bold;
text-decoration : none;
color : #00209f;
}
a:visited {
font-weight : bold;
text-decoration : none;
color : #00209f;
}
a:hover, a:active {
text-decoration : underline;
color : #2683d6;
}
body {
background-color : #009900;
padding : 0;
background-image : url(../imagen/fondo.png);
background-repeat : no-repeat;
background-position : center top;
}
#todo {
	width : 900px;
	height : 640px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0;
	padding-top : 0;
	text-align : left;
	position : relative;
}
#logo {
width : 250px;
height : 98px;
float : left;
padding : 0 0 0 1px;
color : #000000;
text-align : center;
}
#contacto {
	width : 350px;
	height : 150px;
	float : left;
	padding : 0 0 0 1px;
	color : #000000;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#fondos {
width : 250px;
height : 220px;
float : left;
padding : 0 0 0 1px;
color : #000000;
text-align : right;
}
#dcha {
	width : 256px;
	text-align : right;
	position : absolute;
	top : 317px;
	left : 628px;
	margin : 0;
	padding : 10px;
	font-family : Arial;
	font-size : 10px;
	line-height : 20px;
	height : 287px;
}
#iz {
width : 260px;
text-align : center;
position : absolute;
top : 105px;
left : -67px;
margin : 0;
padding : 10px;
font-family : Arial;
font-size : 10px;
line-height : 20px;
height : 271px;
}
#mundo {
	width : 390px;
	text-align : center;
	position : absolute;
	top : 230px;
	left : 216px;
	margin : 0;
	padding : 10px;
	font-family : Arial;
	font-size : 10px;
	line-height : 20px;
	height : 353px;
	font-size : 12px;
}
#validation {
text-align : center;
font : 9px Arial;
margin-top : 5px;
}
#validation a:link, #validation a:active, #validation a:visited {
text-align : center;
color : #666666;
text-decoration : none;
}
#validation a:hover {
text-align : center;
text-decoration : underline;
}

