@charset "utf-8";
/* CSS Document */

#tabla_datos
{
	width:100%;
	text-align:left;
}

table#autoridades
{
	width:80%;
	border: 2px solid #2F68A3;
	background: #E2EAF2;

}
table#autoridades td
{
	padding:8px 8px 8px 10px;
	width:50%;
	line-height:1.5em;
	vertical-align:top;
}

table#autoridades td.dos
{
	border-left:1px dotted #2F68A3;
}

#informacion p
{
	text-indent: 0px;
}