
body {
	font-family: "Trebuchet MS";
	background-color: Black;
	background-repeat: repeat-x;
	color: White;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
}

.cabecera{
	height: 143px;
	background-image: url(../img/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 3px;
}



a:link {
	color: White;
	text-decoration: overline;
}
a:visited {
	color: White;
	text-decoration: none;
}
a:hover {
	color: Yellow;
	text-decoration: none;
}
a:active {
	color: Yellow;
	text-decoration: none;
}
a {
	font-weight: bold;
}

td {
	font-family: "Trebuchet MS";
}

th {
	font-family: "Trebuchet MS";
}

h1{
	font-family: "Trebuchet MS";
	color: White;
}

h2{
	font-family: "Trebuchet MS";
	color: White;
}

h4{
	font-family: "Trebuchet MS";
}

li{
	float: left;
	width: auto;
	margin: 0px;
	padding: 5px;
	display:inline;

}


.footer{

}




