/*
PORTADA
*/
TABLE#empresas {
	width: 550px;
}

/*
ENLACES
*/
TABLE#empresas TD#formulario {
	width: 550px;
	border: 1px solid #E5E5EA;
}

TABLE#enlaces {
	width: 550px;
}

TABLE#enlaces TD {
	padding-left: 15px;
	width: 95px;
	height: 25px;
}

TABLE#enlaces TD#enlace {
	background-image: url(../images/empresas/boton.gif);
	background-repeat: no-repeat;
}

TABLE#enlaces TD#enlace_actual {
	background-image: url(../images/empresas/boton_actual.gif);
	background-repeat: no-repeat;
	color: #777777;
}

TABLE#enlaces A#enlace_actual {
	color: #777777;
}

TABLE#enlaces A#enlace {
	color: #333366;
}

/*
TABLA BUSQUEDA
*/
TABLE#busqueda {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
}

TABLE#busqueda TD {
	padding: 5px;
}

TABLE#busqueda TD#titulo {
	background-color: #F4F4FA;
	font-weight: bold;
	width: 550px;
	border-bottom: 1px solid #E5E5EA;
}

TABLE#busqueda TD#epigrafe {
	text-align: right;
	width: 100px;
}

TABLE#busqueda TD#epigrafe_top {
	text-align: right;
	width: 100px;
	padding-top: 15px;
}

TABLE#busqueda TD#epigrafe_cp {
	text-align: right;
	width: 30px;
}

TABLE#busqueda TD#text_cp {
	width: 165px;
}

TABLE#busqueda TD#text_top {
	padding-top: 15px;
}

TABLE#busqueda TD#poligono {
	width: 400px;
}

TABLE#busqueda TD#botones {
	text-align: center;
}

TABLE#busqueda INPUT#text_ancho {
	width: 380px;
}

TABLE#busqueda INPUT#text_pequeno {
	width: 60px;
}

TABLE#busqueda SELECT#poligono {
	width: 100%;
}

TABLE#busqueda SELECT#actividad {
	width: 380px;
}

/*
RESULTADO BÚSQUEDA EMPRESAS
*/
TABLE#resultado {
	width: 530px;
	margin-left: 30px;
	font-family: Arial;
	font-size: 11px;
	color: #777777;
	font-weight: bold;
}

TABLE#resultado TD#par{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F4F4FA;
}

TABLE#resultado TD#impar{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

TABLE#resultado TD#mas_info_par{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 50px;
	text-align: right;
	padding-right: 10px;
	background-color: #F4F4FA;
}

TABLE#resultado TD#mas_info_impar{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 50px;
	text-align: right;
	padding-right: 10px;
	background-color: #FFFFFF;
}

/*
MODIFICAR EMPRESA
*/
TABLE#modificar {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
}

TABLE#modificar TD {
	padding: 5px;
}

TABLE#modificar TD#titulo {
	background-color: #F4F4FA;
	font-weight: bold;
	width: 550px;
	border-bottom: 1px solid #E5E5EA;
}

TABLE#modificar TD#epigrafe {
	text-align: right;
	width: 100px;
	vertical-align: middle;
}

TABLE#modificar TD#epigrafe_mini {
	text-align: right;
	width: 30px;
	vertical-align: middle;
}

TABLE#modificar TD#casilla_numero {
	text-align: left;
	width: 100px;
}

TABLE#modificar TD#botones {
	text-align: center;
}

TABLE#modificar INPUT#text_ancho {
	width: 380px;
}

TABLE#modificar INPUT#direccion {
	width: 260px;
}

TABLE#modificar INPUT#numero {
	width: 53px;
}

TABLE#modificar INPUT#telefono {
	width: 100px;
}

TABLE#modificar INPUT#email {
	width: 160px;
}

TABLE#modificar INPUT#fax {
	width: 95px;
}

TABLE#modificar INPUT#parcela {
	width: 35px;
}

TABLE#modificar INPUT#cp {
	width: 53px;
}

TABLE#modificar INPUT#text_pequeno {
	width: 50px;
}

TABLE#modificar SELECT#poligono {
	width: 100px;
}

TABLE#modificar SELECT#actividad {
	width: 380px;
}

TABLE#modificar TEXTAREA#otros {
	width: 380px;
	height: 80px;
}

/*
TABLA BAJA
*/
TABLE#baja {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
}

TABLE#baja TD {
	padding: 5px;
}

TABLE#baja TD#titulo {
	background-color: #F4F4FA;
	font-weight: bold;
	width: 550px;
	border-bottom: 1px solid #E5E5EA;
}

TABLE#baja TD#epigrafe {
	text-align: right;
	width: 100px;
}

TABLE#baja TD#epigrafe_top {
	text-align: right;
	width: 100px;
	padding-top: 15px;
}

TABLE#baja TD#epigrafe_cp {
	text-align: right;
	width: 30px;
}

TABLE#baja TD#text_telefono {
	width: 70px;
}

TABLE#baja TD#text_top {
	padding-top: 15px;
	width: 380px;
}

TABLE#baja TD#poligono {
	width: 200px;
}

TABLE#baja TD#botones {
	text-align: center;
}

TABLE#baja INPUT#text_ancho {
	width: 380px;
}

TABLE#baja INPUT#text_pequeno {
	width: 60px;
}

TABLE#baja SELECT#poligono {
	width: 200px;
}

TABLE#baja SELECT#actividad {
	width: 380px;
}

TABLE#respuesta {
	font-family: Arial;
	font-size: 11px;
	color: #777777;
}

P#volver {
        width: 530px;
        margin-left: 20px;
        text-align: center;
}

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

FONT.error {
	color: red;
}
