/* CSS Document */

body {
	background-repeat: repeat-x;
	background-image: url(imagenes/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.texto {
	font-size: 12px;
}
.txt_atencion12 {
	font-size: 12px;
	color:#FFFFFF;
}
.txt_rojo12 {
	font-size: 12px;
	color:#A54C1E;
}
.txt_gris12 {
	font-size: 12px;
	color:#333333;
}
.txt_gris12Bold {
	font-size: 12px;
	font-weight:bold;
	color:#333333;
}
.txt_titulos {
	font-size: 16px;
	font-weight: bold;
	color:#b36e56;
}
.txt_bott {
	font-size: 12px;
	color:#666666;
}
.txt_11gris {
	font-size: 11px;
	color:#666666;
}
.txt_tituloAzul {
	font-size: 15px;
	font-weight: bold;
	color:#12519c;
}
.txt_azul {
	font-size: 12px;
	font-weight: bold;
	color:#12519c;
}

.txt_separaPaginador {
	font-size: 11px;
	color:#0751b1;
	padding:4px;
	background-color:#f6f6f5;
}

.lk_mail {
	font-size: 12px;
	text-decoration:underline;
	color:#666666;
}
.lk_mail:link {
	font-size: 12px;
	text-decoration:underline;
	color:#666666;
}
.lk_mail:hover {
	font-size: 12px;
	text-decoration:none;
	color:#666666;
}

.lk_azul {
	font-size: 12px;
	text-decoration:underline;
	color:#12519c;
}
.lk_azul:link {
	font-size: 12px;
	text-decoration:underline;
	color:#12519c;
}
.lk_azul:hover {
	font-size: 12px;
	text-decoration:none;
	color:#3077cc;
}

.lk_verde {
	font-size: 12px;
	text-decoration:underline;
	color:#4e872a;
}
.lk_verde:link {
	font-size: 12px;
	text-decoration:underline;
	color:#4e872a;
}
.lk_verde:hover {
	font-size: 12px;
	text-decoration:none;
	color:#8ccd64;
}

.lk_rojo {
	font-size: 12px;
	text-decoration:underline;
	color:#bb3b0a;
}
.lk_rojo:link {
	font-size: 12px;
	text-decoration:underline;
	color:#bb3b0a;
}
.lk_rojo:hover {
	font-size: 12px;
	text-decoration:none;
	color:#d68659;
}



/* //////////// PAGINADOR ////////////// */




.lk_siguiente {
	font-size: 10px;
	color:#0751b1;
	font-weight:bold;
	text-decoration:underline;
	padding:4px;
	background-color:#f6f6f5;
}
.lk_siguiente:link {
	font-size: 10px;
	color:#0751b1;
	font-weight:bold;
	text-decoration:underline;
	padding:4px;
	background-color:#f6f6f5;
}
.lk_siguiente:hover {
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
	background-image:url(imagenes/back_siguiente.gif);
	background-position:center;
	background-repeat:no-repeat;
}

.lk_anterior {
	font-size: 10px;
	color:#0751b1;
	font-weight:bold;
	text-decoration:underline;
	padding:4px;
	background-color:#f6f6f5;
}
.lk_anterior:link {
	font-size: 10px;
	color:#0751b1;
	font-weight:bold;
	text-decoration:underline;
	padding:4px;
	background-color:#f6f6f5;
}
.lk_anterior:hover {
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
	background-image:url(imagenes/back_anterior.gif);
	background-position:center;
	background-repeat:no-repeat;
}


.lk_numeros {
	font-size: 12px;
	color:#0751b1;
	text-decoration:underline;
	padding:4px;
	background-color:#f6f6f5;
}
.lk_numeros:link {
	font-size: 12px;
	color:#0751b1;
	text-decoration:underline;
	padding:4px;
	background-color:#f6f6f5;
}
.lk_numeros:hover {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px;
	background-image:url(imagenes/back_numeros.gif);
	background-position:center;
	background-repeat:no-repeat;
}



/* //////////// TERMINA PAGINADOR ////////////// */



.td_buscador {
	background-image:url(imagenes/separa_login_vert.gif);
	background-position:right;
	background-repeat:repeat-y;
}
.td_separaHor {
	background-image:url(imagenes/separa_login2.gif);
	background-repeat:repeat-x;
}
.td_separaVert {
	background-image:url(imagenes/separa_login_vert.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.td_paginador {
	background-image:url(imagenes/back_paginador.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.td_relacionproductos {
	background-image:url(imagenes/icono_progde.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.td_relacionempresas {
	background-image:url(imagenes/icono_empgde.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.td_bordemensajes {
	border:#FFFFFF solid 5px;
}
.td_bordegris {
	border:#E3E3E3 solid 3px;
}