@charset "utf-8";
/* CSS Document */

html, body, #wrapper{
	background-color: #dcddde;
	margin:0;
    padding:0;
    height:100%;
    border:none;
	text-align: center;
}

#fullheight{height:100%}
#wrapper {
    margin: 0 auto;
    text-align: left;
    vertical-align: middle;
    width: 1000px;
}
.frase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #58585a;
}
.paises {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.paises a{
	text-decoration:none;
	color: #333;
}
.paises a:hover{
	text-decoration:none;
	color:#C00;
}
img {
	border:none;
}
img a{
	border:none;
	text-decoration:none;
}
img a:hover{
	border:none;
	text-decoration:none;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
