@charset "utf-8";
/* CSS Document */

#BODY_admin {
	margin: 0;
	font-size: 12px;
	font-family:  Arial,  sans-serif;
	background: #fff url(imagesPortal/bg_top.png) 0 0 repeat-x;
	color: #2a2a2a;
}

.selected{
  cursor: pointer;
}
.selected:hover{
  background-color: #0585C0;
  color: white;
}
.seleccionada{
  background-color: #0585C0;
  color: white;
}

@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('font/CartoGothicStd-Book-webfont.eot');
    src: url('font/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('font/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('font/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CartoGothicStdBold';
    src: url('CartoGothicStd-Bold-webfont.eot');
    src: url('CartoGothicStd-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('CartoGothicStd-Bold-webfont.woff') format('woff'),
         url('CartoGothicStd-Bold-webfont.ttf') format('truetype'),
         url('CartoGothicStd-Bold-webfont.svg#CartoGothicStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

img{ border: 0px; }

/*  Contenedores -----------------------------------------------------------------------------------------*/
.container {
	margin: 0 auto;
	width: 980px;
	min-height:600px;
	position:relative;
	overflow: hidden;
}
#interior {
	margin: 20px auto;
	width: 960px;
	position:relative;
	overflow: hidden;

}
#footer {
	margin: 0px auto;
	width: 960px;
	position:relative;
	overflow: hidden;
	background: url(imagesPortal/bg_bottom.png) top center no-repeat;
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 55px;

}

/* Top ---------------------------------------------------------------------------------------*/
#header_inside {
	position:relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 136px;
}
#home_link {
	background:url("imagesPortal/logo_saco.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:55px;
	width:476px;
	left:0px;
	position:absolute;
	text-indent:-9999px;
	top:15px;
	z-index:600;
	overflow: hidden;
}
a.finalizar:link{
	background:url("imagesPortal/btn_finsesion.png") no-repeat scroll 0 0 transparent;
	display:block;
	right:0px;
	position:absolute;
	text-indent:-9999px;
	top:10px;
	width:117px;
	height:21px;
	z-index:601;
	overflow: hidden;
}
a.finalizar:hover{
	background:url("imagesPortal/btn_finsesion_on.png") no-repeat scroll 0 0 transparent;

}

.productoSel {
	right: 8px;
    width: 100%;
    position: absolute;
    top: 43px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(254, 103, 98, 0.85);
}

span.producto {
	top: 18px;
    height: 21px;
    z-index: 601;
    overflow: hidden;
    display: block;
    right: 0px;
    position: absolute;
}

.bienvenido{
    right:8px;
    position:absolute;
    top:30px;
    font:Tahoma, Geneva, sans-serif;
    font-size:11px;
    font-weight:bold;
	color: #5d5d5d;
}

/* TACL clases para menu de productos I*/
.menuProductos{
    right:8px;
    position:absolute;
    top:45px;
    font:Tahoma, Geneva, sans-serif;
    font-size:11px;
    font-weight:bold;
	color: #2EABE7;
}

.menuProductos a:link, .menuProductos a:visited {
    color:#2EABE7;
    text-decoration: none;
}
/* TACL clases para menu de productos F*/


/* Navegación -----------------------------------------------------------------------------------------------*/

#main_menu {
	position:absolute;
	margin: 0px;
	padding: 0px;
	width:980px;
	height: 55px;
	color: #2a2a2a;
	bottom: 2px;
	left: 0px;



}
#nav {
	list-style: none;
	overflow: hidden;
	padding: 0px;
	margin: 0;

}
#nav li {
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	text-align: center;
	line-height: 55px;
	position: relative;
}
#nav li a.active {
	outline: none;
}
#nav li a {
	color: #2a2a2a;
	display: block;
	text-decoration: none;
	padding: 0 18px;
}

#nav li a:hover {
	color:#646464;
	background: #dadada url(imagesPortal/bg_menu_off.png) 0 0 repeat-x;

}
#nav li a.selected {
	display: block;
	text-decoration: none;
	color: #000;
	background: #dadada url(imagesPortal/bg_menu.png) 0 0 repeat-x;
}

