body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: none;
	font-family: Helvetica, sans-serif;	
}

.contenedorEncabezado{
	width: 912px;
	border-top: 4px solid #FF0000;
	border-bottom: 2px solid #9D9D9C;
	border-left:  1px solid #9D9D9C;
	border-right:  1px solid #9D9D9C;
	padding: 5px;
	margin: 50px auto 0px; 
}

.contenedorPrincipal{
	width: 922px;
	margin: 0px auto;
	padding-top: 12px;
	border-left:  1px solid #9D9D9C;
	border-right:  1px solid #9D9D9C;
	border-bottom: 12px solid #FF0000;
}

.titulo{
	font-size: 33px;
	font-style: italic;
	color: #000;
	float: right;
	height: 71px;
	width: 749px;
	text-align: center;
	padding-top: 17px; 
}

.fecha{
	width: 238px;
	height: 42px;
	background-image: url("../images/fecha.png");
	font-size: 13px;
	color: #706F6F;
	text-align: center;
	display: table;
}

.datosFecha{
	display: table-cell;
	vertical-align: middle;
}

div.seccionProc{
	border: 2px solid #706F6F;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;
}

.subtitulo{	
	font-size: 12px;
	font-style: italic;
	color: #000;
	border-bottom: 1px solid #706F6F;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 5px;	
	clear: both;
}

.lista{
	border: 1px solid #706F6F;
	background-image: url("../images/combo_cliente.png");
	font-size: 12px !important;
	color: #706F6F;
	height: 18px;
	-webkit-border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	border-radius: 4px 4px;
	max-width: 350px;
	
}


.contenedorLista{
	width: 350px;
	height: 20px;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;		
}

.contenedorCortoLista{
	width: 160px;
	height: 20px;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;		
}

.contenedorPopupListaEd{
	width: 350px;
	height: 20px;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;		
}


.renglon{
	width: 820px;
}

.etiqueta{
	width: 350px;
	font-size: 11px;
	color: #9D9D9C;
	padding: 2px;
	clear: both;	
}

.valor{
	font-size: 12px;
	border: 1px solid #A5A5A5;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	width: 350px;
	height: 18px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
	clear: both;
}

.valorSoloLectura{
	font-size: 12px;
	color: #9D9D9C;
	border: 1px solid #A5A5A5;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	width: 350px;
	height: 18px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
}

.valorSoloLecturaCorto{
	font-size: 12px;
	color: #9D9D9C;
	border: 1px solid #A5A5A5;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	width: 160px;
	height: 18px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
}


.etiquetaCorta{
	width: 160px;
	font-size: 11px;
	color: #9D9D9C;
	padding: 2px;	
}

.etiquetaSimple{
	font-size: 11px;
	color: #9D9D9C;
	padding: 2px;	
}


.etiquetaPopupEd{
	width: 350px;
	font-size: 11px;
	color: #9D9D9C;
	padding: 2px;	
}


.valorCorto{
	font-size: 12px;
	border: 1px solid #A5A5A5;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	width: 160px;
	height: 18px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
}

.valorSimple{
	font-size: 12px;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
}

.valorSimpleLargo{
	font-size: 12px;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
	widows: 810px;
}

.campo{
	font-size: 12px !important;
	border: 1px solid #A5A5A5;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	width: 350px;
	height: 18px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
	clear: both;
	outline: none;
}

.campoBanco{
	font-size: 12px !important;
	border: 1px solid #A5A5A5;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	width: 350px;
	height: 18px;
	text-align: left;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
	clear: both;
	outline: none;
}

.campoCorto{
	font-size: 12px !important;
	border: 1px solid #A5A5A5;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	width: 160px;
	height: 18px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	padding-top: 2px;
	outline: none;
}

.boton{		
	font-size: 9px;
	color: #706F6F;
	background-color: #EDEDED;
	border: 1px solid #FFF;
	cursor: pointer;
	width: 70px;
	height: 20px;
}

.boton:hover{		
	border: 1px solid #706F6F;
}


