TABLE#tablas_inicio {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	width: 533px;
	margin-left: 20px;
}

TABLE#tablas_inicio TD.datos {
	width: 250px;
	border: 1px solid #E5E5EA;
	padding: 10px;
	padding-left: 15px;
}

TABLE#tablas_inicio TD#separador {
	width: 15px;
}

INPUT.boton_buscar{
	background-image: url(../images/boton.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #777777;
	border: 1px solid #E5E5EA;
	text-align: center;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	cursor: pointer;
	height: 20px;
}

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#oficinas_tipo{
	font-weight: bold;
	background-color: #F4F4FA;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #E5E5EA;
	text-align: right;
}

TABLE#tipo TD#celda_detalles{
	padding-bottom: 0px;
}

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

TABLE#detalles TD {
	padding-left: 7px;
	padding-right: 7px;
}

TABLE#detalles TD#con_barra {
	text-align: left;
	border-bottom: 1px solid #E5E5EA;
}

TABLE#detalles TD#sin_barra {
	text-align: left;
	vertical-align: top;
}

TABLE.datos{
	width: 530px;
	height: 50px;
	font-family: Arial;
	font-size: 11px;
	color: #777777;
}

TABLE.datos TD {
	padding: 0px;
}
