@charset "utf-8";
/* CSS Document */

.table_presidencia{
	border: 1px solid #dbdada;
	margin:15px auto;
	width:99%;
}
.table_presidencia tr td{
	width:33%;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:10px;
	padding:4px 10px;
	color:#6b6c6c;
	vertical-align:top;
}
.table_presidencia tr td.presidencia_header{
	font-weight:bold;
	border-top: 1px solid #dbdada;
	border-bottom: 1px dotted #dbdada;
	vertical-align:middle;
}
.table_presidencia tr td.Title{
	/*height:39px;*/
	background:url(images/backPresidencia.jpg) no-repeat right top;
	padding:4px 0 1px 10px;
}
.table_presidencia tr td.Title span#til{
	font-size:12pt;
	font-weight:bold;
}
.table_presidencia tr td.Title span#subt{
	font-size:8pt;
}

.table_presidencia tr td ul{
	margin:0px;
	padding:0 0 0 15px;
}

.table_presidencia tr td ul li{
	list-style-image:url(images/successBullet.gif);
	padding: 2px 0px;
	line-height:8pt;
}

.table_presidencia tr td ul li.success{
	list-style-image:url(images/successBullet.gif);
	color:#6f9672;
}
.table_presidencia tr td ul li.unsuccess{
	list-style-image:url(images/unsuccessBullet.gif);
	color:#aa4f4f;
}

.table_presidencia tr td.middle{
	border-left: 1px dotted	#dbdada;
	border-right: 1px dotted #dbdada;
}

.table_presidencia tr .table_presidencia tr td.swfTd{
	margin:0px;
	padding:0px;
	border-top: 1px solid #dbdada;
	text-align:center;
}
.table_presidencia tr td.leyenda{
	border-top: 1px solid #dbdada;
	text-align:right;
	padding:5px;
	background:url(images/bg_tablaporra.gif) repeat-x scroll left bottom #FFFFFF;
}
.table_presidencia tr td.leyenda ul.leyenda_ul li{
	float:right;
	width:auto;
	display:inline-block;
	padding:0px 5px;
	color:#6b6c6c;
}

.table_presidencia tr td.leyenda ul.leyenda_ul li span.boxy{
	height:10px;
	width:5px;
	display:inline-block;
	margin-right:5px;
}
.table_presidencia tr td.leyenda ul.leyenda_ul li span.explain{
	display:inline;
	color:#6b6c6c;
}
.table_presidencia tr td.leyenda ul.leyenda_ul li.success span.boxy{	background:none #6f9672; }
.table_presidencia tr td.leyenda ul.leyenda_ul li.unsuccess span.boxy{	background:none #aa4f4f; }


