@charset "utf-8";
/* CSS Document */

html, body, #wrapper{
	background-color: #fff;
	margin:0;
    padding:0;
    height:100%;
    border:none;
	text-align: center;
}

#fullheight{height:100%}
#wrapper {
    margin: 0 auto;
    text-align: left;
	/*vertical-align:middle;
    vertical-align: top;*/
    width: 1000px;
}
.frase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
}
.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:#900;
}
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;
}
