.Texto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
A:link {
	font-family: Tahoma;
	font-size: 11px;
	;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
A:visited {
	font-family: Tahoma;
	font-size: 11px;
	;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
A:active {
	font-family: Tahoma;
	font-size: 11px;
	;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
A:hover {
	font-family: Tahoma;
	font-size: 11px;
	;
	text-decoration: underline;
	color: #FF9900;
	font-weight: bold;
}

A.link2:link {font-family: Tahoma; font-size: 11px;; text-decoration: none; color: #FFFFFF;}
A.link2:visited {font-family: Tahoma; font-size: 11px;; text-decoration: none; color: #FFFFFF;}
A.link2:active {font-family: Tahoma; font-size: 11px;; text-decoration: none; color: #FFFFFF;}
A.link2:hover {font-family: Tahoma; font-size: 11px;; text-decoration: underline; color: #FFFFFF;}



input {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
} 
#list {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #FFDDAA;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.textintro {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.Textoconmargen {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 16px;
}
.textnaranja {

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
}
.tittle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: normal;
}
.separadores {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


#map{
	position: relative;
}

div.mapPopup{
	z-index:100;
	position:absolute;
	background-color:#EFA010;
	padding: 1px 3px;
	display: none;
	border: solid 1px #FFF;
}

/*ASIA*/
#map_region_1{
	top: 20px;
	left: 150px;
}

/*LATIN AMERICA*/
#map_region_2{
	top: 150px;
	left: 150px;
}

/*EUROPE*/
#map_region_3{
	top: 50px;
	left: 70px;
}
#map_panel{
	padding: 0px;
	padding-top: 0px;
	margin-top: -6px;
	width: 374px; 
	}
#map_panel_home{
	text-align: center;
	background-color: #f2f2f2;
	padding: 20px;
	width: 455px;
}

#map_panel_home .country_links_list_inner{
	padding-left: 20px;
}
#map_panel_home .separator{
	padding-left: 40px;
	width: 340px;
}

#map_panel_home .country_links_list strong{
	
	}
#map_panel_home .country_links_list{
	width: 450px;
	}
#map_panel a:link, #map_panel a:visited{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
#map_panel a:hover{
	font-weight: bold;
	text-decoration: underline;
	}
#reports_panel{
	text-align: center;
	padding: 20px;
	padding-top: 5px;
	width:455px;
	}
.separator{
	border-bottom: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	margin: 10px;
	margin-left: 0;
	margin-right: 0;
	
	}
.separator_white{
	border-bottom: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	margin: 10px;
	margin-left: 0;
	margin-right: 0;
	
	}

img{
border:none;
}

#wraper{
width:1001px;
margin:auto;
background-color:#FFFFFF;
}


.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */