/*GENERALES*/
body, html { 
height:100%;
		}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}
/*ESTRUCTURAS*/

/*HEADER*/
/*2014.04.11 - Antes era #nombre*/
#nombreBienvenido {
	background-color: #003D6B;
	height: 30px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #95DAFE;
	text-align: center;
	text-transform: capitalize;
	line-height: 30px;
	border-radius: 0px 0px 5px 5px;
}
#headerCerrar {
	font-size: 11px;
	text-transform: capitalize;
	color: #FFF;
	text-align: right;
}
#headerCerrar a {
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
#headerCerrar a img {
	display: inline;
}
#headerLogo {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #192356;
	border-bottom-color: #028AC0;
	background-image: url(../imagenes/headerMenuBG.png);
}
. {
	background-color: #3986EE;
}
. img {
	margin:0px;
	display:block;
	background-position: 87px top;
}
#headerTabla {
	margin:0px auto;
}
#header #logo {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:60px;
}
#menu {
	height:55px;
}
#menu a {
	font-size: 13px;
	text-transform: capitalize;
	color: #FFF;
	display: inline-block;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005678;
	border-left-color: #009AD7;
}
#headerNube {
	background-color: #FFF;
	width:1100px;
	background-image: url(../imagenes/headerBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 92px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu a:hover {
	color:#192356;
}
#menu a:first-child {
	border-left:0px none;
}
#menu a:last-child {
	border-right:0px none;
	padding-right:41px
}
#nubeTabla {
	background-image: url(../imagenes/headerBuscador.png);
	background-repeat: no-repeat;
}
form #headerBuscador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0084B9;
	background-color: #E6E6E6;
	margin-left: 90px;
	height: 18px;
	width: 170px;
	border-radius: 5px;
	margin-right: 10px;
}
#headerBotones {
	margin-top: 24px;
}
#headerBotones img {
	margin-right: 15px;
	display: inline-block;
}
textarea {
	resize:none;
}
input, textarea, select {
	outline:none;
}
#nubeTabla tr td #imageField {
	margin-right: 30px;
}
/*CONTENIDO*/
#contenidoTabla {
	margin:0px auto;
	border: 1px solid #B3C4D1;
	color: #B5B5B5;
	background: linear-gradient(to bottom, #e9edf1 1%, #d3dce4 100%);
	background: -webkit- linear-gradient(to bottom, #e9edf1 1%, #d3dce4 100%);
}
#contenidoTabla td {
	width: 60%;
	background-color:#DFE5EB;
	background: linear-gradient(to bottom, #e9edf1 1%, #d3dce4 100%);
	background-image:url(../imagenes/contenidoBandera.png);
	background-repeat:no-repeat;
	background-position: 10px center;
}
.contenidoFormato {
	height: 25px;
	width: 25px;
	background-color: #4BAADE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	line-height: 26px;
}
.contenidoPintado {
	background-color: #FFF;
}
.contenidoPintado:hover {
	background-color: #F5F5F6;
}
.contenidoPintadoRechazado {
	background-color: #F5F5F6;
}

/*#contenidoTexto {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #847F7F;
	background-image:none;
}*/

.contenidoTexto {
	padding-left:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #847F7F;
	background-image:none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbd5de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbd5de;
	padding-right: 10px;
}
.contenidoTextoFoto {
	padding-left:10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbd5de;
	border-right:0;
}
#contenidoNombre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 35px;
	vertical-align: middle;
}
.contenidoDegradado2 {
	height:40px;
	background-color: #DBE3E9;
	background: linear-gradient(to bottom, #e9edf1 1%, #d3dce4 100%);
	background: -webkit- linear-gradient(to bottom, #e9edf1 1%, #d3dce4 100%);
	border: 1px solid #B3C4D1;
	}
/*#contenidoTablaMenu td {
			height: 40px; 
			padding-bottom: 0px;
}*/
#contenidoTablaMenu tr th {
	padding-left:10px; 
}
#contenidoTablaMenu tr th a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #1359A6;
	height: 40px;
	background-image: url(../imagenes/contenidoBoton.png);
	background-repeat: no-repeat; 
	padding-right: 20px;
	background-position: right -1000px;
	display: inline;
}
 .ventanaSalidaBase {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #1359A6;
	border:0px;
	padding-right: 10px;
	padding-left: 10px;
}
.ventanaSalidaBaseCanal  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #847F7F;
	padding: 10px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBD5DE;
}


