/*
 * BODY 
 **/


BODY {

	BACKGROUND-COLOR: #B1B1B1; 
	margin: 0;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
}


/*
 * LINKS
 **/
 

A:link {
	color: #85AAB0; TEXT-DECORATION: none;
}

A:visited {
	color: #85AAB0; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #666666; TEXT-DECORATION: none;
}


/*
 * TEXTOS
 **/
.pie {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #49767B;
	vertical-align: middle;
	text-align: center;
}
.encabezado {
	font-family: "Trebuchet MS", Arial, sans-serif, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #85AAB0;
	vertical-align: middle;
	text-align: right;
	padding-right: 25px;
	padding-top: 36px;

}

