body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(images/fondo_pagina.gif);
	background-color: #DFDFDF;
}
.links:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
	text-transform: uppercase;
	text-align : right;
	margin-right: 10px;
	margin-left: 10px;
}
A.nav:hover {
	display: block;
	font-size: 11px;
	float: none;
	width: 100%;
	color: #FFFFFF;
	font-family: Tahoma;
	height: 20px;
	background-color: #006D2C;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	text-align : center;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.texto {
	font-family: Calibri;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-style: normal;

}
.subtitulo {

	font-family: Calibri;
	font-size: 16px;
	color: #66CCFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}
.textoCopy {

	font-family: Calibri;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}