.botonDoc{		
	font-size: 9px!important;
	color: #706F6F;
	background: #EDEDED url("../images/comprobante.png") no-repeat;
	width: 290px;
	height: 24px;
	border: 0px;
	cursor: pointer;
	margin: 4px;
}

.botonDoc:HOVER{		
	border: 1px solid #706F6F;
	
}

.contenedorBotonesDocs{
	width: 604px;
	margin: 0px auto;
}

.contenedorBotonesDocsEd{
	width: 675px;
	margin: 0px auto;
}

.contenedorBotonesDocsEdRegistro{
	width: 775px;
	margin: 0px auto;
}

.separadorPie{
	clear: both;
	border: 2px solid #706F6F;
	margin: 20px 0px;
}

.botonContinuar{
	font-size: 14px !important;
	color: #706F6F;
	border: none;
	background-image: url("../images/continuar_off.png");
	width: 120px;
	height: 42px;
	margin-left: 660px;
	cursor: pointer;
}

.botonContinuar:hover{
	background-image: url("../images/continuar_on.png");
}

#botonMenuIzq{
	width: 20px;
	height: 26px;	
	background-image: url("../images/expedientes1.png") ;
	position: absolute;
	top: 150px;
	cursor: pointer;
}

#menuIzquierdo{
    width: 200px;
    position: absolute;
    height: 170px;
    background-color: #EDEDED;
    top: 180px;
    border: 1px solid #C6C6C6;
    display: block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 10;
    display: none;
    padding: 10px;
}

.tituloMenuIzq{
	font-size: 16px;
	color: #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
	text-align: center;
	
	padding: 10px;		
}

.tituloMenuIzq a, .tituloMenuIzq a:hover{
	color: #C6C6C6;
	text-decoration: none;
}

.opcionMenuIzq{
	display: block;
	font-size: 12px;
	color: #9D9D9C;		
	padding: 10px;
	border-bottom: 1px solid #C6C6C6;
	text-align: center;
	text-decoration: none;
	cursor: pointer;	
}

.opcionMenuIzq:hover{
	color: #000;
	background-color: #9D9D9C;
}

.contenedorDatos{
	border: 2px solid #EF7C11;
	width: 820px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	margin: 0px auto 20px;
	padding: 10px;
}

.contenedorDatosSencillo{
	width: 820px;
	margin: 0px auto 20px;
	padding: 10px;
}

.contCentrado{
	width: 350px;
	margin: 0px auto;
	
}

.dobleColumna{
	width: 820px;
}

.columnaIzq{
	width: 350px;
	float: left;
}

.columnaDer{
	width: 350px;
	float: right;
}

.columnaIzqAnidada{
	width: 160px;
	float: left;
}

.columnaDerAnidada{
	width: 160px;
	float: right;
}

.columnaIzqPopupEd{
	width: 350px;
	float: left;
}

.columnaDerPopupEd{
	width: 350px;
	float: right;
}


.nota{
	font-size: 12px;
	color: rgb(0, 0, 0);
	margin: 20px;
		
}

.contenedorError{
	width: 820px;
	height: 300px;
	padding: 20px auto;
	color: #000;
	margin: 0px auto 20px;
	padding: 10px;
	text-align: center;	
}

.contenedorConfirmacion{
	width: 820px;
	height: 350px;
	padding: 200px auto;
	color: #000;
	margin: 0px auto 20px;
	padding: 10px;
	text-align: center;	
}

.msjConfirmacion{
	height: 270px;
}

.msjCentrado{
	height: 270px;
	text-align: center;
}


.msjConfPopup{
	text-align: center;
	margin-top: 200px;
	
}


.contenedorDatosImagen{
	width: 600px;
	height: 450px;
	border: 2px solid #EF7C11;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	

}

.contInfoImagen{
	width: 560px;
	height: 25px;
	margin: 10px auto;
	text-align: center;	
}

.contenedorImagen{
	width: 560px;
	height: 335px;
	margin: 10px auto;
	background-color: #EDEDED;
	overflow: auto;
	text-align: center;
	padding: 20px 0px;	
}

.contenedorImagen img{
	max-height: 100%;
	max-width: 100%
}

