/* CSS Document */

div#t2_1 { width:600px; height:300px; margin:0px auto;  }

th.instrumento {width:149; font-weight:bold; text-align:center}
th.primeraemision {width:86; font-weight:bold; text-align:center}
th.caracteristicas {width:113; font-weight:bold; text-align:center}
th.tasaint {width:173; font-weight:bold; text-align:center}
th.vigentes {width:65; font-weight:bold; text-align:center}
td.instrumento {text-align:left}

/******************************************************************/
.mensajeale {
	/*text-decoration:underline;
	color:red;
	font-weight:bold;*/
	background-color:#FFFF00;
}

.mensajechapoy {
	background-color:#33CC00;
}

/* TABLAS */

table {
	margin:auto;
	max-width: 760px;
}

.table_number {
	background-color: #cccccc;
	text-align: left;
	color:#000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:25px;
	padding-left:5px;
}

.table_title {
	background-color: #00727c;
	text-align: left;
	color:#FFF;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:25px;
	padding-left:5px;
	padding-right:10px;
}

.table_subtitle {
	background-color: #66aab0;
	text-align: left;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	line-height:20px;
	padding-left:5px;
	padding-right:10px;
}

.table_interline {
	background-color: #FFF;
	line-height:3px;
}

.table_subheader {
	background-color: #cce3e5;
	color:#00727c;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}

.table_header {
	background-color: #cce3e5;
	color:#00727c;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}

.table_oddline {
	background-color: #ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}

.table_evenline {
	background-color: #f2f2f2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
}

.table_source {
	background-color: #cccccc;
	text-align: left;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	line-height:20px;
}

.td_left {
	text-align:left;
}
