/* CSS Document */

<!--
a:link {
	color: #FC7300;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
.texto1 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #b6b6b6;
	text-decoration: none;
}
.texto2{
	font-family: calibri;
	font-size: 16px;
	font-style: bold;
	color: #71706C;
	text-decoration: none;
}
.texto3 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.campos_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	width: 130px;
	height: 15px;
	background-color: #e6e6e6;
	border: none;
}
.campos_multilinea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	width: 245px;
	height: 45px;
	background-color: #e6e6e6;
	border: none;
}
-->