TABLE#intro {
	font-size: 11px;
	width: 530px;
	margin-left: 20px;
	font-family: Arial;
	color: #777777;
	font-weight: normal;
}

TABLE#intro P {
	text-align: justify;
	padding-bottom: 15px;
}

TABLE.tipos{
	width: 530px;
	border-collapse: collapse;
	border: 1px solid #E5E5EA;
	margin-left: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #777777;
	font-weight: normal;	
}

TABLE.tipos TD{
	font-weight: normal;
}

TABLE.tipos TD.tipo{
	padding-left: 5px;
	background-color: #F4F4FA;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #E5E5EA;
}

TABLE.tipos TD.subtipo{
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	border-top: 1px solid #E5E5EA;

}

TABLE.tipos TD#linea{
	border-bottom: 1px solid #E5E5EA;
}

table.enlaces {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	font-weight: normal;
}

table.enlaces TD {
	padding-left: 10px;
}

table.enlaces A{
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}

table.enlaces A:hover{
	text-decoration: underline;
	font-weight: normal;
}

TABLE.enlaces TD.url_con_barra{
	padding-right: 5px;
	text-align: right;
	border-top: 1px solid #E5E5EA;
	padding-top: 10px;
	font-weight: normal;
}

TABLE.enlaces TD.url_sin_barra{
	padding-right: 5px;
	text-align: right;
	padding-top: 10px;
	font-weight: normal;
}

TABLE.enlaces TD.nombre_con_barra {
	border-top: 1px solid #E5E5EA;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

TABLE.enlaces TD.nombre_sin_barra {
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}


table.comunicaciones {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	font-weight: normal;
}

TABLE.comunicaciones TD {
	padding-left: 20px;
}

table.comunicaciones A{
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
	font-weight: normal;
}

table.comunicaciones A:hover{
	text-decoration: underline;
	font-weight: normal;
}

TABLE.comunicaciones TD.url{
	padding-right: 5px;
	text-align: right;
	padding-top: 10px;
	font-weight: normal;
}

TABLE.comunicaciones TD.nombre {
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
}

