@charset "utf-8";
/* CSS Document */
body {
	background: #eae0be url(imagenes/imagen_fondo.jpg) repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.btn_off {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
	background-color:#596a79;
	padding:5px;
}
.btn_on {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 12px;
	color: #fff;
	text-decoration:none;
	background-color:#687989;
	padding:5px;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 15px;
	color: #1e262e;
	text-decoration:none;
}.titulo2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 15px;
	color: #257;
	text-decoration:none;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1e262e;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
}.texto2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1e262e;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:-1px;
}
.texto_bold {
	font-weight: bold;
	letter-spacing: -1px;
}
.subtitulo{
	color:#257;
	font-weight: bold;
	letter-spacing: -1px;
}
.estiloform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #333;
	width: 178px;
}
.estiloform2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #333;
	width: 182px;
	height:21px;
}