@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body
{
	background-color:#3b5997;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eee;
}	

a:link {
	color: #eeeeee;
}
a:visited {color: #eeeeee;}

a:active {color: #eeeeee;}

a:hover {
	color: #FC0;
}
h1 
{
	color: #ffffff;
	font-size:26px;
	font-family:Calibri;
}
h2 
{
	color: #eee;
	font-size:22px;
	font-family:Calibri;
	margin-top: 20px;
}
H6 {
	width:100%;
	height:24px;
	margin: 0 auto;
	color:#eee;
	padding-top:6px;
	text-align:center;
	font-family:Century gothic;
	font-size:11px;
	background-image:url(images/top-back.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
H6 a:link {
text-decoration:none;
color:#eee;
}
H6 a:hover {
text-decoration:none;
color:#eee;
}
H6 a:visited {
text-decoration:none;
color:#eee;
}
#chile {
	text-align:center;
	margin-left:30px;
	margin-top:25px;
	margin-right:30px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14pt;
	color:#CCCCCC;
}
#pais
{
	text-align:center;
	margin-top:25px;
	width:100%;
	height:117px;
	margin-bottom:25px;
}
#cuerpo
{
	width:990px;
	height:auto;
	padding-top:30px;
	margin:0 auto;
}
#logo
{
	width:674px;
	height:199px;
	border:none;
}
.bandera
{
	width:300px;
	height:117px;
	border:none;
}
#pie-budowebs {
	font-size:12px;
	color:#333333;
	font-family:"Century gothic";
	text-align:center;
	width:100%;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
	margin-top:12px;
}
.negrita {
font-weight:700;
}

