﻿@charset "UTF-8";
/* CSS Document */

/*CLASES OSCAR*/
.txtEtiqueta{color:#C2002F;font-size:1.0em;padding-top:7px;padding-bottom:3px;text-align:left;display:block}
.selectAjustable{border:#9fa3a5 solid 1px;border-radius:3px;height:36px;font-size:16px;color:#4b4b4b}
.inputTxtAjustable{border:#9fa3a5 solid 1px;border-radius:3px;height:32px;font-size:16px;color:#4b4b4b;padding-left:7px}
.txtareaAjustable{border:#9fa3a5 solid 1px;border-radius:3px;font-size:16px;color:#555559;padding-left:7px;height:300px;padding-top:7px}
.selectAjustable{width:318px}
.inputTxtAjustable{width:308px}
.txtareaAjustable{width:973px; resize: none}
.selectAjustableMedio{width:159px}
.inputTxtAjustableMedio{width:149px}
.selectAjustableChico{width:80px}
.inputTxtAjustableChico{width:70px}
.selectAjustableMedio{border:#9fa3a5 solid 1px;border-radius:3px;height:36px;font-size:16px;color:#555559}
.inputTxtAjustableMedio{border:#9fa3a5 solid 1px;border-radius:3px;height:32px;font-size:16px;color:#555559;padding-left:7px}
.selectAjustableChico{border:#9fa3a5 solid 1px;border-radius:3px;height:36px;font-size:16px;color:#555559}
.inputTxtAjustableChico{border:#9fa3a5 solid 1px;border-radius:3px;height:32px;font-size:16px;color:#555559;padding-left:7px}
.btnCotizador {
    color:#FFF;
    background-color:#555559;
    border:#555559 solid 1px;
    border-radius:2px;
    line-height:32px;
    font-size:1.1em;
    font-weight:100;
    margin:8px;
    padding:5px 20px ;    
    cursor:pointer
}

h1 {font-size:1.7em;line-height:1.1em;font-family:'AktivGroteskW01-Regular'}
h2 {font-size:1.5em;line-height:1.1em;font-family:'AktivGroteskW01-Regular'}
h3 {font-size:1.3em;line-height:1.1em;font-family:'AktivGroteskW01-Regular'}
h4 {font-size:1.1em;line-height:1.1em;font-family:'AktivGroteskW01-Regular'}

.light {font-family:'AktivGroteskW01-Light', sans-serif;}
.regular {font-family:'AktivGroteskW01-Regular', sans-serif;}
.medium {font-family:'AktivGroteskW01-Medium', sans-serif;}
.bold {font-family:'AktivGroteskW01-Bold', sans-serif;}
.italic {font-family:'AktivGroteskW01-Italic', sans-serif;}

.rojo {color:#c2002f;} /* ANAwww */

/*** Links ***/

a:link, a:visited, a:active, a:hover {
	text-decoration:none;
}

.linkFtr a:link,
.linkFtr a:visited, 
.linkFtr a:active {color:#FFF;font-size:0.8em;font-family:'AktivGroteskW01-Light', sans-serif;text-decoration:none;}
.linkFtr a:hover {color:#FFF;font-size:0.8em;font-family:'AktivGroteskW01-Light', sans-serif;text-decoration:underline;} /* ANAwww */

.linkSesion {
	color:#FFFFFF;
	font-size:0.8em;
	font-family:'AktivGroteskW01-Regular', sans-serif;
	text-decoration:none;
	height:12px;
	padding-top:8px;
	display:block;
	padding-left:24px;
    cursor:pointer;
}
.linkSesion :hover {color:#FFFFFF;text-decoration:underline;} /* ANAnet */

.centrar {
    text-align: center;    
}


.limpiar {
	clear:both;
}
.f1 p,
.f2 p, 
 
.f3 p, 
.f4 p, 
.f5 p {
	line-height:1.1em;
	margin-top:0px;
	margin-bottom:16px;
}

.f2 ul, .f1 ul {
	margin-top:10px;
	line-height:24px;
}

.boxContentFull {
	margin: 130px auto 0px auto;
	max-width: 100%;
	min-width: 320px;
}

.boxContent70 {
	margin: 130px auto 0px auto;
	max-width: 70%;
	min-width: 320px;
	padding-top: 14px;
	z-index: -999999; /*OSCAR*/
}
/*  version web y iPad Landcape */

.boxContent {
	margin:130px auto 0px auto;
	max-width:1024px;
	min-width:320px;
    padding-top:14px;	
    z-index:-999999; /*OSCAR*/    
} /*  version web y iPad Landcape */

.f4 a {
    font-size:12px;
}

.boxContentInt {
	margin:130px auto 0px auto;
	max-width:1024px;
	min-width:320px;	
} /*  version web y iPad Landcape */

.boxHdr {
	max-width:1024px;
	min-width:320px;
	margin:0px auto;
	height:96px;
	position:relative; /* en realacion a boxSesion */
} /* ANAwww */

.boxSesion {
	width:auto;
	height:20px;
	margin-top:37px;
	margin-right:10px;
	right:0px; /* Relativo a boxHdr */
	position:absolute; /* Relativo a boxHdr */
	background-image:url(../../Images/ico_salir.png);
	background-position:left;
	background-repeat:no-repeat;
} /* ANA */

.boxUsr {
	color:#FFFFFF;
	font-size:1.1em;
	font-family:'Bariol-Regular', sans-serif; /* ANAwww */
	float:right;
	height:20px; /* ANAwww */
	margin-top:70px; /* ANAwww */
	margin-right:10px; /* ANAwww */
	background-image:url(../../Images/icoUsr.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:24px;
	display:block;
	cursor:pointer;
}

.rowFtrGris {
	height:auto; /*ANAwww*/
	padding-top:0px;
	background-color:#cfd1d2; /*ANAwww*/
}

.boxFtr{
	color:#FFFFFF;
	padding-top:20px;
	margin:0px auto;
	max-width:1024px;
	min-width:320px;
	height:auto;
	line-height:1.2em; /*ANAwww*/
}

.txtCopyright {
	color:#555559; /* ANAwww */
	font-size:0.8em;
	font-family:'AktivGroteskW01-Regular', sans-serif;
}

.txtSlogan {
	color:#c2002f; /* ANAwww */
	font-size:1.0em;
	font-family:'AktivGroteskW01-Italic', sans-serif;
	text-align:right;
}

.boxBadge {
	display:inline-block;
	margin:0px 0px 0px 10px;
	cursor:pointer;
	width:auto;
	height:40px
}

.badgeAjustable {
	width:auto;
	height:100%;
	border:0px;
	margin:0px;
	padding:0px;
	display:block; /* SE APLICA A LA IMAGEN - Evita que se genere un margin-bottom no deseado debajo de las fotos */
}

.imgAjustable {
	width:100%;
	height:auto;
	border:0px;
	margin:0px;
	padding:0px;
	display:block; /* SE APLICA A LA IMAGEN - Evita que se genere un margin-bottom no deseado debajo de las fotos */
}

.boxTxtCenter {
	width:320px;
	margin:0px auto;
}

.ttSeccion {
	color:#C2002F;
	font-family:'AktivGroteskW01-Regular', sans-serif; /* ANAwww */
	font-size:1.6em;
	background-image:url(../../Images/ico_tt.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:19px;
	margin-top:8px;
	margin-bottom:4px;
	line-height:1.0em;
    text-transform:uppercase;
}

.ttSeccionMontoTotal {
	color: #C2002F;
	font-family: 'AktivGroteskW01-Regular', sans-serif; /* ANAwww */
	font-size: 1.6em;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: 4px;
	line-height: 1.0em;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.ttSeccionPagosSubsecuentes {	
	font-size: 1.6em;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: 4px;
	line-height: 1.0em;
	/*text-transform: uppercase;*/
	font-weight: bold;
}

.subttSeccion {
	color:#c2002f;
	font-family:'Bariol-Regular', sans-serif; /* ANAwww */
	font-size:1.5em;
	line-height:1.2em;
}

.subttSeccionG {
	color:#555559;
	font-family:'Bariol-Regular', sans-serif; /* ANAwww */
	font-size:1.5em;
	line-height:1.2em;
}


/* FINALIZA ANA	CLASES GENERALES */

/* CLASES HOME */

.BtnCotizadorDefinir {
    width: 95%;
    color: #c30e2e;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding: 5px 0px 0px 15px;
    vertical-align: middle;
    background-color: #FFFFFF;
    height: 100px;
    /*background-image: url('../../../Images/Definir.png');*/
    
    background-size: 100px; 
    background-repeat:no-repeat;
    background-position: right center;
    cursor:pointer;
    border-radius: 25px 0px;
    text-align:left;
    border: 2px solid #c30e2e;
        
}

.BtnCotizadorDefinir p {
	margin-right: 110px;
}

.btnRojo {
	font-size:1.5em;
	color:#FFFFFF;
	height:120px;
	background-color:#c2002f;
	padding-top:15px;
	padding-left:20px;
	cursor:pointer;
	text-align:left;
	position:relative;
	/*z-index:-1;*/
	display:block;
    background-repeat:no-repeat;
    background-position: 150px 50px;
    background-size: 72px; 
    cursor:pointer;
    line-height:0.8em;
}

.btnGris {     
	font-size:1.5em;
	color:#FFFFFF;
	height:120px;
	background-color:#555559;
	padding-top:15px;
	padding-left:20px;
	cursor:pointer;
	text-align:left;
	position:relative;
	/*z-index:-1;*/
	display:block;
    background-repeat:no-repeat;
    background-position: 150px 50px;
    background-size: 72px;
    cursor:pointer;
    line-height:0.8em;
}

.icoDashboard {
	background-image:url(../../Images/ico_dashboard2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoCalendario {
	background-image:url(../../Images/ico_calendario2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoCotizador {
	background-image:url(../../Images/ico_cotizador2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoPolizas {
	background-image:url(../../Images/ico_polizas2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoSeguroPorTiempo {
	background-image:url(../../Images/ico_segxtiempo2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoRCObligatorio {
	background-image:url(../../Images/ico_rcobligatorio2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoRCCarreteras {
	background-image:url(../../Images/ico_rccarreteras2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoOtros {
	background-image:url(../../Images/ico_otros2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoMotos {
	background-image:url(../../Images/ico_motosbco2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoFaltaIcono {
	background-image:url(../../Images/tmp_faltaicono.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoSeguimiento {
	background-image:url(../../Images/ico_seguimiento2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoLineaCap {
	background-image:url(../../Images/ico_lineacap2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoHonorarios {
	background-image:url(../../Images/ico_honorarios2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

.icoReportes {
	background-image:url(../../Images/ico_reporte2x.png);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	background-size:contain;
	width:72px;
	height:72px;
	bottom:12px;
	right:20px;
}

/* CLASES HOME END */


/* EN REVISIÓN */

.sombra {
	box-shadow:3px 3px 9px #4b4b4b;
   	-webkit-box-shadow:3px 3px 9px #4b4b4b;
   	-moz-box-shadow:3px 3px 9px #4b4b4b;
}

.is-relative {
	position: relative;
}

.is-absolute-button {
	color: #FFF;
	background-color: #555559;
	border: #555559 solid 1px;
	border-radius: 2px;
	line-height: 22px;
	font-size: 1.1em;
	font-weight: 100;
	padding: 5px 20px;
	
	position: absolute;
	display: block;
	bottom: -24%;
	right: -2%;
	user-select: none;
	cursor: pointer;
}

.Archivo {
	font-size: 13px;
}

/* SEGUNDO COMPORTAMIENTO - iPad Portrait */
@media screen and (min-width: 768px) and (max-width: 1023px) {	    
	/* CLASES OSCAR */
	.selectAjustable{width:234px}
	.inputTxtAjustable{width:217px}
	.txtareaAjustable{width:710px; resize: none}
	.selectAjustableMedio{width:159px}
	.inputTxtAjustableMedio{width:142px}
	.selectAjustableChico{width:80px}
	.inputTxtAjustableChico{width:64px}
	.content{height:250px}			
	/* CLASES OSCAR END */
	
	.boxContent {
		margin:130px auto 0px auto;
        padding-top:14px;
	} /* ANAwww */

	.boxContent70 {
		margin: 130px auto 0px auto;
		padding-top: 14px;
	}
	/* ANAwww */
	
	.boxContentInt {
		margin:130px auto 0px auto;		
	} /* ANAwww */
	
	.boxUsr {
		color:#FFFFFF;
		font-size:1.1em;
		font-family:'Bariol-Regular', sans-serif; /* ANAwww */
		float:right;
		height:20px;
		margin-top:70px;
		margin-right:10px;
	}
	
	/*.txtBtn {font-size:1.4em;}*/
	
	.btnRojo, .btnGris {
		font-size:1.4em;
		height:100px;
		padding-top:10px;
		padding-left:10px;		
        background-position: 100px 40px;
        background-size: 65px;
	}
	
	.icoDashboard, .icoCalendario, .icoCotizador, .icoPolizas {
		width:60px;
		height:60px;
		bottom:10px;
		right:10px;
	}

    .f4 a {
        font-size:9px;
    }
}

/* TERCER COMPORTAMEINTO - Smartphone Landscape */
@media screen and (min-width: 479px) and (max-width: 767px) {
	
	/* CLASES OSCAR */
	.selectCotizador{border:#9fa3a5 solid 1px;border-radius:3px;width:120px;height:32px;font-size:12px}
	
	.selectAjustable{width:148px}
	.inputTxtAjustable{width:139px}
	.txtareaAjustable{width:450px; resize: none}
	.selectAjustableMedio{width:148px}
	.inputTxtAjustableMedio{width:139px}	
	/* CLASES OSCAR END */
	
	/* 3er COALA */
	.boxContent {
		margin:40px auto 0px auto;
        padding-top:8px;
	}

	.boxContent70 {
		margin: 40px auto 0px auto;
		padding-top: 8px;
	}	

	.boxContentFull {
		margin: 40px auto 0px auto;
	}

	.boxContentInt {
		margin:40px auto 0px auto;		
	}
	
	.boxSesion {
		display:none;
	} /* ANAwww */

	.boxUsr {
		font-size:0.9em;
		text-align:right;
		position:absolute;
		z-index:3;
		top:0px;
		right:40px;
		float:right;
		margin-top:12px;
		margin-right:3px;
		height:16px;
		padding-top:4px;
	}
	
	/*.txtBtn {font-size:1.1em;}*/
	
	.btnRojo, .btnGris {
		font-size:1.1em;
		height:98px;
		padding-top:7px;
		padding-left:7px;		
        background-position: 40px 40px;
        background-size: 60px;
	}
	
	.icoDashboard, .icoCalendario, .icoCotizador, .icoPolizas {
		width:55px;
		height:55px;
		bottom:10px;
		right:10px;
	}
	
	/* ANAwww End 3er*/
	.AgenteCom {
        display:none;
    }
    .AgenteCla {
        display:normal;
    }

    .f4 a {
        font-size:9.5px;
    }
}

/* CUARTO COMPORTAMEINTO - Smartphone Portrait */
@media screen and (min-width: 0px) and (max-width: 478px) {
    .f4 a {
        font-size:10px;
    }

    .AgenteCom {
        display:none;
    }
    .AgenteCla {
        display:normal;
    }
	/*CLASES OSCAR*/
	.selectAjustable{width:302px}
	.inputTxtAjustable{width:293px}
	.txtareaAjustable{width:290px; resize: none}
	.selectAjustableMedio{width:151px}
	.inputTxtAjustableMedio{width:142px}
	.selectAjustableChico{width:68px;margin-right:15px}
	.inputTxtAjustableChico{width:59px;margin-right:15px}	
	/*CLASES OSCAR END*/
	
	.boxContent {
		margin: 40px auto 0px auto;
		padding-top: 8px;
	}

	.boxContent70 {
		margin: 40px auto 0px auto;
		padding-top: 8px;
	}

	.boxContentFull {
		margin: 40px auto 0px auto;
	}
	
	.boxContentInt {
		margin:40px auto 0px auto;
	}
	
	.boxSesion {
		display:none;
	} /* ANAwww */
	
	.boxUsr {
		font-size:0.9em;
		text-align:right;
		position:absolute;
		z-index:3;
		top:0px;
		right:40px;
		float:right;
		margin-top:12px;
		margin-right:3px;
		height:16px;
		padding-top:4px;
	}
	
	/*.txtBtn {font-size:1.8em;}*/
	
	.btnRojo, .btnGris {
		font-size:2.4em;
		height:115px;
		padding-top:10px;
		padding-left:10px;		
        background-position: 230px 55px;
        background-size: 60px;
	}
	
	.icoDashboard, .icoCalendario, .icoCotizador, .icoPolizas {
		width:80px;
		height:80px;
		bottom:12px;
		right:20px;
	}
	
	.boxTxtCenter {
		font-size:0.9em;
	}
	
	/*ANAwww End */	
}

/* Clases para Retina */
@media
screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-moz-min-device-pixel-ratio: 2),
screen and (min-device-pixel-ratio: 2) { 
	
	
	.boxUsr {
		background-image:url(../../Images/icoUsr2x.png);
		background-size:contain;
	}
	
	.boxSesion {
		background-image:url(../../Images/ico_salir2x.png);
		background-size:contain;
	} /* ANA */

}

/* .btnTab {
    background-color:#9fa3a5;
    padding:5px 20px;
    color: #FFFFFF;
} */

.btnTab {
    background-color:#707479;
    padding:8px 20px;
    color: #FFFFFF;
	font-family:'AktivGroteskW01-Regular';
	background-image:url(images/icoTabClose.png); /* Acualizar ruta de la imagen */
	background-position:right;
	background-repeat:no-repeat;
}

.btnTabSelected {
    background-color:#a31f34;
    padding:8px 20px;
    color: #FFFFFF;
	font-family:'AktivGroteskW01-Regular';
	background-image:url(images/icoTabOpen.png); /* Acualizar ruta de la imagen */
	background-position:right;
	background-repeat:no-repeat;
}
/* .btnTabSelected {
    background-color:#cfd1d2;
    padding:5px 20px;
    color: #c2002f;
} */

.TabProp {
    background-color:#cfd1d2;
    border-left: 20px solid #cfd1d2;
    border-right: 20px solid #cfd1d2;
}

.TabCob {
    background-color:#FFFFFF;
    border-left: 20px solid #cfd1d2;
    border-right: 20px solid #cfd1d2;
    border-bottom: 40px solid #cfd1d2;
}

.btnTab2 {
    background-color:#9fa3a5;
    padding:5px 20px;
    color: #FFFFFF;
}

.btnTabSelected2 {
    background-color:#cfd1d2;
    padding:5px 20px;
    color: #c2002f;
}

.TabCob2 {
    background-color:#FFFFFF;
    border-left: 20px solid #cfd1d2;
    border-right: 20px solid #cfd1d2;
    border-bottom: 40px solid #cfd1d2;
}

.btnTab3 {
    background-color:#9fa3a5;
    padding:5px 20px;
    color: #FFFFFF;
}

.btnTabSelected3 {
    background-color:#cfd1d2;
    padding:5px 20px;
    color: #c2002f;
}

.TabCob3 {
    background-color:#FFFFFF;
    border-left: 20px solid #cfd1d2;
    border-right: 20px solid #cfd1d2;
    border-bottom: 40px solid #cfd1d2;
}

.btnGral {
    color: #555559;
    font-family: 'Bariol-Regular', sans-serif; /* ANAwww */
    font-size: 1.5em;
    line-height: 1.2em;
    background-image: url('../../Images/ico_btnGral.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 23px;
    margin-top: 8px;
    margin-bottom: 4px;
    line-height: 1.0em;
    cursor: pointer;
    display: inline-block;
}

.TabCob .f3 {
    padding-top: 3px;
    padding-left: 20px;
    padding-bottom:0px;
}

.TabCob .f3 .one,
.TabCob .f3 .two,
.TabCob .f3 .three {
    line-height:3em;
}

.twochk {
    padding-top: 10px;
}

.btnSubir{
    color:#FFF;
    background-color:#555559;
    border:#ec1c24 solid 1px;
    border-radius:3px;
    line-height:25px;
    font-size:10px;
    font-weight:500;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer
}

.bodyLogin {
	background-color:#cfd1d2;
    position:absolute;
    z-index:9999;
}

.boxLogin {
	text-align:right;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
}

.ttCerrar {
	color:#a31f34;
	font-family:'AktivGroteskW01-Light', sans-serif; /* ANAwww */
	font-size:1.2em;
	/*padding-left:29px;*/
	margin-top:-10px;
	margin-bottom:4px;
	line-height:1.0em;
    cursor:pointer;
}

.ttLogin {
	color:#a31f34;
	font-family:'AktivGroteskW01-Light', sans-serif; /* ANAwww */
	font-size:1.2em;
	/*padding-left:29px;*/
	margin-top:14px;
	margin-bottom:4px;
	line-height:1.0em;
}

.selectLogin {
	font-family:'Bariol-Regular', sans-serif;
	font-size:1.0em;
	color:#555559;
	width:264px;
	height:36px;
	border:#9fa3a5 solid 1px;
	border-radius:3px;
}
.inputLogin {
	font-family:'Bariol-Regular', sans-serif;
	font-size:1.0em;
	color:#555559;
	width:254px;
	height:32px;
	border:#9fa3a5 solid 1px;
	border-radius:3px;
	padding-left:7px
}

.btnEntrar {
	color:#a31f34;
	font-family:'AktivGroteskW01-Bold', sans-serif;
	font-size:1.4em;
	line-height:52px;
	cursor:pointer;
	display:block;
}

.linkLogin {
	color:#a31f34;
	font-family:'AktivGroteskW01-Light', sans-serif;
	font-size:0.9em;
	line-height:32px;
	cursor:pointer;
	display:block;
}

.sepGris {
	border-bottom:#a31f34 solid 1px;
}

.DvClientes {
    font-size: 0.9em;
}

.imgCover {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.imgPer {
	width: 400px;
	object-fit: scale-down;
	margin-left: 40px;
}

.imgPera:hover {
	width: 700px;
	height: 400px;
}

.popup-container {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.popup {
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.popup-contenido {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 400px;
	height: 375px;
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cerrar {
	position: absolute;
	top: 2px;
	right: 10px;
	font-size: 40px;
	cursor: pointer;
}

/* Estilos para los enlaces */
a#mostrarPopup {
	display: inline-block;
	background-color: #007bff; /* Cambia el color de fondo a tu elección */
	color: #fff; /* Cambia el color del texto a tu elección */
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
}

	a#mostrarPopup:hover {
		background-color: #0056b3; /* Cambia el color de fondo al pasar el mouse */
	}

.enlace-deshabilitado {
	color: #888; /* Cambia el color del texto a gris o el que prefieras */
	pointer-events: none; /* Deshabilita los eventos de clic en el enlace */
}

.checkbox-container {
	display: grid;
	grid-template-columns: 1fr 7fr;
	grid-column-gap: 2px;
	margin-left: 10px;
	align-items: center; /* Centrar verticalmente */
}

.popup-carga {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	text-align: center;
}

.popup-carga img {
	width: 50px;
	height: 50px;
}

.ocultar-checkboxes {
	visibility: hidden;
}

.ImgMas {
	cursor: pointer;
	width: 40px;
}