body{
	font: 12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
	background-color: #066CAA;
	background-image: url(../fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h1{
	color: #2C5D93;
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
}

h1 a
{
color: #2c5d93;
}

.header {
	text-indent: 5px;
}

.header h1 a
{
display: block;
height: 25px;
width: 700px;
padding:5px;
}

.header h1 a:hover
{
text-decoration: none;
}

a {
	color: #1EA6DA;
}
a:hover{
	color: #066CAA;
}

a{
	/*color: #6FAFE3;*/
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.contenido, .footer, .header {
margin-left: auto;
margin-right: auto;
width: 960px;

padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;

background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #666666;

-moz-border-radius: 5px;
border-radius: 5px;

}

.header {
padding:3px;
}



li{
	list-style: none;
}

.column1 {
	float: left;
	clear: left;
	width: 49%;
}

.column2 {
	float: right;
	clear: right;
	width: 49%;
}



dl.extra-box
{
display: block;
width: 260px;
height: 77px;
background-repeat: no-repeat;
background-position: 0pt 0pt;
margin-bottom: 5px;
}

dl a {color: #ffffff;font-weight: bold;}

dl.download
{
background-image: url(../bg_download.png);
}

dl.download2
{
background-image: url(../bg_download2.png);
}

dl.download3
{
background-image: url(../bg_download3.png);
}

#main
{
font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
width: 560px;
float: left;
clear: both;
}