
.header_tabla {
	background-color: #FFFFFF;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.cod_small {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.cod_login {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
.td_tabla {
	background-color: #FFFFFF;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.cod_big {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.cod_big1 {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
}
.text_18_yellow {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #EE1D23;
}
.text_16_yellow {
	font-family: Arial;
	font-size: 16px;
	color: #333333;
}
.text_14_yellow {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
}
.text_14a {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #3F5B28;
}
.text_10_yellow {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}
.text_11_yellow {
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}
.txtgrn {
	font-family: Arial;
	font-size: 13px;
	color: #3F5B28;
	font-weight:bold;
	text-decoration:none;
}
.txtgrnl {
	font-family: Arial;
	font-size: 13px;
	color: #3F5B28;
	text-decoration:none;
}
.text_12_yellow {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #3F5B28;
}
a.text_12_yellow {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #3F5B28;
	text-decoration: none;
}
a.text_12_yellow:hover {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.text_11_yellow {
	font-family: Lucida sans, Arial;
	font-size: 12px;
	font-style: italic;
	color: #231200;
	text-decoration: none;
	font-weight:bold;
}
a.text_11_yellow:hover {
	font-family: Lucida sans, Arial;
	font-size: 12px;
	font-style: italic;
	color: #231200;
	text-decoration: none;
}
a.btndos {
	font-family: Lucida sans, Arial;
	font-size: 12px;
	color: #3F5B28;
	text-decoration: none;
	font-weight:bold;
}
a.btndos:hover {
	font-family: Lucida sans, Arial;
	font-size: 12px;
	color: #969696;
	text-decoration: none;
}

/* Botones de publicar */
.publicar {
  width:18px;
  height:15px;
  display:block;
  background:transparent url(../img/icn_apply.gif);
  position:static;
  text-indent:-9999px;
}

* html .publicar {
  width:18px;
  height:15px;
  display:block;
  background:transparent url(../img/icn_apply.gif) no-repeat;
  position:static;
  margin:0px;
  padding:0px;
  text-indent:-9999px;
}

.publicar:hover{
  background:transparent url(../img/icn_apply.gif) no-repeat;
}

.despublicar {
  width:18px;
  height:15px;
  display:block;
  background:transparent url(../img/icn_apply_des.gif);
  position:static;
  text-indent:-9999px;
}

* html .despublicar {
  width:18px;
  height:15px;
  display:block;
  background:transparent url(../img/icn_apply_des.gif) no-repeat;
  position:static;
  text-indent:-9999px;
}

.despublicar:hover{
  background:transparent url(../img/icn_apply_des.gif) no-repeat;