.style-color { color: #AA0202 }
.style-backgroundcolor { background-color: #770101 }

a, a:link { color: #AA0202; text-decoration: none; border-bottom: 1px dotted #AA0202; }
a:hover { text-decoration: none; border-bottom: 1px solid #AA0202;}

#titol_tramits { color: #AA0202 }

#menu_principal
{
	background-color: #770101;
	color: white;
}

#menu_principal a, #menu_principal a:link
{
	color: white;
}

#container a, #container a:link { color: #770101; text-decoration: none; border-bottom: 1px dotted #770101; }
#container a:hover { text-decoration: none; border-bottom: 1px solid #770101;}

.cuadrado
{
	border-color: #770101;
}

#tit_tramite_gran
{
	color: #770101;
}

#canals .canal-wrapper.active
{
	background-color: #AA0202;
	color: white;
}

#canals .canal-wrapper.inactive
{
	background-color: #770101;
	color: white;
}

#canals .canal-wrapper.empty
{
	background-color: #770101;
	color: transparent;
}

#canals .canal-wrapper.inactive:hover, #canals .canal-wrapper.inactive:hover a
{
	background-color: #AA0202;
	color: white;
}

div#subcanals-wrapper, div#pestanyes-wrapper
{
	background-color: #AA0202;
	color: white;
}

input.flecha-iniciar
{
	background: #FFF url(../imatges/iniciar_ciu.png) left top repeat-x;
}

input.flecha-iniciar:focus
{
	background: #FFF url(../imatges/iniciar_ciu_selected.png) left top repeat-x;
}

#ajuda .bigroundbutton
{
	color: #770101;
}

#ajuda a:hover .bigroundbutton
{
	background-image: url("../imatges/bigroundbutton_ciu.png");
	color: white; /* icono */
}

.ajuda-titol
{
	color: #770101;
}

#desc_tramite h5
{
	color: #AA0202;
}

/*
#advertencia .admiracion-wrapper p
{
	color: #AA0202;
}
*/

/* Versió per imprimir
************************************************************************/
@media print
{	
	a:visited
	{
		color: #AA0202;
	}
}