#nav li a.selected:hover {
	color:#646464;
}

/* Títulos -----------------------------------------------------------------------------------------------*/
h2, .titulo {
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #141414;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
	}

h2 {
	border-bottom: 2px solid #77b5d0;
}

h3{
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	color: #77b5d0;
	font-weight: normal;
	margin:  0 0 5px 90px;
	padding: 0 0 3px 0;

}

/* Columnas -----------------------------------------------------------------------------------------------*/
.first_options{
	margin: 0 0 10px 0;
	overflow: hidden;
	position: relative;
}

.h2_right{
float:right;
}

.col {
    float: left;
    line-height: 170%;
    margin-left: 23px;
    overflow: hidden;
    text-align: justify;
    width: 218px;

}
.col.first {
    margin-left: 0;
}
.col.two {
    width: 303px;
}
.col.publicidad {
    width: 630px;
}
#interior .col div {
    margin: 5px 0 2px;
}

#interior .col label {
    display: block;
    color: #000;
    font-weight: bold;
    line-height: 1.5em;
    margin: 5px 0 2px;
	font-family:  arial,  sans-serif;
}
#interior .col input {
    margin: 0 0 5px;
    padding: 2px;
}
#interior .col input.radio {

	padding: 0;
	margin-left: 15px;
	line-height: 17px;
}
#interior .col select {
    border: 1px solid #BDBDBD;
    margin: 0  15px 0 30px;
    padding: 2px;
	color: #262626;
}
#interior .col input.control_row{
	display: block;
	height: 15px;
	vertical-align: text-top; border: 1px solid #300;}
#interior .col ul {
    margin: 0 0 0 15px;
    padding: 2px;
	list-style: none;
}
#interior .col ul li{
    margin-bottom: 2px;
	list-style: none;
}
#interior .col ul li span{
	display: block;
}

.frame_row{
	background:#eaeaea;
	padding: 3px 5px;
	height: 105px;
	border-bottom: 1px solid #d2d2d2;
	}
/* second block  ----------------------------------------------------------------------------------------------- */
.second_options{
	margin: 0 0 20px 0;
	overflow: hidden;
	background:#f2f2f2;
	padding: 5px;
	position: relative;
	border-bottom: 2px solid #d2d2d2;
	}

#second_options{
	margin: 0 0 20px 0;
	overflow: hidden;
	background:#f2f2f2;
	padding: 5px;
	position: relative;
	border-bottom: 2px solid #d2d2d2;
	/*display:none;*/
}

#third_options{
	margin: 0 0 20px 0;
	overflow: hidden;
	background:#f2f2f2;
	padding: 5px;
	position: relative;
	border-bottom: 2px solid #d2d2d2;
	display:none;
}

.second_options2{
	margin: 0 0 20px 0;
	overflow: hidden;
	background:#f2f2f2;
	padding: 5px;
	position: relative;
	border-bottom: 2px solid #d2d2d2;
	width:470px;
}

.popup{
	margin: 0 0 5px 0;
	overflow: hidden;
	background:#f2f2f2;
	padding: 5px;
	position: absolute;
	border-bottom: 2px solid #d2d2d2;
	width: 1000px;
	/*display:none;*/
}

.popupBit{
	margin: 0 0 5px 0;
	overflow: hidden;
	background:#f2f2f2;
	padding: 5px;
	position: absolute;
	border-bottom: 2px solid #d2d2d2;
	width: 1200px;
	/*display:none;*/
}

.col_two {
    float: left;
    line-height: 170%;
    margin: 10px 0 20px 23px;
    overflow: hidden;
    text-align: justify;
    width: 218px;

}
.col_two.first {
    margin-left: 10px;

}
.col_two.two {
    width: 455px;
}
#interior .col_two span {
	margin:0 0 0 25px;
}
#interior .col_two label {
	display:block;
    color: #000;
    font-weight: bold;
	font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0 2px;
	font-family: 'CartoGothicStdBook', arial,  sans-serif;
}
#interior .col_two input.date {
	width: 100px;
	border: 1px solid #BDBDBD;
    margin: 0 15px 0px 0px;
    padding: 2px;
}
#interior .col_two input.check {
	margin: 0px 0px 0px 8px;
	padding: 0;
}
#interior .col_two select {
    border: 1px solid #BDBDBD;
    margin: 0  15px 0 0px;
    padding: 2px;
	color: #262626;
}
.ctrl_row{
	display: block;
	margin: 0 0 10px 0;}