#contenidoTablaMenu tr th a.abajo {
	background-position: right bottom 3px;
	margin-right: 10px;
}
#contenidoTablaMenu tr th a.arriba {
	background-position: right top 3px;
	margin-right: 10px;
}
.contenidoBarra {
	margin-top: 10px;
	border:none;
	height:50px;
	padding-bottom:0px;
	padding-right:0px;
}
.contenidoBarra td {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	padding-left:5px;
	border:none;
}
.contenidoBarra tr .rojo {
	background-color: #D01E1E;
	padding:0px;
	width:10px;
}
.contenidoBarra tr .amarillo {
	background-color: #BFA032;
	padding:0px;
	width:10px;
}
.contenidoBarra tr .verde {
	background-color: #43C62B;
	padding:0px;
	width:10px;
}
.contenidoBarra tr .blanco {
	padding:0px;
	width:10px;
}
/*2014.04.17 - agreagado*/
.contenidoBarra tr .azul {
    background-color: #008AC2;
	padding:0px;
	width:10px;
}
.contenidoTextoColor {
	padding:0px;
	border-right:0px;
	border-right: 0px;
	padding-left:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbd5de;
}
.contenidoTextoCenter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#847F7F;
	font-size:11px;
	padding-top:10px;
	padding-left:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cbd5de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cbd5de;
}
.contenidoTablaMenuStatus tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	height: 0px;
	line-height: 25px;
	text-align: center;
	text-transform: capitalize;
	padding:0px;
}
.contenidoTextoCenter .contenidoTablaMenuStatus tr td a {
	font-size:12px;
	color:#737373;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
.contenidoTextoCenter .contenidoTablaMenuStatus tr td a:hover {
	color:#3A3A3A;
}
.contenidoStatusRechazado, .statusRechazado {
	background-color: #D01E1E;
	height: 25px;
	width: 90px;
	border-radius: 5px;
	margin-left:5px;
}
.contenidoStatusAgencia, .statusAgencia{
	background-color: #BFA032;
	height: 25px;
	width: 90px;
	border-radius: 5px;
	margin-left: 5px;
}
.contenidoStatusCanal, .statusDescargado  {
	background-color: #43C62B;
	height: 25px;
	width: 90px;
	border-radius: 5px;
	margin-left: 5px;
}
.contenidoStatusNuevo, .statusNuevo  {
	background-color: #008AC2;
	height: 25px;
	width: 100px;    /*2014.04.23 - 90px*/   
	border-radius: 5px;
	margin-left: 5px;
}
.contenidoStatusDescargado {
	background-color: #BEBEBE;
	height: 25px;
	width: 100px;
	border-radius: 5px;
	/*margin-left: 5px;*/
	margin-right: 12px
}
#contenidoTablaMenu {
	margin: 0px auto;
	height: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6DFE6;
}
.contenidoTitulos {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6DFE6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6DFE6;
	text-align:center;
	white-space: nowrap;
}
.contenidoTitulos a{
	margin-left:10px;
	}
.ventanaSalidaBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6DFE6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6DFE6;
	padding-bottom: 30px;
	padding-right: 40px;
	padding-left: 40px;
}

#contenidoFormu {
	margin:0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #267AC5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0091CA;
	margin-top: 50px;
}
.formuBotonDos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #4BAADE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1671C1;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	height: 22px;
	width: 22px;
	padding:0px;
}
.formuBotonDos:hover {
	background-color:  #1671C1;
}
#headerBuscador {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #0084B9;
    background-color: #E6E6E6;
    margin-left: 90px;
    height: 18px;
    width: 170px;
    border-radius: 5px;
    margin-right: 10px;
}

.formuBotonUno {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #4BAADE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1671C1;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	height: 22px;
	width: 17px;
}
.formuBotonDos a {
	text-decoration: none;
	color: #FFF;
}
.formuBotonUno a {
	color: #FFF;
	text-decoration: none;
}
.formuBotonUno:hover {
	background-color:  #1671C1;
}
#itempagina {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #4BAADE;
	font-size: 10px;
	height: 22px;
}
#itempag {
    font-family: Arial,Helvetica,sans-serif;
    color: #333;
    border: 1px solid #4BAADE;
    font-size: 10px;
    height: 22px;
}

#NumeroPagina {
	border: 1px solid #4BAADE;
	width: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #267AC5;
	height:21px;
}
.contenidoEliminado {
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	background: none !important;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 7px;
	padding-left: 35px;
	vertical-align: middle;
	color: rgba(135, 135, 135, 1);
}

/*FOOTER*/
.footer {
	background-image: url(../imagenes/headerMenuBG.png);
	background-repeat: repeat;
}
.footer_in {
	width:1100px;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:40px;
}
.footer_in_dos {
	background-color: #FFF;
	width:1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#footerCabeza {
	font-size: 11px;
	color: #325AAB;
	display: inline-block;
	padding-top: 23px;
}
#footerCabeza a {
	color: #008FD8;
	width: 150px;
	display: inline-block;
	font-weight: bold;
}
#footerTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline-block;
}
#footerTexto a {
	color: #7BB6FF;
	display: inline-block;
	width: 150px;
}
#footerMarcas {
	float: right;
	margin-top: 23px;
}
.contenidoCheck {
	padding-top: 16px;
}
/*Agregadas*/
.error {
	color:#FF5E5E;
	font-weight:bold;
	font-size:12px;
}
.exito {
	color:#43C62B;
	font-weight:bold;
	font-size:12px;
}
/*FIn agregadas*/

/*Agregado 19-05-2017  by ngallardo, desarrollado por Patricio Jorquera*/
.areaSegura.hd {
    height: 360px;
    width: 640px;
}
.areaSegura.sd {
    height: 432px;
    width: 640px;
}
.areaSegura {
    left: 0;
    pointer-events: none;
    top: 0;
}
/*FIn agregadas*/