/*General*/

#default {
	background-image:url(imagenes/cabecera.jpg);
	background-repeat:no-repeat;
	width:799px;
	color:#484848;
	margin:auto;
	font-size:11px;
}

#fondo {
	background-image:url(imagenes/fondo.jpg);
	width:799px;
	margin:auto;
}

.table_listado_empresa{
border-collapse: collapse;
}


.table_listado_empresa th{
border-collapse: collapse;
BACKGROUND-COLOR: #FFB629;
color: #000000;
}



.tr_fila1_empresa{
	COLOR: #333333;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: left;
}

.tr_fila2_empresa{
	color:#333333;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: left;
}


.a_enlace_cabecera{
	color: 	#000000 ;
	text-decoration:underline;
}

.a_enlace_menu {
		color: 	#000000 ;
		font-weight:bold;
		text-decoration:underline;
}

.a_enlace_oferta_empresa{
	color:#333333;
	text-decoration:none;
}
.a_enlace_oferta_empresa:hover{
text-decoration:underline;
}
.a_enlace_empresa{
	color:#333333;
	text-decoration:none;
}
.a_enlace_empresa:hover{
text-decoration:underline;
}


.paginacion_actual_empresa{
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}


.paginacion_empresa{
	color:#222222;
	text-decoration:none;
}


.a_enlace_subrayado_empresa{color:#333333;text-decoration:underline;font-weight: bold; line-height:7px;}
.a_enlace_subrayado_empresa:visited{color:#333333;}
.a_enlace_subrayado_empresa:hover{color:#666666;}
.a_enlace_subrayado_empresa:active{color:#666666;}


