@charset "utf-8";
.botonera-izq {
	background-image: url(fondo-bot.gif);
	background-repeat: no-repeat;
}
.fondo-inst {
	background-image: url(fondo-inst.gif);
	background-repeat: no-repeat;
}
.bordepuntos {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.punteado {
	background-image: url(images/punteado.gif);
	background-repeat:   repeat-x;
}
.bordecelda {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.fondogris-invertido {
	background-image: url(fdo_footer.gif);
	background-repeat:   repeat-x;
}
.fondoverde-invertido {
	background-image: url(fdo_footer-verde.gif);
	background-repeat:   repeat-x;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
}