.contenedorDatosImagenEd{
	width: 700px;
	height: 550px;
	border: 2px solid #EF7C11;
	background-color: #fff;
	padding: 10px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	

}

.contInfoImagenEd{
	width: 700px;
	height: 110px;
	margin: 10px auto;
	text-align: center;	
}

.contenedorImagenEd{
	width: 660px;
	height: 360px;
	margin: 10px auto;
	background-color: #EDEDED;
	overflow: auto;
	text-align: center;
	padding: 15px 0px;	
}

.contenedorImagenEd img{
	max-height: 100%;
	max-width: 100%
}

#cboxLoadedContent{
	background: #fff none repeat scroll 0% 0%;
	padding: 1px;
}


.separadorImg{
	height: 1px;
	background-color: #EDEDED;
	margin-bottom: 4px;
}

.imgOk{
	height: 19px;
	width: 20px;
	display: inline-block;
	background-image: url("../images/OK.gif");
}

.imgOkVacia{
	height: 19px;
	width: 20px;
	display: inline-block;	
}

#contPswdPopup{
	display: none;
}

#pswdPopup{
	border: 2px solid #EF7C11;
	width: 350px;
	height: 190px;
	padding: 10px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	font-size: 12px;
	text-align: center;
}

#contCamposPswdPopup{
	border: none;
	width: 330px;
	height: 140px;

}

#contPasswd, .contError, #contBtnError, #renCpoPasswd,
#renBtnsPasswd, #renCuentaRegresiva, #renAvisoProc{
	display:none;
}

#msjEnvioEmail{
	display: none;
	text-align: justify;	
}

#msjPasswd{
	display: none;
	margin: 2px;
}

#contProcesando{
	padding: 20px auto;
}

.msjError, .aviso{
	font-size: 12px;
	color: #FF0000;
}

.msjJustificado{
	text-align: justify;
}

.contMonitorProcRegistro{
	border: 2px solid #706F6F;
	width: 720px;
	height: 40px;
	margin: 10px auto;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	margin: 0px auto 20px;
	padding: 10px;
}

.contMonitorProcRegistro .contBarraProg{
	float: left;
}

.contMonitorProcRegistro .contFechaAte{
	float: right;
}

.contContrato{
	border: 2px solid #EF7C11;
	width: 720px;
	height: 300px;
	-webkit-border-radius: 12px 12px;
	-moz-border-radius: 12px 12px;
	border-radius: 12px 12px;	
	margin: 10px auto;
	padding: 10px;		
}

.contContrato iframe{
	width: 720px;
	height: 300px;	
}

.contValCorreo{
	height: 500px;
}

.contBotones{
	text-align: center;
}

.subtituloComp{	
	font-size: 19px;
	font-style: italic;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #DCDCD9;
	padding: 10px;
	margin-bottom: 20px;	
	clear: both;
}

.botonContinuarT2{
	font-size: 14px !important;
	color: #706F6F;
	border: none;
	background-image: url("../images/continuar.png");
	width: 200px;
	height: 42px;
	cursor: pointer;
}

.botonContinuarT2:hover{
	background-image: url("../images/continuar_hover.png");
}

.botonBorrarT1{
	border: none;
	background-image: url("../images/borrar.png");
	width: 200px;
	height: 42px;
	cursor: pointer;
}

.botonBorrarT1:hover{
	background-image: url("../images/borrar_hover.png");
}

.botonRegresarT1{
	border: none;
	background-image: url("../images/regresar.png");
	width: 200px;
	height: 42px;
	cursor: pointer;
}

.botonRegresarT1:hover{
	background-image: url("../images/regresar_hover.png");
}

.botonVerServicios{
	border: none;
	background-image: url("../images/ver.png");
	width: 110px;
	height: 42px;
	cursor: pointer;
}

.botonVerServicios:hover{
	background-image: url("../images/ver_hover.png");
}

.botonDescargar{
	border: none;
	background-image: url("../images/descargar.png");
	width: 62px;
	height: 34px;
	cursor: pointer;
}

.botonDescargar:hover{
	background-image: url("../images/descargar_hover.png");
}

