.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
}


.titulo_fondo_naranja {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase
}


.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


.boton_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-image: url(qdm_images/boton_fondo.jpg);
	background-repeat: repeat;
	vertical-align: middle;
	border: 1px dashed #333333;
	height: 25px;
}


a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E17100;
	text-decoration:none
}


.celda_discontinua {
	border: 1px dashed #000000;
}


.formulario_casilla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #CCCCCC;
	height: 19px;
	border: 1px solid #FF9900
}


a.listado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:none
}

a.detalle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration:none
}

.modulo{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}