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

@import url('styles/reset.css');
@import url('styles/text.css');

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#FFF url(images/background-generico.jpg);
}
body.default-0{
	background:url(images/default-1.jpg) no-repeat center center;
}
body.default-1{
	background:url(images/default-2.jpg) no-repeat center center;
}
body.default-2{
	background:url(images/default-3.jpg) no-repeat center center;
}
body.default-3{
	background:url(images/default-4.jpg) no-repeat center center;
}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}


.container{
	width:960px;
	margin:0 auto;
}
#logo{
	margin:0 auto 30px;
	width:250px;
	margin-top:-40px;
}
#credits{
	width:100%;
	background:#2F2827;
	padding:5px 0;
	color:#6E6968;
	font-size:11px;
	text-transform:uppercase;
	text-shadow:0 -1px 0 #191211;
	position:absolute;
	bottom:0;
}
#credits a{
	color:#6E6968;
	text-decoration:none;
	
}
.countries{
	float:right;
	text-align:right;
}
.countries a{
	padding:0 0 0 20px;
	margin:0 10px;
	text-decoration:none;
}
.countries a.gt{
	background:url(images/gt.png) no-repeat left center;
}
.countries a.cr{
	background:url(images/cr.png) no-repeat left center;
	margin-right:0!important;
}
a.pais{
	text-align:center;
	padding:15px 0 20px;
	width:409px;
	color:#FFF;
	font-size:24px;
	margin:0 auto 20px;
	display:block;
	text-decoration:none;
	opacity:.8;
}
a.naranja{
	background:url(images/boton-naranja.png) no-repeat;
}
a.azul{
	background:url(images/boton-azul.png) no-repeat;
	margin:50px auto 0;
}
