
#pasos{
	color:black;
	font-size:1.6em;
	margin-left: 1em;
	text-align:left;
	}	

.cabPasoAcabado{
    color:#cccccc;
    display:inline;
    text-align:left;
    padding-left:0.5em;
    font-family:"Trebuchet MS", sans-serif;
}

.pasoAcabado{
	color:#ffffff;
	display:inline;
	background-image:url(../irudiak/Fondo_paso_acabado.png);
    background-repeat:no-repeat;
    background-color:Transparent;
	border-style:none;
    width:2.3em;
    height:2.2em;
    font-size:1.4em;
    font-family:"Trebuchet MS", sans-serif;
    font-weight:bold;
    cursor:text;
    padding-right: 1em;
	}
.pasoAcabadoTexto{
    color:#cccccc;
    display:inline;
    text-align:left;
    height:2.3em;
    font-family:"Trebuchet MS", sans-serif;
    font-weight:bold;
}


.cabPasoSelecc{
    color:#999999;
    display:inline;
    text-align:left;
    padding-left:0.5em;
    font-family:"Trebuchet MS", sans-serif;
}

.pasoSelecc{
	color:#ffffff;
	display:inline;
	background-image: url(../Irudiak/Fondo_paso_seleccionado.png);
	background-repeat:no-repeat;
	background-color:Transparent;
	border-style:none;
    width:2.3em;
    height:2.2em;
    font-size:1.4em;
    font-family:"Trebuchet MS", sans-serif;
    font-weight:bold;
    cursor:text;
    padding-right: 1em;
	}

.pasoSeleccTexto{
    color:#333333;
    display:inline;
    text-align:left;
    height:2.3em;
    font-family:"Trebuchet MS", sans-serif;
    font-weight:bold;
}


.cabPasoSiguiente{
    color:#999999;
    display:inline;
    text-align:left;
    padding-left:0.5em;
    font-family:"Trebuchet MS", sans-serif;
}

.pasoSiguiente{
	color:#ffffff;
	display:inline;
	background-image:url(../irudiak/Fondo_paso_siguiente.png);
    background-repeat:no-repeat;
    background-color:Transparent;
	border-style:none;
    width:2.3em;
    height:2.2em;
    font-size:1.4em;
    font-family:"Trebuchet MS", sans-serif;
    font-weight:bold;
    cursor:text;
    padding-right: 1em;
	}	
	
.pasoSiguienteTexto{
    color:#999999;
    display:inline;
    text-align:left;
    height:2.3em;
    font-family:"Trebuchet MS", sans-serif;
    font-weight:bold;
}
 
 .pasoSiguienteTextoLinkBoton{
    color:#999999;
    font-weight:bold;
    display:inline;
    text-align:left;    
    font-family:"Trebuchet MS", sans-serif;
    font-weight:bold;
    border-style:none;
    background-color:Transparent;        
    cursor:pointer;
    font-size:1em;	
	padding-left:.1em;	
}

.pasoAcabadoTextoLinkBoton{
    color:#cccccc;
    display:inline;
    text-align:left;    
    font-family:"Trebuchet MS", sans-serif;
    font-weight:bold;
    border-style:none;
    background-color:Transparent;        
    cursor:pointer;
    font-size:1em;	
	padding-left:.1em;	
}

.divPasos
{
    display: inline-table;
    background-color:#f7f8f7;
	background: #fff;
	width: 98%;
	height: 10%;
	border-radius:5px 5px 0px 0px;
}		

.divPasosEntidadTramite
{
    display: inline-table;
    background-color:#f7f8f7;
	background: #fff;
	width: 98%;
	height: auto;
}		