DIV#Main DIV.Container ul
{
	margin: 0px 0px 0px 10x;
}

DIV#Main DIV.Container ul li
{
	list-style: disc outside;
	margin: 5px 0px 0px 25px;
}

	DIV#Main DIV.Container ul li h4 a
	{
		font-size: 10px;
		color: #666666;
		font-weight: bold;
	}

	DIV#Main DIV.Container ul li h4 a:hover
	{
		text-decoration: underline;
	}

DIV#Main DIV.Container .Pais
{
	margin-top: 20px;
}

/* <Pais> */
DIV#Contents DIV.Pais
{
	float: left;
	display: inline;
	width: 697px;
	height: 25px;
	line-height: 25px;
	background-color: #f9f9f9;
	color: #00577f;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 9px 5px 9px;
}
	DIV#Contents DIV.Pais SPAN
	{
		display: block;
		padding: 0px 0px 0px 8px;
	}
/* </Pais> */

