body,td{

	font-family:Verdana;
	font-size:12px;

}

/* index.php */
.menu_visible {
	text-decoration:none;
	color:#990000;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px;
}

.menu_apagado {
	text-decoration:none;
	color:#cccccc;
	font-weight:bold;
	font-family:Verdana;
	font-size:12px
}

/* Genérico */
.cabecera {
	font-size:11px;
	font-weight:bold;
	color:white;
	border:1px solid gray;
	background-image:url('../../imagenes/degra_rojo.jpg');
	height:20px;
}

.boton{
	font-size:11px;
	font-weight:bold;
	color:white;
	/*background-image:url('../../imagenes/degra_rojo.jpg');*/
	background-color:#990000;
	height:20px;
	cursor:pointer;
}

.label{
	font-size:11px; 
	font-weight:bold;
	color:#000099;
}

.label_textos{
	font-size:14px; 
	font-weight:bold;
	color:#990000;
	font-family:Verdana;
}

.mensaje_si{
	font-size:11px; 
	font-weight:bold;
	color:green;
}

.mensaje_no{
	font-size:11px; 
	font-weight:bold;
	color:red;
}

.menu_seleccionado {
	font-size:11px;
	font-weight:bold;
	color:white;
	border:1px solid gray;
	background-image:url('../../imagenes/degra_mix.jpg');
	height:20px;
}

.pestanas_inferiores {
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-bottom:1px solid #990000;		
	border-top:0px;	
	background-color:white;
}
