﻿/*
		GENERALES
*/
.Gen_Titulo
{
	font-family: "Arial";
	background-color: #ececec;
	font-size: 16pt;
	color: #191F6C;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.Gen_SubTitulo
{
	font-family: "Arial";
	font-size: 18pt;
	color: #868686;
	padding-bottom: 10px;
}
.txtNorDoc
{
	font-family: "Arial";
	font-size: 14px;
	color: #868686;
	padding: 10px;
	height: 400px;
	overflow: auto;
}

.Gen_MsnError
{
	color: #FF0000;
	font-family: "Arial";
	font-size: 10pt;
}



/*	DIV Seccion Botones */
.Gen_DvBtn
{
	text-align: right;
	margin: 10px 10px;
}
.Gen_DvBtn02
{
	text-align: right;
	position: absolute;
	float: right;
	right: 10px;
	bottom: 5px;
}


.btnGeneral
{
	font-family: Arial, sans-serif;
	background-color: #191F6C;
	border: solid 0px white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	width: 150px;
	height: 39px;
border-radius: 5px;
	
}

.btnRenovar {
    font-family: Arial, sans-serif;
    background-color: #00833C;
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    width: 150px;
    height: 39px;
    border-radius: 5px;
    margin-right: 20px;
}

.btn1 {
    text-align: right;
}

.btnGeneral_RegresaLead {
    font-family: Arial, sans-serif;
    background-color: #ff6633;
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    width: 150px;
    height: 39px;
    border-radius: 5px;
}
/*
.btnGeneral
{
	border-width: 1px;
	border-color: #868686;
	width: 120px; 
	height: 42px;
	color: #868686;
	font-size: 14px;
	font-family: "Arial";
	background-color: #FFFFFF;
	margin: 5px;
}*/

.btnGeneral01
{
	border-width: 1px;
	border-color: #868686;
	width: auto;
	height: 42px;
	color: #868686;
	font-size: 14px;
	font-family: "Arial";
	background-color: #FFFFFF;
	margin: 5px;
}

.btnGeneral_RegresaLead {
    font-family: Arial, sans-serif;
    background-color: #ff6633;
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    width: 150px;
    height: 39px;
    border-radius: 5px;
}




.btnGeneral_ConvertirLead {
    font-family: Arial, sans-serif;
    background-color: #00833C;
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    width: 150px;
    height: 39px;
    border-radius: 5px;
}


.content
{
	width: 100%;
}
.Master
{
	width: 100%;
	background-color: #ffffff;
}

.sPasos
{
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	border-bottom: 1px solid #868686;
}


/*		PASO 1 */

.dc_normalfld
{
	height: 42px;
	border: 1pt solid #868686;
	color: #C4C4C4;
	font-family: "Arial";
	font-size: 16px;
	margin: 5px;
	padding-left: 10px;
}

.dc_focusfld
{
	height: 42px;
	border: 1pt solid #868686;
	color: #191F6C;
	font-family: "Arial";
	font-size: 16px;
	margin: 5px;
	padding-left: 10px;
}





input.dc_TamEsp02
{
	width: 35%;
}



::-webkit-input-placeholder
{
	/* WebKit, Blink, Edge */
	color: #C4C4C4;
}
:-moz-placeholder
{
	/* Mozilla Firefox 4 to 18 */
	color: #C4C4C4;
	opacity: 1;
}
::-moz-placeholder
{
	/* Mozilla Firefox 19+ */
	color: #C4C4C4;
	opacity: 1;
}
:-ms-input-placeholder
{
	/* Internet Explorer 10-11 */
	color: #C4C4C4;
}


.form-control-Error
{
	height: 42px;
	border: 1pt solid #FF0000;
	color: #FF0F0F;
	font-family: "Arial";
	font-size: 16px;
	margin: 5px;
	padding-left: 10px;
}

.form-control-ErrorRdo
{
	color: #FF0F0F;
}
.dc_control_Error
{
	width: 235px;
	height: 42px;
	border: 1pt solid #FF0000;
	color: #FF0000;
	font-family: "Arial";
	font-size: 12pt;
	margin: 5px 5px 0px 0px;
	padding-left: 10px;
	vertical-align: middle;
}



.ps1_DesEti
{
	font-family: "Arial";
	font-size: 16px;
	color: #C4C4C4;
	float: left;
	height: 42px;
	margin: 5px 5px 0px 0px;
	display: table;
}

.ps1_DesEti > *
{
	display: table-cell;
	vertical-align: middle;
}


.divSubSubtitulo
{
	height: auto;
	position: relative;
	top: 10px;
	left: 0;
	color: #868686;
	font-family: "Arial";
	font-size: 14pt;
	margin: 0 0 20px 0;
	position: relative;
}



td.dvGvCotiazador
{
	vertical-align: top;
}
table.tblCotizador
{
	margin-left: 5px;
}
.dvSeguro
{
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}

.TituloLegales
{
	color: #191F6C;
	height: 43px;
	font-size: 16pt;
	font-family: "Arial";
	margin: 0 0 13px 0;
	background-color: #ececec;
}
.TituloLegales01
{
	color: #191F6C;
	height: 43px;
	font-size: 16pt;
	font-family: "Arial";
	margin: 0 0 13px 0;
	background-color: #ececec;
	font-weight: bold;
}


.TextoLegales01
{
	color: #868686;
	font-size: 10pt;
	font-family: "Arial";
	font-weight: bold;
}


.csTitLeg
{
	color: #868686;
	font-size: 12pt;
	font-family: "Arial";
	font-weight: bold;
}

.csAlinear
{
	text-align: right;
}


.TextoLegales02
{
	color: #868686;
	font-size: 10pt;
	font-family: "Arial";
	font-weight: bold;
	margin-top: 10px;
}

.BotonesLegales
{
	width: 108px;
	height: 31px;
	stroke: 1 pt;
	font-size: 12 pt;
	color: #868686;
	font-family: "Arial";
	margin: 19px 0 19px 0;
}
.TituloLlenarSolicitud
{
	font-family: "Arial";
	font-size: 18pt;
	color: #868686;
	margin: 61px 0 0px 0;
	width: auto;
}

.TituloLlenarSolicitud01
{
	font-family: "Arial";
	font-size: 18pt;
	color: #868686;
	width: auto;
}
.DivImprimir
{
	width: 30px;
	height: 26px;
	border-style: none;
	float: right;
	margin-right: 16px;
}
.DivDescargar
{
	width: 23px;
	height: 26px;
	border-style: none;
	float: right;
	margin-right: 16px;
}
.DivSubtitulo
{
	height: 43px;
	background-color: #ececec;
	margin: 10px 0 10px 0;
	width: 100%;
}
.divTextoSubtitulo
{
	font-family: "Arial";
	font-size: 16pt;
	color: #191F6C;
	width: auto;
	height: auto;
	position: relative;
	top: 10px;
	left: 20px;
}

.dc_MsnError
{
	color: #FF0000;
	font-family: "Arial";
	font-size: 10pt;
}

.BtnBuscarCP
{
	width: 120px;
	height: 42px;
	border: 1pt solid #868686;
	color: #868686;
	font-family: "Arial";
	font-size: 12pt;
	margin: 0 0 10px 0;
}
.StyleEtiqueta
{
	font-family: "Arial";
	font-size: 12pt;
	margin: 0 0 10px 0;
	color: #C4C4C4;
}

.StyleEtiqueta_Azul {
    font-family: "Arial";
    font-weight: bold;
    font-size: 11pt;
    margin: 0 0 10px 0;
    color: #0f206c;
}

.StyleEtiqueta_Negro {
    font-family: "Arial";
    font-size: 12pt;
    margin: 0 0 10px 0;
    color: #515151;
}


.StyleEtiqueta1
{
	font-family: "Arial";
	font-size: 12pt;
	margin: 0 0 10px 0;
	color: #C4C4C4;
}

.cMontos
{
	font-family: "Arial";
	font-size: 12pt;
	margin: 0 0 10px 0;
	color: #C4C4C4;
}
.styleGuion
{
	color: #C4C4C4;
	font-family: "Arial";
	font-size: 12pt;
}

select.custom-dropdown
{
	-webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
	-moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
	appearance: none;
	border: 1pt solid #868686;
	background: url('../imgs/flecha.png') no-repeat right;
}

select::-ms-expand
{
	/* for IE 11 */
	display: none;
	background: url('../imgs/flecha.png') no-repeat right;
	transform: rotate(180deg);
	border: 1pt solid #868686;
}
.modalBackground
{
	background-color: Black;
	filter: alpha(opacity=90);
	opacity: 0.8;
}
.modalPopup
{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	width: 799px;
	height: 264px;
}
.oc_Cerrar
{
	width: 19px;
	height: 19px;
	border-style: none;
	position: relative;
	background: #FFFFFF;
	position: absolute;
	top: 28px;
	right: 28px;
}
.oc_CerrarBtn
{
	width: 107px;
	height: 40px;
	font-family: "Arial";
	font-size: 12pt;
	color: #868686;
	border: 1pt solid #868686;
	position: absolute;
	left: 346px;
	bottom: 24px;
}
.DivMensajePopup
{
	font-family: "Arial";
	font-size: 18pt;
	color: #868686;
	position: absolute;
	left: 140px;
	top: 66px;
}
.DivMensajePopup1
{
	font-family: 'Arial';
	font-size: 12pt;
	color: #868686;
	width: 600px;
	position: absolute;
	bottom: 81px;
	left: 100.5px;
	text-align: center;
}
.contenedor
{
	float: left;
	margin-right: 10px;
	font-family: "Arial";
	font-size: 20pt;
	color: #868686;
	background: #e7e7e7;
	margin: 0 10px 20px 0;
	text-align: center;
	width: 118px;
	height: 43px;
	vertical-align: middle;
}

.contenedor img
{
	float: right;
}
.Color
{
	color: #191F6C;
	text-align: center;
	vertical-align: middle;
}
.lblInd
{
	position: relative;
	top: 10px;
}
.StyloHeadGrid
{
	font-family: "Arial";
	font-size: 12pt;
}
.StyloItemGrid
{
	font-family: "Arial";
	font-size: 12pt;
	color: #868686; /*#868686;*/
	text-align: center;
}
.StyloEditGrid
{
	font-family: "Arial";
	font-size: 12pt;
	color: #868686;
	text-align: center;
}
.StyloAlternatingItemGrid
{
	font-family: "Arial";
	font-size: 12pt;
	color: #868686;
	text-align: center;
}



.DivIndicadoresLegalesAvtive
{
	color: #fff;
	background-color: #191F6C;
}
.StylePreguntas
{
	width: 100%;
	font-family: "Arial";
	font-size: 12pt;
	color: #868686;
	margin: 0 0 10px 0;
}
.StyleRespuesta
{
	font-family: 'Arial';
	font-size: 12pt;
	color: #868686;
	width: 100px;
}

.StyleRespuesta01
{
	font-family: 'Arial';
	font-size: 12pt;
	color: #868686;
}
.divradioButton
{
	/*margin: 10px 0 10px 0;*/ /*	float: right;*/
	padding-left: 80%;
	margin-bottom: 10px;
}
.divPregunta
{
	width: 100%; /*float:  left ;*/
}
.divEnCaso
{
	width: 100%;
	height: 65px;
	background-color: #ececec;
	font-family: "Arial";
	font-size: 14pt;
	color: #868686;
	padding: 10px;
}
.DivTextoSeguro
{
	width: 550px;
	font-family: 'Arial';
	font-size: 12pt;
	color: #868686;
	text-align: justify;
	margin: 0 0 10px 0;
}
.lblInd4
{
	font-family: "Arial";
	color: #868686;
	text-align: center;
	font-size: 10pt; /*border: 1pt solid #868686;*/ /*padding-top: 10px;*/ /*padding-bottom: 10px;*/
}
.TextoProximaNovaRg
{
	font-family: 'Arial';
	font-size: 12pt;
	color: #868686;
}
.TextoProximaNovaBl
{
	font-family: "Arial";
	font-size: 14pt;
	color: #191F6C;
}



.BotonConcluir
{
	border: 1pt solid #868686;
	font-family: "Arial";
	font-size: 12pt;
	color: #868686;
	padding: 14px;
	top: 10px;
}
.BotonReporte
{
	background-image: url('../imgs/imprimir-bco.png');
	background-repeat: no-repeat;
}



/*
	IMPRESION DE SOLICITUD
*/


.sDefinDatos
{
	color: #868686;
	font-size: 12pt;
	font-family:Arial;
	width: 20%;
	text-align: right;
}

.sDefinDatos01
{
	color: #868686;
	font-size: 12pt;
	font-family: Arial;
	width: 30%;
	text-align: left;
}
.sValorDato
{
	color: #868686;
	font-size: 12pt;
	font-family: 'Arial';
	width: 30%;
	text-align: left;
	font-weight: bold;
}


.sDeFinVeh
{
	color: #868686;
	font-size: 12pt;
	font-family: Arial;
	border: 1pt solid #868686;
	text-align: center;
	font-weight: bold;
}

.sValorVeh
{
	color: #868686;
	font-size: 12pt;
	font-family: "Arial";
	border: 1pt solid #868686;
	text-align: center;
}

.sTitImp
{
	color: #191F6C;
	font-size: 16pt;
	font-family: "Arial";
	background-color: #ececec;
}
.sTxtInf
{
	color: #868686;
	font-family: 'Arial';
	font-size: 8pt;
}

td.tdVehiculo, table.tVehiculo
{
	border: 1pt solid #868686;
}


.TextoNotas
{
	color: #868686;
	font-size: 8pt;
	font-family: 'Arial';
}


.dvDesc
{
}

.StyleEtiCot
{
	font-family: "Arial";
	font-size: 12pt;
	margin: 0 0 10px 0;
	color: #C4C4C4;
	width: 200px;
}



/*Impresión de Referencias*/
/**/
.sDefinDatosRef
{
	color: #868686;
	font-size: 14pt;
	font-family: Arial;
	width: 40%;
	text-align: left;
	font-weight: bold;
}

.sValorDatoRef
{
	color: #868686;
	font-size: 14pt;
	font-family: Arial;
	width: 60%;
	text-align: left;
}

table.tReferencias
{
	border: 1px solid #868686;
	font-size: 14pt;
	font-family: Arial;
}

.TextoReferencias
{
	color: #868686;
	font-size: 14pt;
	font-family: Arial;
	text-align: left;
}

/*STYLOS NUEVOS COTIZADOR*/



.dvDatoCot
{
	width: 100%;
	margin: 0 Auto;
}


.CotDetOrd > div, .CotFilGen > div, .CotFilEsp > div, CotFilEspMot > div
{
	display: inline-block;
}



.CotFilGen
{
	margin: 10px;
	
}


.CotDatoImp
{
	font-family: "Arial";
	width: 70%;
	text-align: left;
	
}

.CotValImp
{
	width: 100px;
	text-align: left;
	font-weight: bold;

}

@media (max-width: 380px)
{
.CotImportes
{
	padding: 10px 10px 10px 10px;
	margin: 0px Auto;
	width: 100%;
}	
	.CotValImpEsp02
{
	margin: 0 Auto;
	width:100%;  
	
}

}

@media (min-width: 380px)
{
	.CotImportes
	{
	padding: 10px 10px 10px 10px;
	margin: 0px Auto;
	width: 80%;}
	.CotValImpEsp02
{
	margin: 0 Auto;
	width:60%;  
	
}


	}


.dvCuaCot
{
	border: 1px solid #868686;
	padding: 10px;
}

.btnCotizacion
{
	width: auto;
	font-size: 16 pt;
	color: #ffffff;
	font-family: "Arial";
	font-weight: bold;
	background-color: #191F6C;
	border-radius: 7px;
	vertical-align: middle;
	padding: 5px;
}


.CotDatoImpEsp
{
	text-align: right;
	width: 40%;
}

.CotDatoImp02
{
	width: 100%;
	text-align: left;
}



.CotNotas
{
	clear: both;
	color: #868686;
	font-size: 8pt; 
	text-align: justify;
	padding: 10px;
}



/*
	STYLOS COTIZADOR  original
*/


#dvPriCot
{
	font-family: Arial;
	width: 100%;
	color: #868686;
	font-size: 12pt;
}


.CotImg
{
	width: 202px;
}

.CotDatos
{
	width: 300px; /*overflow: auto;*/
}


.CotFilEsp
{
	text-align: right;
	width: 100%;
	top: 0; /*-20px*/
	position: relative;
}

.CotDetOrd
{
	padding: 10px 0 10px 10px;
}

.CotDato
{
	text-align: right;
	width: Auto;
}

.CotValor
{
	padding-left: 10px;
	font-weight: bold;
	width: Auto;
}

.CotSubMot
{
	text-align: left;
}




.CotDatoImp
{
font-family: "Arial";
	width: 60%; /*360px*/
	text-align: left;
}


.CotDatoImpTit
{
	font-family: "Arial";
	text-align: center;
	width: 100px;
}
.CotNotas
{
	clear: both;
	color: #868686;
	font-size: 8pt; /*border-top: 1px solid #868686;*/
	text-align: justify;
	padding: 10px;
}

.CotNotas01
{
	border-bottom: 1px solid #868686;
	padding-bottom: 5px;
}


.CotEspacio
{
	height: 10px;
}


.CotTrAnual
{
	height: 25px;
	vertical-align: middle;
}




a.GvIte:link
{
	text-decoration: none;
	text-align: right;
	color: #191F6C;
}

a.GvIte1:link {
    text-decoration: none;
    text-align: right;
    color: darkgray;
}

th.EncGri
{
	color: #FFFFFF;
	font-family: "Arial";
	background-color: #868686;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	height: 27px;
	padding: 5px;
	vertical-align: middle;
}

td.tdEncGri
{
	color: #FFFFFF;
	font-family: "Arial";
	background-color: #868686;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}

tr.BorGrid
{
	border: thin solid #FF0000;
}

/*	CASAS */

.dvDetCot
{
	padding: 10px;
}

/*
		STYLOS PASOS
*/

#dvPriPasos
{
	width: 100%;
}

#dvPriPasos > div, .PasGen > div
{
	display: inline-block;
}
.PasGen
{
	background: #e7e7e7;
	width: 118px;
	height: 43px;
	margin: 0 10px 20px 0;
	text-align: right;
}

.PasGenTxt
{
	font-family: Arial;
	font-size: 20pt;
	color: #868686;
}
.PasGenTxtActivo
{
	font-family: Arial;
	font-size: 20pt;
	color: #191F6C;
}
/*
		 PASO 2
*/

#dvPriPaso2
{
	font-family: Arial;
	width: 100%;
	color: #C4C4C4;
	font-size: 12pt;
	position: relative;
	height: 500px;
}
.Pas2Titulo
{
	font-family: Arial;
	font-size: 18pt;
	color: #868686;
	padding-bottom: 10px;
}

.Pas2Detalle
{
	padding: 10px 0 10px 10px;
}

.Pas2Botones
{
	text-align: right;
}


/*
		PASO 3
*/

#dvPriPaso3
{
	font-family: Arial;
	width: 100%;
	color: #868686;
	font-size: 12pt;
}

#dvDatPer > div, .Pas3Ren > div, #dvDirDatPer > div, #dvDatEmp > div, #dvDirDatEmp > div
{
	display: inline-block;
	vertical-align: top;
}

#dvDatPer, #dvDirDatPer, #dvDatEmp, #dvDirDatEmp, #dvBeneficiarios
{
	padding: 20px 10px;
}

.dvSecDat
{
	width: 48%;
}

.Pas3Ren
{
	margin: 3px 10px 3px 10px;
	text-align: left;
}

.Pas3Dato
{
	width: 150px; /*48%*/
	color: #868686;
	font-family: Arial;
	font-size: 12pt;
	text-align: left;
}

.Pas3Valor
{
	width: 150px; /*50%*/
	font-weight: bold;
	font-family: Arail;
	font-size: 12pt;
	color: #868686;
	text-align: left;
}

.dvPas3Btn
{
	text-align: right;
	margin-bottom: 10px;
}

.Pas3Ben
{
	text-align: center;
}

/*
	ANULAR SEGURO -CONTRATO
*/

#dvPriSeguro
{
	font-family: "Arial";
}
.txtNorDoc01
{
	font-family: "Arial";
	font-size: 12pt;
	color: #868686;
	padding: 10px;
}

.ct_SutTil
{
	font-size: 18pt;
	color: #868686;
	padding: 10px 10px 0 10px;
}

/*
	SEGURO
*/

#dvPriSeguro
{
	font-family: Arial;
	color: #868686;
}


.ps4_Pregunta
{
}

.ps4_Caso
{
	height: 65px;
	background-color: #ececec;
	font-family: Arial;
	font-size: 14pt;
	padding: 10px;
}


.ps4_Respuesta
{
	padding-left: 80%;
	margin: 10px 0 10px 0;
}
.ps4_Respuesta02
{
	margin: 20px auto 10px auto;
	width: 90px;
}

.ps4_txtDato
{
	margin: 20px auto 10px auto;
	height: 49px;
	width: 249px;
}
.ps4_DvPir
{
	padding: 10px;
	text-align: justify;
	font-family: "Arial";
	color: #868686;
	height: 400px;
	overflow: auto;
	font-size: 14px;
}




/*
		PASO 5
*/

.txtFolio
{
	font-family: "Arial";
	font-size: 14pt;
	color: #191F6C;
	text-align: right;
}
.divPagoRealizar
{
	font-family: Arial;
	font-size: 16pt;
	color: #868686;
	text-align: center;
	margin: 20px 0 10px 0;
}
.lblPago
{
	font-family: Arial;
	font-size: 16pt;
	color: #191F6C;
}

.DivRelizaPasos
{
	background-color: #006950;
	font-family: 'Arial';
	font-size: 26pt;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
}



.DivPasos
{
	background-color: #03b289;
	font-family: 'Arial';
	font-size: 12pt;
	color: #FFFFFF;
}

.ps5_img
{
	width: 39px;
	height: 39px;
	float: left;
}

.ps5_CajPas
{
	float: left;
	width: 250px;
	margin: 20px 20px;
}

.ps5_TxtPas
{
	float: left;
	width: 191px;
	padding: 10px 10px;
}
.ps5_TxtNota
{
	clear: both;
	padding: 20px;
}



/*
		--------------
*/

.CA_SubTit
{
	font-family: "Arial";
	color: #868686;
	font-size: 12pt;
	padding: 10px;
}

.CA_Titulo
{
	font-family: "Arial";
	color: #868686;
	font-size: 10.5pt;
	text-align: center;
	padding: 8px;
}

.CA_gvItem
{
	font-family: "Arial";
	color: #868686;
	font-size: 8.3pt;
	padding: 10px;
	border: thin solid #CCCCCC; /*CCCCCC*/
}

.CA_gvItem1 {
    font-family: "Arial";
    color: #868686;
    font-size: 8.3pt;
    padding: 10px;
    border: thin solid #CCCCCC; /*CCCCCC*/
}

.CA_gvItem2 {
    font-family: "Arial";
    color: #868686;
    font-size: 8.3pt;
    padding: 10px;
    border: thin solid #CCCCCC; /*CCCCCC*/
}

.LicenciaItems {
    font-family: "Arial";
    color: #868686;
    font-size: 8pt;
    padding: 15px;
    border: thin solid #CCCCCC; /*CCCCCC*/
    word-break: break-all;
}

.CA_gvHead
{
	font-family: "Arial";
	color: #FFFFFF;
	background-color: #868686;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 5px; /*height:50px; */
}

.CA_TitDatCot
{
	font-family: "Arial";
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	background-color: #868686;
	padding: 10px;
}

.CA_TitDatDet
{
	font-family: "Arial";
	color: #868686;
	font-size: 9.5pt;
	text-align: right;
	padding: 15px;
}

.CA_Dato
{
	font-family: "Arial";
	color: #868686;
	font-size: 12pt;
	padding: 5px;
}
.CA_Valor
{
	font-family: "Arial";
	color: #868686;
	font-size: 12pt;
	padding: 5px;
	font-weight: bold;
	text-align: right;
}

.mc_SubTitulo
{
	font-family: "Arial";
	font-size: 11pt;
	color: #868686;
	padding: 10px 10px 0 10px;
	font-weight: bold;
}


.sDefinDatosIzq
{
	color: #868686;
	font-size: 14pt;
	font-family: Arial;
	width: 30%;
	text-align: left;
	font-weight: bold;
}



.CotDatoImpMot
{
	text-align: left;
	width: Auto;/*300px;*/
	padding-left: 30px;
	margin: 10px 0;
}
.CotDatoImpMot01
{
	text-align: left;
	padding-left: 60px;/*90px*/
}

.CotValImpMot
{
	width: Auto;
	text-align: right;
	/* padding-right: 60px;*/
/*	background-color:Red;*/
	
	 
}

.CotValImpMot02
{
	text-align: right;
	/*background-color: Fuchsia ;*/
	 margin-left:250px; 
}

/*
	PASO 4

*/

#MenInd
{
	width: 25%;
	vertical-align: top;
}


#ConPri > div
{
	display: inline-block;
	vertical-align: top;
}




.DivIndActivoTem
{
	font-family: Arial;
	border: 1px solid #191F6C;
	font-size: 9pt;
	color: #fff;
	background-color: #191F6C;
	width: 160px;
	height: 20px;
	margin: 0 20px 9px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
/*http://librosweb.es/foro/pregunta/318/como-se-puede-centrar-verticalmente-el-texto-de-un-div/*/
div.DivIndActivo
{
	font-family: Arial;
	border: 1px solid #868686;
	background-color: #191F6C;
	color: #fff;
	font-size: 10pt;
	width: 188px;
	height: 38px;
	margin: 0 20px 9px 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}
.DivIndicadoresLegales
{
	font-family: Arial;
	width: 188px;
	height: 38px;
	margin: 0 20px 9px 0px;
	border: 1px solid #868686;
	color: #868686;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 8px;
}

#dvPriPaso4
{
	/* background-color:Red; */
}

.Titulo01
{
	font-family: "Arial";
	font-size: 18pt;
	color: #868686;
}





.sAviPri
{
	height: 430px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	border-bottom: 1px solid #868686;
	color: #868686;
	font-size: 14px;
	font-family: "Arial";
	text-align: justify;
}

.TextoLegales
{
	color: #868686;
	font-size: 14pt;
	font-family: "Arial";
}

.TextoImp
{
	clear: both;
	color: #868686;
	font-size: 8pt;
	font-family: "Arial";
	text-align: justify;
}

table.Pago
{
	border: 2px solid #FFFFFF;
}

a.GvIteV:link, a.GvIteV:visited, a.GvIteV:hover
{
	text-decoration: underline;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}


.TextoNotaB
{
	color: #FFFFFF;
	font-size: 9pt;
	font-family: "Arial";
	font-weight: bold;
	font-style: italic;
}

td.BordeTd
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
/*

{
	font-family: Arial;
	width: 100%;
	color: #C4C4C4;
	font-size: 12pt;
}

font-weight: bold;*/




table.Espacio
{
	border-collapse: separate;
  border-spacing:  5px;
}

.CotMotImp
{
	text-align: right;
}




/*		cot motos*/

.CotDetOrdMot
{
	
width:714px;/*300*/

display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}


.CotImgMot
{
	width: 400px;
}
.CotConDatMot
{
flex: 1;

}

.CotFilEspMot
{
	text-align: right;
	top: 0; /*-20px*/
	position: relative;
}

.dvMarca
{
	
	color: #5E5D5D;
	font-size: 14px;
	font-family: Arial;
	
}




.dvMarTit
{
	width:100px;/*300*/ 
	float:left ;
}

.dvClvVeh
{
	width:105px;/*300*/ 
	float:right ;
	font-size: 11px;
	text-align: left;

}

.dvMod
{
	color: #191f6c;
	font-size: 24px;
	font-family: Arial;
	height: 40px;
	background-color: #EEEDED;
	float:left ;
	width:314px;
	padding-left: 10px;
		padding-top: 5px;
		text-align: center;
}

.dvPrecioMot

{
	color: #ffffff;
	font-size: 24px;
	font-family: Arial;
	height: 40px;
	width:314px;
	background-color: #191f6c;
	float:left ;
		text-align: center;
	padding-left: 10px;
		padding-top: 5px;
}

.dvtxtEsp
{
	color: #5e5d5d;
	font-size: 12px;
	font-family: Arial;

}


.CotValImpEsp
{
	text-align: center;
	/*background-color: #FF00FF;*/
	float: left;
	width: 100%;
}

.CotValImpEsp_btn
{
	text-align: center;
/*	background-color: #00FF00;*/
width: 100%;
}


.StyleEtiquetaAzul
{
	font-family: "Arial";
	font-size: 12pt;
	margin: 0 0 10px 0;
	color: #191f6c;
}

a.Paso5:link, a.Paso5:visited, a.Paso5:hover {
    float: left;
    width: 191px;
    padding: 10px 10px;
    color: #FFFFFF
}


.CA_DatoCorrida {
    font-family: "Arial";
    color: #868686;
    font-size: 11pt;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.CA_ValorCorrida {
    font-family: "Arial";
    color: #868686;
    font-size: 11pt;
    padding: 5px;
    text-align: right;
}
.title-cuenta {
    color: #fff;
    background: #191F6C;
    border: 1px solid #191F6C;
    padding: 10px;
}

.grey-head {
    background: #868686;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
}

th.EncGriC {
    color: #FFFFFF;
    font-family: "Arial";
    background-color: #cccccc;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    height: 27px;
    padding: 5px;
    vertical-align: middle;
}

td.tdEncGriC {
    color: #FFFFFF;
    font-family: "Arial";
    background-color: #cccccc;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}