body {
	font-family:"Trebuchet MS";
	font-size:11px;
	background-color:#FFFFFF;
	margin:0px;
	overflow:auto;
}

a, a:active {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#EC3737;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a.TopMenu, a:active.TopMenu {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover.TopMenu {
	color:#D0E4F2;
	text-decoration:underline;
}
table {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#303030;
}

.emails {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#B5985A;
	text-decoration:none;
	font-weight:bold;
}

.emails:hover {
	color:#D1BE97;
	text-decoration:underline;
	font-weight:bold;
}

.emails2 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.emails2:hover {
	color:#D1BE97;
	text-decoration:underline;
	font-weight:bold;
}


.TitDetallePro {
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#B5985A;
}

.TitDatosPrint {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#B5985A;
}

.textoPanama {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#5c5036;
}

.textoSubTituloSecciones {
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#B2985D;
}

input, select, textarea {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#001828;
	border:1px solid #ABADB3;
	background-color:#FFFFFF;
}

.OptionButton {
	border:0px;
	
	background:background-color;
}

hr {
	border-top:1px solid #E1CB9D;
	border-bottom:1px solid #FFFFFF;
}

legend, .legend {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#303030;
	font-weight:bold;
}

fieldset {
	padding:5px;
	margin:2px;
	border:1px solid #D8E6F0;
}

.Botones {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#9A1414;
	border:1px solid #E63333;
	width:100px;
	height:20px;
	cursor:pointer;
	vertical-align:middle;
}

.MenuOut {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#2D2D2D;
	height:22px;
}

.MenuOver {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#2D2D2D;
	height:22px;
	cursor:pointer;
}
.MenuTitulo {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

.Titulo {
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#303030;
	font-weight:bold;
	border-bottom:1px dashed #A1C5DD;
	height:23px;
}

.CuadroColumna {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#303030;
	background-color:#E2F4FF;
	height:20px;
}

.Fila1 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#303030;
	height:22px;
	background-color:#F0F5F9;
}

.Fila2 {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#303030;
	height:22px;
	background-color:#E9F1F8;
}

#DivPrincipal {
	position:absolute;
	z-index:100;
	text-align:center;
	background:#fff;
	top:0px;
	left:0px;
	width:480px;
	border:2px solid #690F0F;
}

.modalDialog_transparentDivs{	
	filter:alpha(opacity=0);
	opacity:0.0;
	background-color:#699BCD;
	z-index:35;
	position:absolute;
}
.modalDialog_contentDiv{
	border:1px solid #F7F7F7;
	z-index:100;
	position:absolute;
	filter:alpha(opacity=100);
	opacity:10;
	background-color:#ffffff;
}
.modalDialog_contentDiv_shadow{
	z-index:90;
	position:absolute;
	background-color:#9E9E9E;
	filter:alpha(opacity=0);
	opacity:0.0;
}
