th small {color:silver}
/*  TABLA TIPO1 */

.table_1 { font-size:0.9em;vertical-align:top;margin-left:1em;border-collapse:collapse;width:95%;}
.table_1 td, .table_1 th{
	border-top:1px solid #7f9db7;
	border-bottom:1px solid #7f9db7;
	border-right:1px dotted #7f9db7;
	padding:2px 5px 5px 5px;
	vertical-align:top}
.table_1 th {color:#ee9000;}

.table_1 .first {border-left:none}
.table_1 .last {border-right:none}
.table_1 .last th {border-right:1px solid #7f9db7;}
.table_1 .abajo {border-bottom:1px solid #7f9db7;padding-bottom:5px;}


/*  TABLA TIPO2 */

.table_2 { font-size:0.9em;border-spacing:0px 10px;vertical-align:top;margin-left:1em}
.table_2 td, .table_2 th{
	border-top:1px solid #7f9db7;
	border-bottom:1px solid #7f9db7;
	border-right:1px dotted #7f9db7;
	padding:2px 5px 5px 5px;
	vertical-align:top}
.table_2 th {color:#ee9000;}

.table_2 .first {border-left:1px solid #7f9db7}
.table_2 .last {border-right:1px solid #7f9db7;}
.table_2 .abajo {border-bottom:1px solid #7f9db7;padding-bottom:10px;}

/* TABLE 3 */
.table_3 { font-size:0.9em;vertical-align:top;margin-left:1em;border-collapse:collapse;margin-top:10px;}
.table_3 td, .table_3 th{
	border-top:1px solid #7f9db7;
	border-bottom:1px solid #7f9db7;
	padding:20px 5px 5px 5px;
	vertical-align:top;
	margin-top:10px;}
.table_3 th {color:#ee9000;}

.table_3 .first {border-left:none}
.table_3 .last {border-right:none}
.table_3 .last th {border-right:1px solid #7f9db7;}
.table_3 .abajo {border-bottom:1px solid #7f9db7;padding-bottom:5px;}


.destaca td {background:#f2f2f2}


/*  marcos */

.marco1 {border:3px solid #fecd66;float:left;margin-right:13px;}
.marco2 {border:3px solid #fecd66;float:none;margin-right:13px;margin-top:13px;margin-bottom:13px;}

.deactivate {color:#b5b5b5}

#content a.deactivate {text-decoration:none}
#content a:visited.deactivate {color:#b5b5b5}

.doclist {
	font-weight: bold;
}
.doclist span{
	font-weight: normal;
	text-decoration: underline;
}
.doclist span:hover{
	cursor:pointer;
}
.doclist p{
	font-weight: normal;
	text-align:right;
}
.doclist .version{
	margin-top: 15px;
	margin-bottom:15px;
	font-weight: normal;
	text-align:left;
}
.docTitle {background-color: #e3e3e3;}
