/* Estilos básicos */

html, body{
	
	/* Colores */
	background-image:url(bg.png);
	
	/* Tamaños y márgenes */
	margin:0;
	
	/* Textos */
	font-family:sans-serif;
	font-size:small;
	color:#000000;
	
	height:100%;
	
}

img{
	border:0;
}

#contents, #barrapaises, #flash{
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#flashcontainer{
	display: table; 
	height: 80%; 
	#position: relative; 
	overflow: hidden;
	width:100%;
	text-align:center;
	#text-align:left;
}

#flashcenter{
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
	width:100%;
	text-align:center;
	#text-align:left;
}

#flash{
	#position: relative; 
	#top: -50%;
	width:100%;
	text-align:center;
	
}

#contents{
	border-right:0px solid #525866;
	border-left:0px solid #525866;
	height:100%;
	background-color:#ffffff;
    background-image:url(bg.png);
	width:100%;
}

#barrapaises, #select, #paises{
	text-align:center;
	position:absolute;
	width:100%;
}

#barrapaises{
	background-color: #002266;
	background-image: url(paisesbg.png);
	background-repeat:repeat-x;
	bottom:40px;
	padding-top:3px;
	padding-bottom:3px;
}

#paises{
	bottom:35px;
	padding-top:3px;
	padding-bottom:3px;
}

#select{
	background-color:#002266;
	bottom:0px;
	height:40px;
}

#select img{
	padding-top:5px;
}

#paises img{
	border:2px solid #000000;
	margin-left:52px;
	margin-right:52px;
}

#paises img:hover{
	border-color:#0066ff;
}
