/* ELEMENTOS GENERALES */
a {
	color: #EF7B00;
}

/* CONTENIDO */

/* Pasos */
li#primero-actual {
	background-image: url(../images/indubrik07/fnd-01-actual.gif);
	color: #EF7B00;
}
li#segundo-actual {
	background-image: url(../images/indubrik07/fnd-02-actual.gif);
	color: #EF7B00;
}
li#tercero-actual {
	background-image: url(../images/indubrik07/fnd-03-actual.gif);
	color: #EF7B00;
}
li#cuarto-actual {
	background-image: url(../images/indubrik07/fnd-04-actual.gif);
	color: #EF7B00;
}
li#quinto-actual {
	background-image: url(../images/indubrik07/fnd-05-actual.gif);
	color: #EF7B00;
}
li#sexto-actual {
	background-image: url(../images/indubrik07/fnd-06-actual.gif);
	color: #EF7B00;
}
li#septimo-actual {
	background-image: url(../images/indubrik07/fnd-07-actual.gif);
	color: #EF7B00;
}
li#octavo-actual {
	background-image: url(../images/indubrik07/fnd-08-actual.gif);
	color: #EF7B00;
}
li#noveno-actual {
	background-image: url(../images/indubrik07/fnd-09-actual.gif);
	color: #EF7B00;
}
li#decimo-actual {
	background-image: url(../images/indubrik07/fnd-10-actual.gif);
	color: #EF7B00;
}
li#undecimo-actual {
	background-image: url(../images/indubrik07/fnd-11-actual.gif);
	color: #EF7B00;
}
li#duodecimo-actual {
	background-image: url(../images/indubrik07/fnd-12-actual.gif);
	color: #EF7B00;
}
/* FIN Pasos */

input.botonlink{
	color: #EF7B00;
}
div#formulario h2 {
	background-image: url(../images/indubrik07/fnd-h2form-izq.gif);
}
div#formulario h2 span {
	background-color: #EF7B00;	
	background-image: url(../images/indubrik07/fnd-h2form-dch.gif);
}
p.aviso strong{
	color:#EF7B00;	
}
div#formulario div.contenidoform .submitlink {/*boton submit como enlace de texto*/
	color: #EF7B00;
	}
p#usuario {
	color: #EF7B00;
	}

/* errores */
div#formulario h3.conerror {
	background-image: url(../images/indubrik07/fnd-h3form-error.gif);
	color: White;
}

div#formulario h3.conerror2 {
	background-image: url(../images/indubrik07/fnd-h3form-error_rojo.gif);
	color: White;
}
tr.separar td, tr.separar th{
	border-top:3px solid #DDDDDD !important;
}
tr.subtotales td, tr.subtotales th{
	background:#FAFAFA !important;
}
tr.totales td, tr.totales th{
	background:#EEEEEE !important;
	color:#000000 !important;
	font-weight:bold !important;
}