.botonEnviar{
	border: none;
	background-image: url("../images/enviar.png");
	width: 62px;
	height: 34px;
	cursor: pointer;
}

.botonEnviar:hover{
	background-image: url("../images/enviar_hover.png");
}

.botonRegistrar{
	border: none;
	background-image: url("../images/registrar.png");
	width: 62px;
	height: 34px;
	cursor: pointer;
}

.botonRegistrar:hover{
	background-image: url("../images/registrar_hover.png");
}
.contBotonesAlinearDerecha{
	text-align: right;
}


.ui-datepicker { font-size: .8em !important;}

.contFiltro{
	width: 495px;
	margin: auto;	
}

.colEtiqueta{
	font-size: 11px;
	color: #9D9D9C;
	width: 80px;
	display: inline-block;	
}

.colCampo{
	width: 405px;
	display: inline-block;
}

.renVacio{
	height: 18px;	
}


.contListado{
  height: 300px;
  width: 820px;
  overflow: auto;
}


table.listadoInventario{
	width: 920px;	
	border-collapse: collapse;
	text-align: center;
}

tr.encabezado th:first-child{
	-webkit-border-radius: 15px 0 0 15px;
	-moz-border-radius:  15px 0 0 15px;
	border-radius:  15px 0 0 15px;		
}

tr.encabezado th:last-child{
	-webkit-border-radius: 0 15px 15px 0;
	-moz-border-radius:  0 15px 15px 0;
	border-radius:  0 15px 15px 0;

}

tr.encabezado th{
	background-color: #ccc;		
}


tr.encabezado{
	height: 25px;
	font-size: 12px;
}

tr.renglon{
	font-size: 12px;
	height: 60px;
	border-bottom: 1px solid #000;
}


/*columnas lista de unidades*/

td#colFecha{
	width: 90px;
}

td#colNiu{
	width: 115px;
}

td#colVin{
	width: 125px;
}

td#colMarca{
	width: 125px;
}

td#colModelo{
	width: 125px;
}

td#colVersion{
	width: 165px;
}

td#colAnio{
	width: 60px;
}

td#colBoton{
	width: 115px;
}

td#colBoton{
	width: 115px;
}

/*lista servicios*/
table.listadoServicios{
	width: 920px;	
	border-collapse: collapse;
	text-align: center;
}


td#colFecServicio{
	width: 70px;
}

td#colServicio{
	width: 156px;
}

td#colImporte{
	width: 126px;
}

td#colIva{
	width: 126px;
}

td#colTotal{
	width: 126px;
}

td#colEstatus{
	width: 146px;
}

td#colSeleccionar{
	width: 96px;
}


td#colSac{
	width: 94px;
}

td.colTipoMoneda{
 text-align: right !important;
}

.temaBasicoTooltip {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	border-color: #EF7C11;
}

.imgTooltip{
	width: 10px;
	height: 10px;
	padding: 0px 0px 0px 4px;
	margin: 0px;
	white-space: pre-wrap;
}

.izquierda{
	float: left;
}

.derecha{
	float: right;
}

.grupoFormulario{
	margin: 0px;
	padding: 0px;
	width: 360px;
}

.grupoFormularioLargo{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.grupoFormularioCorto{
	margin: 0px;
	padding: 0px;
	width: 170px;
}

.epacioVertical5px{
	height: 5px;
	clear: both;
}

.epacioVertical10px{
	height: 10px;
	clear: both;
}

.espacioVertical50px{
	height: 50px;
	clear: both;
}


.centrarTexto{
	text-align: center;
}


#fade {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
   #bkimg {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
	background-image:url("../images/procesando_1.gif");
	background-repeat:no-repeat; 
	background-position:center center;
	background-size: 30%;
}


a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;
    display:none; 
    padding:14px 20px;
    margin-top:60px; 
    margin-left:-160px;
    width:600px; 
    line-height:16px;
    height:350px;
}
a.tooltip:hover span{
    display:inline; position:absolute; 
    border:2px solid #FFF;  color:#EEE;
    background:#333 url(../images/ine-muestra.jpeg) no-repeat;
}

.callout {z-index:20;position:absolute;border:0;top:-14px;left:120px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}