table#tipos_total{
	width: 100%;
	margin-left: 15px;
	font-family: Arial;
	color: #777777;
	font-size: 11px;
}


table#tipos_total tr td a{
	text-decoration: none;
	font-size: 11px;
	color: #333366;
}

table#tipos td#enlaces{
	width: 220px;
	text-align: justify;
	font-size: 12px;
	color: #333366;
	border: 1px solid #CCCCCC;
	height: 100%;
}

table#tipos a {
	width: 220px;
	height: 20px;
}

table#tipos div {
	padding: 5px;
	padding-left: 10px;
	height: 20px;
}

table#tipos tr td a:hover {
	color: #666666;
	cursor: pointer;
}

table#tipos td#separador{
	width: 40px;
}

TABLE#asociaciones{
	width: 530px;
        margin-left: 20px;
}

TABLE#asociaciones TD{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

TABLE#asociaciones TD#par{
	border-bottom: 1px solid #E5E5EA;
	border-top: 1px solid #E5E5EA;
	background-color: #F4F4FA;
}

TABLE#asociaciones TD#impar{
	background-color: #FFFFFF;
}

TABLE#detalles {
	width: 550px;
	font-family: Arial;
	font-size: 11px;
}

TABLE#detalles TD#izquierda{
	border: 0px;
	text-align: left;
	vertical-align: bottom;
}

TABLE#detalles TD#derecha{
	border: 0px;
	text-align: right;
}

TABLE#volver {
	width: 530px;
	margin-left: 20px;
	height: 40px;
}

TABLE#volver TD {
	text-align: center;
}

TABLE#volver A{
	font-family: Arial;
	font-size: 11px;
	color: #777777;	
	background-image: url(../images/boton.gif);
	text-decoration: none;
	width: 160px;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

table#archivos {
	width: 560px;
	border: 1px solid #E5E5EA;
	margin-left: 30px;
	margin-top: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	border-collapse: collapse;
}

table#archivos tr td {
	border-bottom: 1px solid #E5E5EA;
}

table#archivos tr td#titulo {
	background-color: #F4F4FA;
	font-weight: bold;
	padding-left: 10px;
	height: 20px;
}

table#archivos tr td#archivo {
	height: 50px;
	font-weight: bold;
	padding-left: 15px;
}

table#archivos tr td#peso {
	width: 150px;
}

table#archivos tr td#icono {
	width: 72px;
	padding: 2px;
}