@charset "utf-8";
.tit_blumit {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: none;
	color: #FF9900;
	font-weight: lighter;
	vertical-align: -2px;
	text-indent: 10px;
}
.texto_formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}
.cuadro_fondo {
	border: 1px dotted #C0C0C0;
}
.texto_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-align: justify;
}
.separador {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
}
.texto_rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}
.sub_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099FF;
}
.subtit2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #999999;
}
	
.links_contenido:link, .links_contenido:visited {
  color:#FF3300;
  text-decoration: none;
}

.links_contenido:hover {
  color:#3399CC;
  text-decoration: underline;
}

.links_contenido:active, .links_contenido.active {
  color:#FF6600;
}