.h_row{
	height: 60px;
	border-bottom: 1px solid #77b5d0;
	border-top: 1px solid #77b5d0;

}

.h_row_v2{
	height: 100px;
	border-bottom: 1px solid #77b5d0;
	border-top: 1px solid #77b5d0;

}

.h_row_v2_2{

	border-bottom: 1px solid #77b5d0;
	border-top: 1px solid #77b5d0;
	padding-bottom:10px;

}



#interior .checklist li {
	background: none; padding-left: 0;
		}

#interior .checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 15em;
	overflow: auto;
	width: 16em;
		}
#interior .checklist, .checklist li { margin-left: 0; padding: 0; }
#interior .checklist label { display: block; padding-left: 25px; text-indent: -25px; }
#interior .checklist label:hover, .checklist label.hover { background: #bed6e4; color: #fff; }
		* html .checklist label { height: 1%; }


#interior .cl2 {
	background: #f4f4f4;
	color: #404040;
	margin: 0 0 0 20px;
	width: 400px;
		}
#interior .cl2 input { vertical-align: middle; }
#interior .cl2 label {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size:12px;
	border-bottom: 1px solid #ddd;
	padding: 0.2em 0.2em 0.2em 25px;
	}
#interior .cl2 label:hover, .cl2 label.hover {
	background: #bed6e4;
	color: #000;
	}
.combo{
	font-size:12px;
	text-transform:uppercase;
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	color:#515151;
}
.btn0{
	float: right;
	margin: 0 5px 10px 0;
}

.btn{ clear:both;
	float: right;
	margin: 0 5px 10px 0;}

.btn2{
	margin-left:600px;
	position:absolute;}

.btn3{
	margin-left:350px;
	position:absolute;}

.btn4{
	margin-left:730px;
	position:absolute;}

.btn5{
	width:350px;
	margin-left:700px;
	position:absolute;
}

.btns {
    clear: none !important;
}

a.button span {
	background: transparent url('imagesPortal/button_left.png') no-repeat 0 0;
	display: block;
	line-height: 22px;
	padding: 7px 0 5px 18px;
	color: #fff;

}

a.button {
	background: transparent url('imagesPortal/button_right.png') no-repeat top right;
	display: block;
	float: left;
	height: 34px;
	margin-right: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.button:hover span {
	background-position: 0 -34px; color: #fff;
}

a.button:hover {
	background-position: right -34px;
}

/* TACL 24 OCT PARA EVITAR conflictos con las clases button de otras hojas de estilo I */

a.botonPort span {
	background: transparent url('imagesPortal/button_left.png') no-repeat 0 0;
	display: block;
	line-height: 22px;
	padding: 7px 0 5px 18px;
	color: #fff;

}

a.botonPort {
	background: transparent url('imagesPortal/button_right.png') no-repeat top right;
	display: block;
	float: left;
	height: 34px;
	margin-right: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.botonPort:hover span {
	background-position: 0 -34px; color: #fff;
}

a.botonPort:hover {
	background-position: right -24px;
}

/* TACL 24 OCT PARA EVITAR conflictos con las clases button de otras hojas de estilo F */


#footer p{
	margin: 30px 0 0 0;
	text-align: right;

}
#calendars_result{
	margin: 20px auto 0 auto;
	width: 960px;
	position:relative;
	overflow: hidden;
}
#calendars{
	width: 960px;
	position:relative;
	overflow: hidden;
	}
#specsbox{
	overflow: hidden;
	position: relative;
    clear: both; border-bottom: 2px solid #77b5d0;}
