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.tipo{
	width: 530px;
	margin-left: 20px;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	border: 1px solid #E5E5EA;
}

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

TABLE.tipo TD.celda_detalles{
	padding-bottom: 10px;
}

TABLE.tipo TD.alta {
	background-color: #E5E5EA;
	font-weight: bold;
	padding-left: 10px;
	height: 20px;
	vertical-align: middle;
	color: #333366;
}

TABLE.tipo TD.alta A {
	color: #333366;
	text-decoration: none;
}

TABLE.tipo TD.formulario {
	background-color: #E5E5EA;
	color: #333366;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	vertical-align: middle;
}

TABLE.tipo TD.formulario A {
	color: #333366;
	font-weight: normal;
	text-decoration: none;
}

TABLE.detalles{
	width: 530px;
	padding-left: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #777777;
}


TABLE.detalles TD.izquierda_sin_barra {
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}

TABLE.detalles TD.izquierda_con_barra {
	text-align: left;
	border-bottom: 1px solid #E5E5EA;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}

TABLE.detalles TD.derecha_sin_barra {
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}

TABLE.detalles TD.derecha_con_barra {
	text-align: right;
	border-bottom: 1px solid #E5E5EA;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-top: 10px;
}

TABLE.detalles TD#sin_barra{
	text-align: right;
	padding-right: 10px;
}

TABLE.detalles TD#con_barra{
	text-align: right;
	border-bottom: 1px solid #E5E5EA;
	padding-bottom: 15px;
	padding-right: 10px;
}

A {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}

