@charset "utf-8";
/* CSS Document */




.texto, select {
	border:1px solid #e23ca7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	width:84px;
	background-color:#fff;
	color:#333;
}

label {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}


.cabecera
{
	
	width:690px;
	height:159px;
	margin-bottom:8px;
}

.reproductor
{
	background:url(/img/registro/div_reproductor.png) top left no-repeat;
	width:690px;
	height:212px;	
}

.paso1
{
	background:url(/img/registro/cab_p1.png) top left no-repeat;
}

.paso2
{
	background:url(/img/registro/cab_p2.png) top left no-repeat;
}

.paso3
{
	background:url(/img/registro/cab_p3.png) top left no-repeat;
}


.final
{
	background:url(/img/registro/cab_final.png) top left no-repeat;
}

.finalKO
{
	background:url(/img/registro/cab_finalKO.png) top left no-repeat;
}

.activaOK
{
	background:url(/img/registro/cab_actOK.png) top left no-repeat;
}
.activaKO
{
	background:url(/img/registro/cab_actKO.png) top left no-repeat;
}

.activaYA
{
	background:url(/img/registro/cab_actYA.png) top left no-repeat;
}


.notas
{
	font-size: 9px;
}


.validacionDiv
{
	position: absolute;
	left: 50%;
	top: 50%;
	width:300px;
	height: 290px;
	margin-top: -180px; 
	margin-left: -150px; 
	background-color: #85D0F0;
}

.validacionCerrar
{
	float: right;
	width: 95%;
	text-align: right;
	margin:5px 10px 10px 0px;
	color: #FFF;
	font-size: 9px;

}

.validacionCerrar a
{
	color: #FFF;
	text-decoration: none;
}

.validacionCerrar a:hover
{
	color: #002D51;
	text-decoration: none;
}

.validacionMensaje
{
	margin:10px;
	font-size:9px;
	color: #002D51;
}