.specs {
    float: left;
    line-height: 170%;
    margin-left: 20px;
	margin-bottom: 5px;
    overflow: hidden;
    text-align: justify;
    width: 290px;
	color: #017db2;
}
.specs span{
	font-weight: bold;
	color: #000;
	margin: 0 5px 0 2px;
}
#specslist{
	clear: both;
	margin: 0 auto 10px auto;
	height: 5em;
	overflow: auto;
	width: 940px;
}
#specslist span {
	margin-left: 10px;
	padding: 0;
	color: #017db2;
	}
#specslist ul {
	margin: 0;
	padding: 0;
	}
#specslist ul li {
	float: left;
	width: 160px;
	margin-left: 10px;
	margin-bottom: 3px;
	padding-left: -2px;
	list-style:url(imagesPortal/bullet_grey.png) inside;
}



.modCampaign {
    float: left;
    line-height: 170%;
    margin-left: 10px;
	margin-bottom: 5px;
    overflow: hidden;
    text-align: right;
    width: 80px;
	color: #017db2;
}








.colors{
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	margin: 5px 0;
	overflow:hidden;
	position: relative; }
.colors span{
	margin-right:10px;}
.btn_calbtn{
	position: absolute;
	right: 10px;
	top: 5px;
	float: right;
	overflow: hidden;
	margin-bottom: 5px;}
.single_calendar{
	float:left;
	width: 240px;
	overflow: hidden;
	}
.timeline_result{
	clear: both;
	overflow: hidden;
	}
.btn_left{
	position: absolute;
	right: 10px;
	top: 0px;
	float: right;
	overflow: hidden;
	margin-bottom: 5px;}


	.triangulo_tabla{
		display:block;
		cursor:pointer;
		}


	/* BOTÓN MODIFICAR*/

.btn_modificar{
background:url(imagesPortal/btn_modificar.png) no-repeat;
width:78px;
height:21px;
border:0;
cursor:pointer;}






	/* DISEÑO MENÚ DESPLEGABLE*/



	#menu {
    font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size: 14px;
   	margin: 0px;
	padding: 0px;
	width:1100px;
	height: 55px;
	color: #2a2a2a;
	position:absolute;
	bottom: 2px;
	left: -35px;
    text-align: center;
	z-index:100;
}
#menu ul {
    list-style-type: none;
	margin:0;
}
#menu ul li.nivel1 {
    float: left;
	font-family: 'CartoGothicStdBook', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#menu ul li a {
    color: #2a2a2a;
    display: block;
    padding: 0px 16px;
    position: relative;
    text-decoration: none;
}
#menu ul li:hover {
    position: relative;
	 background: #dadada url(imagesPortal/bg_menu_off.png) top repeat-x;
}
#menu ul li a:hover, #menu ul li:hover a.nivel1 {
    color:#646464;
	display:block;
}
#menu ul li a.nivel1, #menu ul li a.selected {
    display: block !important;
    position: relative;
	/*height:40px;*/
	height:55px;
	padding-top:15px;
	/*TACL
	left: 50px;*/
}
#menu ul li ul {
    display: none;
	margin:0;
	padding:0;
	background:#f5f5f5;
	border-left: 1px solid #c0c1c1;
	border-right: 1px solid #c0c1c1;
	border-bottom: 1px solid #c0c1c1;
}
#menu ul li a:hover ul, #menu ul li:hover ul {
    display: block;
}

#menu ul li ul li a {
    padding-top: 8px;
	padding-bottom:6px;
	text-align:left;
	padding-left:30px;
	padding-right:0px;
	margin:0;
	height:25px;
}


#menu ul li ul li a:hover {
	background:#dbecf3;
	border-top:1px solid #2eabe7;
	border-bottom:1px solid #2eabe7;
}


#menu li a.selected {
	text-decoration: none;
	background: #dadada url(imagesPortal/bg_menu.png) top repeat-x;
	height:55px;
	padding-top:15px;
}

#menu li a.selected:hover {
	color:#646464;
}

.txtError{
	color:#F00;
	font-size:10px;
}

.txtErrorGde{
	color:#F00;
	font-size:20px;
}

.txtExito{
	font-size:20px;
	text-align: center;
}

.txtTerms{
	font-size:10px;

}

