* {margin:0px; padding:0px;}

body {
	background-color:#ededed;
	color:#434343;
	font-family:Arial, Helvetica, sans-serif;
	margin:5px 20px 5px 20px;
}

h1 {
	font-size:11px;
	color:#044367;
	margin-bottom:6px;
}

h2.infoPais {font-size:12px;
	color:#c20000;
	margin-top:20px;
	margin-bottom:0px;
	background: url(../img/bullet_flecha_paises.gif) no-repeat 0px 4px;
	padding-left:13px;
}
h3 {font-size:14px; color:#bfbfbf; margin-bottom:22px;}

.menu_InfoPais {
	font-size:11px;
	list-style-type:none;
}
.menu_InfoPais  a {color:#0073aa; text-decoration:none;  padding-left:8px;}
.menu_InfoPais  a:hover {text-decoration:underline;}

/*
.menu_InfoPais li a {color:#0073aa; text-decoration:none; background: url(../img/bullet_menu.gif) no-repeat 0px 5px; padding-left:8px;}
.menu_InfoPais li a:hover {text-decoration:underline;}
*/
.txt_destacado_Paises {color:#0073aa;}

.tab_infoPais {font-size:11px; border-top:1px solid #bfbfbf; border-collapse:collapse; margin-bottom:12px;}
.tab_infoPais th {background-color:#E7E7E7; color:#0073aa; padding:2px 5px 2px 5px; border-bottom:1px solid #bfbfbf;}
.tab_infoPais td {border-bottom:1px solid #bfbfbf; padding:2px 5px 2px 5px;}
.tab_infoPais { text-align:left;}
.box_destacado_pais {
	clear:both;
	border:1px solid #bfbfbf;
	height:105px;
	width:148px;
	padding:5px;
	margin-bottom:5px;	
}
.box_destacado_pais span{
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	/*margin: 0;*/
	/*line-height:0.8em;*/
}

/* Clases */
.right { float:right;}
.left { float:left;}
.cleaning { clear:both;}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:block;}/* Hack para ie6*/
* html .clearfix {height:1px;}/* Hack para ie mac*/
.clearfix {/display:inline-block;}