/* CSS Document */
A:link { 
	color: #000066;
	text-decoration:underline; 
}
A:active {
	color: #000066;
	text-decoration:underline;
}
A:visited {
	color: #000066;
	text-decoration:underline;
}
A:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
DIV.footer TABLE {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
DIV.footer A:link { color: #fffff; text-decoration:underline; }
DIV.footer A:active { color: #ffffff; text-decoration:underline; }
DIV.footer A:visited { color: #ffffff; text-decoration:underline; }
DIV.footer A:hover { color: #009aae; text-decoration:underline; 
}
DIV.body TABLE {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #09A69E;
	font-style: normal;
	font-weight: bolder;
}
.subtitulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
	font-style: normal;
	font-weight: bolder;
}
.estimado {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-style: normal;
}
.sender {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
}
.respuestaemail {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #09A69E;
	font-style: normal;
}
.contador {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-style: normal;
}