.tdCapturaLabel {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-align:right;
	padding:10px 20px 0px 0px;
	font-size: 12px;
	font-family:  Arial,  sans-serif;
	color: #2a2a2a;
}
.tdCapturaInput {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	width: 200px;
	border: 1px solid #BDBDBD;
    margin: 10px 0px 0px 0px;
	font-size: 12px;
	font-family:  Arial,  sans-serif;
	color: #2a2a2a;
}

.lndDivMensajeProcesando {
	text-align: center;
    padding-top: 15px;
    color: #fff;
    width: 100%;
}

.seccionBloqueo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.lndDivMensajeProceso,
.lndDivMensajeProceso2 {
    word-break: break-word;
	text-align: center;
	width:100%;
}

.lndDivMensajeProceso{
	background: #FFFFFF;
	color: #bf0000;
}

.lndDivMensajeProceso2{
	background: #bf0000;
	color: #FFFFFF;
}

.precargaSinFondo {
	background: transparent none repeat scroll 0% 0%;
}

/* Boton rojo TACL I */


a.buttonR span {
	background: transparent url('imagesPortal/button_leftR.png') no-repeat 0 0;
	display: block;
	line-height: 22px;
	padding: 7px 0 5px 18px;
	color: #fff;

}

a.buttonR {
	background: transparent url('imagesPortal/button_rightR.png') no-repeat top right;
	display: block;
	float: left;
	height: 34px;
	margin-right: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

a.buttonR:hover span {
	background-position: 0 -34px; color: #fff;
}

a.buttonR:hover {
	background-position: right -34px;
}
/* Boton rojo TACL F*/

/* TACL estilo para la pantalla de consulta */
a.cross:link {
    color: #FFFFFF;
	text-decoration:none;
}

/* visited link */
a.cross:visited {
    color: #FFFFFF;
	text-decoration:none;
}

/* mouse over link */
a.cross:hover {
    color: #FFFFFF;
	text-decoration:none;
}

/* selected link */
a.cross:active {
    color: #FFFFFF;
	text-decoration:none;
}

.vinculo {
	text-decoration: underline;
	color: #0000FF;
	cursor: pointer;
}

.success-text {
	color: #31BD5E;
}

.table-modal {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

.table-modal::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-modal::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.popUpTabla {
	background-color: #F2F2F2 !important;
}

.popUpTabla table .daytitles {
	background-size: 20px !important;
}

.scroll-Y {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.contenedorCentrado td {
	vertical-align: middle;
}

.contenedorCentrado input {
	margin-top: 0px !important;
}

table tr.cabecera-l-tabla {
	background-size: 20px !important;
}

.vertical-align {
	display: flex; align-items: center;
}

.align-center {
	text-align: center;
}

.align-rigth {
	text-align: rigth;
}

.align-left {
	text-align: left;
}

.no-resize {
	resize: none;
}

.align-form-l>div {
	text-align: left;
}

.coment-ind-s {
    text-align: right;
    font-size: 10px;
    color: #00F;
}

.coment-ind-e {
    text-align: right;
    font-size: 10px;
    color: #F00;
}

.truncarContenido {
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.truncarContenido:hover {
	width: 100%;
  	white-space: initial;
  	overflow:visible;
  	cursor: pointer;
}

/*TACL para tipificaciones*/
.tipi{
	background:transparent url(imagesPortal/bg_occupied.png) top left repeat-x;
	color: #FFF;
	font-family: 'CartoGothicStdBook', arial,  sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

a.tipilink:link {
	color: #FFF;
	font-family: 'CartoGothicStdBook', arial,  sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}
a.tipilink:visited {
	color: #FFF;
	font-family: 'CartoGothicStdBook', arial,  sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;

}
a.tipilink:hover {
	color: #FFF;
	font-family: 'CartoGothicStdBook', arial,  sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

/*TACL 23febb17 correccion para texto overflow dialog */
.bootstrap-portal .modal-body {
    word-wrap: break-word !important;
}

.nota {
	font-size: 11px;
    padding-left: 13px;
}

.info-seccion {
    text-align: center;
    font-weight: 700;
    margin: 30px 0;
    display: block;
}