@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

#ligas {
	font-size: 12px;
}
#ligas a:link, a:hover, a:visited, a:hover:visited {
	color:#999999;
	text-decoration:none;
}

#contenedor {
	margin: 0px auto;
	width: 1024px;
	background-color:#FFFFFF;
}
#contenedor #header {
	height:210px;
}
#contenedor #barra {
	width: 199px;
	height: 687px;
	float: left;
	background-color:#FFFFFF;
	background-image: url(images/barra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	text-align: center;
	padding-top: 90px;
}
#contenedor #contenido_principal {
	height: auto;
	background-color:#F4F8FB;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}
#contenedor #contenido_principal a:link, a:hover, a:visited, a:hover:visited {
	color:#999999;
	text-decoration:underline;
}

#contenedor #contenido_principal .sub {
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}

#contenedor #contenido_principal .titulo {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
#contenedor #footer {
	height: auto;
	background-color:#F4F8FB;
	color:#CCCCCC;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	text-align:center;
}
#contenedor #footer a:link, a:visited {
	color:#333333;
	text-decoration:none;
	}
#contenedor #footer a:hover {
	color:#999999;
	text-decoration:none;
	}


h1 {
	font-size: 16px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: none;
}
