	/* styles for background-image */
	*{
		color: #8B8B76;		
	}
	html { 
		height: 100%; 
		overflow:hidden;
	}
	
	body { 
		background-color: transparent; 
		margin: 0px; 
		padding: 0px; 
		height: 100%; 
		border-top: 1px transparent solid; 
		margin-top: -1px; 
		z-index:0; 
		position:relative; 
	}
	
	img#background { 
		width: 100%; 
		height: auto;
		min-width: 1024px;
		min-height: 700px;
		z-index: -1; 
		position:absolute; 
		left:0px;
		color: white; 
	}
	
	#content { 
		font-family: Calibri, sans-serif; 
		font-size: 16px; 
		padding: 10px; 
		overflow: auto; 
		background-image: url(../img/capa-blanca.png); 
		background-repeat:no-repeat;
		width: 760px; 
		height: 410px; 
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin-top: -205px;
	    margin-left: -380px;

	}
	#content ul{
		margin-top: 100px;
		margin-left: 150px;
		list-style: none;
	}
	#content ul li{
		float:left;
		height: 52px;
		color: #8B8B76; 
	}
	.pais{
		float:left;
		width: 100px;
		padding-top: 10px;
		padding-right: 5px;
		font-weight: bolder;
		font-size: 18px; 
		text-align: right;
		vertical-align: bottom;
	}
	.bandera{
		float:left;
		width: 55px;
		padding-top: 5px;
	}
	.texto{
		float:left;
		width: 300px;
		padding-top: 10px;
		font-size: 18px; 
		font-style: italic;
		vertical-align: bottom;
	}
	
	a {
		border: none;
		text-decoration: none;
		border:0px;
		cursor:hand;
		cursor:pointer;
	}
	
	a img{
		border:0;
	}
	li:hover a{
		color: #2B2A01;  
		display:block;
	}
