@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 : 620px;
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 : 200px;
height : 220px;
float : left;
padding : 0 0 0 1px;
color : #000000;
text-align : right;
}
#mundo {
	width : 807px;
	text-align : center;
	position : absolute;
	top : 230px;
	left : 45px;
	margin : 0;
	padding : 10px;
	font-family : Arial;
	font-size : 10px;
	line-height : 20px;
	height : 374px;
	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;
}


.db {
text-align : left;
font : 11px Arial;
}
.db td {
width:300px;
text-align:left;
border:2px;
}
