TABLE.popupContainer {
	border: 2px solid #F3F2F7;
	width: 100%;
	height: 100%;
}


TD.popupHeader {
	background-color: #F3F2F7;
	height: 1em;
	color: #7D7D7D;
	padding-left: 2px;
	padding-right: 2px;
}

TD.popupHeader BUTTON {
	color: #7D7D7D;
	width: 5em;
}

TD.popupLogo {
	height: 3em;
}

TD.printButton {
	vertical-align: middle;
	height: 4.3em;	
}

DIV.printButton {
	padding-top: 2px;
	padding-right: 0px;
}


DIV.popupLogoPrint {
	border: 1px solid #A9A9A9;
	background-repeat: no-repeat;
	background-position: left top;
	width: 18em;
	height: 6em;
	margin: 4px;
	text-align: center;
}

DIV.popupLogo {
	/* border: 1px solid #A9A9A9;  */
	background-image: url('../imagenes/popup/logoCHT.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	height: 3em; 
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	font-size: 1.4em;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #A8A8A8;
	text-align: left;
	padding-top: 0em;
}

DIV.popupLogoAP {
	/* border: 1px solid #A9A9A9;  */
	margin-top: 0px;
	margin-left: 4px;
	margin-left: 1px;
	margin-bottom: 0px;
	font-size: 1.4em;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #A8A8A8;
	text-align: left;
	vertical-align: middle;
}



TD.popupDate {
	font-size: 0.7em;
	color: #A8A8A8;
	padding-right: 4px;
	text-align: right;
	padding-top: 4px;
}

DIV.popupDateAP {
	font-size: 0.7em;
	color: #A8A8A8;
	padding-right: 4px;
	text-align: right;
	position: relative;
	right: 0px;
	top: 0px;	
}

Div.popupName {
	/* color: #7D7D7D; */
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 1em;
	padding-bottom: 1px;
	text-transform: uppercase;
	/* border-bottom: 1px solid #7D7D7D; */
}


TD.popupInformation {
	padding: 4px;
	vertical-align: top;	
}

/** Información que se muestra del contenido para impresión **/
.contentPrintableName {
	/* color: #7D7D7D; */
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 1.5em;
	padding-bottom: 1px;
	text-transform: uppercase;
	/* border-bottom: 1px solid #7D7D7D; */	 
}
 
.contentPrintableAltText {
	color: #000000;
	font-size: 1em;
	text-align: right;
}

.contentPrintableBody {
	padding-top: 0.3em;
}

@media screen {
	DIV.popupInformation {
		overflow: auto;
		width: 100%;
		height: 400px;
		vertical-align: top;
	}
}

@media print {
	DIV.popupInformation {
		width: 100%;
	}
	TD.popupHeader BUTTON {	
		display: none;
	}
	
	TD.printButton {
		display: none;
	}
	
	TD.popupHeader {
		display: none;
	}
	
	TABLE.popupContainer {
		border: 0px;
	}
	
	TD.popupInformation {
		padding: 0px;
	}
	
	DIV.popupLogoPrint {
		margin: 0px;
        }
	
	DIV.contentPrintableName {
		padding-top: 3px;
	}
	
	DIV.contentPrintableBody * {
		color: black;
	}

}



/**
 * Estilos para el listado en un POPUP
 */
DIV.popupInformation UL.cmContentList {
	margin-left: 0px;
	padding-left: 0px;
} 
 
LI.cmContentPopupItem {
	list-style-type: none;
	list-style-image: none;
	background-image: url('../imagenes/bullets/bullet3.jpg');
	background-repeat: no-repeat;
	padding-left: 1.4em;
	margin-left: 0px;
	background-position: 0em -0.1em;
	margin-bottom: 1em;
	
} 
