.center
{
	text-align:center !important;
}

button
{	
	color:#fff;
	border:none;
	font-weight:bold;	
	cursor:pointer;
	padding:4px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.botonAceptar
{
	background:#0060B6;	
}

.botonCancelar
{
	background:url(../images/admin/b_rojo.png) no-repeat;
}

.divTablaRegistro
{
	width:570px;
	margin:15px auto;
}

.tablaRegistro
{
	width:100%;
}

.divTablaRegistro .caption
{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	height:26px;
	background:url(../images/admin/tabla_barra_der.png) no-repeat scroll right top;;
}

.divTablaRegistro .caption div
{
	float:left;
}

.divTablaRegistro .caption div.izq
{
	width:4px;
	height:100%;
	background:url(../images/admin/tabla_barra_izq.png);
}
.divTablaRegistro .caption div.cen
{
	padding:6px 6px 0;
	background:url(../images/admin/tabla_barra_linea.png) repeat-x;
	height:100%;
	width:550px;
	font-weight:bold;
}
.divTablaRegistro .caption div.der
{
	
}

.divTablaRegistro .tabla
{
	width:100%;
	border:1px solid #001638;
	width:568px;
}

.tablaRegistro th
{
	font-size:11px;
	color:#002381;
	text-align:right;
	padding:3px 3px 0 0;
	width:34%;
	vertical-align:middle;
}

.tablaRegistro th.multiple
{
	vertical-align:top;
}

.tablaRegistro td
{
	font-size:11px;
	color:#464646;
	text-align:left;
	padding:3px 0 3px 3px;
}

.tablaRegistro td select
{
	max-width:350px;
}

.divTablaResultado
{
	width:620px;
	margin:15px auto;
}

.tablaResultado
{
	width:100%;
	/*margin-top:-7px;*/
	border-collapse:collapse;
	border-spacing:0;
}

.divTablaResultado .caption
{
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	height:26px;
	background:url(../images/admin/cuadroNar_esq_sup_der.png) no-repeat scroll right top;;
}

.divTablaResultado .caption div
{
}

.divTablaResultado .caption div.izq
{
	width:4px;
	height:100%;
	background:url(../images/admin/tabla_Roja_barra_izq.png);
}
.divTablaResultado .caption div.cen
{
	padding:6px 4px 0;
	background:url(../images/admin/tabla_Roja_barra_linea.png) repeat-x;
	height:100%;
	width:612px;
	font-weight:bold;
}
.divTablaResultado .caption div.der
{
	width:4px;
	height:100%;
	background:url(../images/admin/tabla_Roja_barra_der.png);
}

.divTablaResultado .tabla
{
	width:100%;
	border:1px solid #FF7F00;
	width:618px;
}

.tablaResultado tr.otro
{
	background:#e5e5e5;;
}

.tablaResultado th
{
	font-size:11px;
	color:#001638;
	text-align:center;
	padding:3px;
	background:#B6C9E7;
	font-size:12px;
}

.tablaResultado th.multiple
{
	vertical-align:top;
}

.tablaResultado td
{
	font-size:11px;
	color:#464646;
	text-align:left;
	padding:3px;
}

.tablaEquivalencias
{
	width:98%;
	margin:0 auto;
}

.tablaEquivalencias th
{
	text-align:center;
}

.tablaEquivalencias td
{
	text-align:center;
	width:42%;
	white-space:nowrap;
}

.tablaEquivalencias td input
{
	width:150px;
}

.tablaEquivalencias td.liga
{
}

.tablaEquivalencias td a
{
	color:#006ED7;
}

.tablaExtra
{
	width:100%;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}

.tablaExtra tr.rechazado,.tablaExtra tr.rechazado td
{
	background:#F28080;
	color:#FFF;
}


.tablaExtra th
{
	padding:1px 3px 1px 0;
	background:none;
	text-align:center;
	color:#FFF;
	width:40%;
	border:none;
	background:#999;
}

.tablaExtra td
{
	padding:1px 0px 1px 3px;
	text-align:left;
	border:none;
}

.divTablaResultadoReporte
{
	width:100%;
	
}

.divTablaResultadoReporte .caption
{
	margin:0 auto;
	width:820px;
	border:1px solid #FF7F00;
	border-top:none;
	border-bottom:none;
}

.divTablaResultadoReporte .caption div.cen
{
	width:812px;
}

.divTablaResultadoReporte .tabla
{
	width:820px;
	margin:0 auto;
	overflow:hidden;
}

.divTablaResultadoReporte .tabla .tablaResultado
{
	margin-top:0;
}
