body {
	font-family:Trebuchet MS,sans-serif;
	font-size:11px;
	background-color:#f3f4f5;
	background-image:url('../img/fondo_home.png');
	background-repeat:repeat-x;
	background-position:center bottom;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

input, select, textarea {
	border:1px solid #CCCCCC;
	font-size:11px;
	padding:2px;
}

textarea {
	overflow:auto;
}

.checkbox{
	border:0px;	
	font-size:11px;	
}

h2 {
	font-family:Trebuchet MS,sans-serif;
	padding-bottom:10px;	
	font-size:16px;	
	color:#925090;
	text-transform:uppercase;
}

h3 {
	padding-bottom:10px;	
	margin-bottom:0px;
	font-family:Trebuchet MS,sans-serif;
	font-size:15px;
}

h4 {
	padding:0px;
	margin:0px;
	text-align:center;
	color:#0C85DE;
	background-color:#EEF0F2;
	font-size:9px;
	border-top:1px solid #C9C9C9;
	border-bottom:1px solid #C9C9C9;	
}

h5 {
	font-family:Trebuchet MS,sans-serif;
	padding-bottom:5px;
	margin:0px;
	font-size:14px;	
	color:#925090;
}

legend {
	font-size:15px;
	font-weight:bold;
}

a:link       { color:#29476a; text-decoration:none;}
a:visited { color:#29476a; text-decoration:none; }
a:hover     { color:#A4299B; text-decoration:underline; }
a:active   { color:#29476a; text-decoration:underline; }

.pagina {
	font-family:Trebuchet MS,sans-serif;
	font-size:11px;
	background-color:transparent; /*esto hace que se vea el fondo en degrade*/	
	border-collapse:collapse;
	width:1024px; /*ancho del sitio completo*/
	margin:0px;
	padding:0px;
}

.pagina tr {
	font-family:Trebuchet MS,sans-serif;
	font-size:11px;
	vertical-align:top;
	color:#606060;
	margin:0px; 
	padding:0px;	
}

.pagina td {
	margin:0px; 
	padding:0px;	
}

.principal {	
	width:690px;
	height:400px;
	font-family:Trebuchet MS,sans-serif;
	font-size:11px;		
	text-align:left;
	margin:0px; 
	padding:0px;	
}

td.principal {	
	padding:10px;
	vertical-align:top;
	margin:0px; 
	padding:0px;	
}

.logo {
	background-image:url('../img/top_sin_borde.png');
	height:145px;
	width:100%;
}

.logo_interior {
	background-image:url('../img/top_sin_borde.png');
	height:0px;
	width:100%;
}

.top_buscador {
	background-image:url('../img/franja_inferior.png');
	background-repeat:repeat-x;
	height:41px;
	width:100%;
	text-align:right;
}	

.logo2 {
	color:#585899 ;
}

.slogan {	
	padding:0px;
	margin:0px;
	font-size:50%;
}

.pie {
	background-image:url('../img/franja_inferior_pie.png');
	background-position:bottom center;
	background-repeat:repeat-x;
	text-align:center;	
	color:#696768;
	padding-bottom:10px;
}

.pie a {
	color:#696768;
	font-weight:normal;
}

.pie_links {
	margin-top:20px;
	padding-top:5px;
}

.pie_links  a {	
	color:#586576;
	font-size:11px;
	font-weight:bold;
}

td.menu_izq {
	padding-right:5px;
}

.menu_izq {	
	width:195px;	
	background-color:transparent;
	text-transform:inherit;
	background-image:url('../img/botonera_izq.png');
	background-repeat:repeat-y;
	background-position:right top;
}

.menu_izq div {
	padding:5px;
	text-align:left;
}

.menu_izq a {
	color:#393532;
	font-size:13px;
}

td.menu_der {
	padding-left:5px;
	text-align:left;
}

.menu_der {			
	width:195px;
	word-wrap:break-word;
	background-image:url('../img/botonera_der.png');
	background-repeat:repeat-y;
	background-position:left top;
	
}

.menu_der div {		
	padding:5px;	
	text-align:left;	
}

.menu_sup {
	text-align:right;
	padding-bottom:25px;
	float:right;
	width:100%;
}

.menu_sup th {
	font-size:11px;
}

.menu_sup td {
	text-transform:capitalize;
}

.menu_sup a {
	color:#2c4a6c;
	font-family:Trebuchet MS,sans-serif;
	font-size:13px;
}

.menu_sup select {
	background-color:#DDAAEE;
	color:white;
	padding:1px;
	border:1px solid #e0cbdd;
}

.menu_sup_interior {
	text-align:right;
	padding-bottom:2px;
	float:right;
	width:100%;
}

.menu_sup_interior a {
	font-size:13px;
}

.loguito {
	float:left;
	width:50%;
	text-align:left;
}

.loguito_interior {
	float:left;
	width:20%;
	text-align:left;
	position:absolute;
	top:42px;
}

.menu_logo {
	float:right;
	width:50%;
	text-align:right;
}

.mensaje_error {
	font-family:Trebuchet MS,sans-serif;
	font-size:13px;
	text-align:left;
	font-weight:bold;
	color:#DC143C;	
	background-color:#DFE2E6;
	padding:5px;
	border:1px solid #0C85DE;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

.mensaje_error a {
	color:black;
	font-weight:bold;
	text-decoration:underline;
}

.mensaje_ok {
	font-family:Trebuchet MS,sans-serif;
	font-size:13px;
	text-align:center;
	font-weight:normal;
	color:#708090;
	background-color:#F1F7F7;	
	padding:5px;
	border:1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left:5px;
	margin-right:5px;
}

.mensaje_info {
	font-family:Trebuchet MS,sans-serif;
	font-size:13px;
	text-align:left;
	font-weight:normal;
	color:#708090;
	background-color:#F1F7F7;	
	padding:5px;
	border:1px solid #CCCCCC;
	margin-top:15px;
	margin-bottom:25px;
	margin-left:5px;
	margin-right:5px;
}

.mensaje_pre_usu {
	font-family:Trebuchet MS,sans-serif;
	font-size:15px;
	text-align:left;
	font-weight:normal;
	color:white;
	background-color:#772474;	
	padding:5px;
	border:1px solid #4f5e9a;
	margin-top:15px;
	margin-bottom:25px;
	margin-left:5px;
	margin-right:5px;
}

td.table_login_form {
	padding-top:20px;
}

.table_login {
	background-color:#edf1f5;
	padding:10px;
	width:100%;
}

.table_login tr {
	padding:10px;
	margin:10px;
}

.table_login th {
	font-size:13px;
	text-align:right;
	text-transform:capitalize;
	font-weight:bold;
}
	
.table_login td {
	text-align:left;
	padding-right:1px;
	padding-top:1px;
	font-size:13px;
}

.table_login input {
	/*background-color:#e3e6eb;*/
	vertical-align:middle;
}

.table_login_logo {
	padding:0px;
	margin:0px;
}

.table_login_logo th{	
	font-size:13px;
	text-align:left;
	text-transform:capitalize;
	font-weight:bold;
}
	
.table_login_logo td {
	text-align:left;
	padding-top:1px;
}
.table_login_logo input{
	width:130px;
	background-color:#EEEEEE;	
	font-size:13px;
}

.avanzada {
	display:none;
}

th.obligatorio {
	font-weight:bold;
	text-decoration:none;
	color:#534F81;
}

td.hint {
	text-align:top;
	padding-bottom:0px;
}

.table_navegador {
	width:600px;
	background-color:#2764ac;
	vertical-align:middle;
	background-image:url('../img/fondo_boton_favorito.png');
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #144275;
	color:white;
}

.table_navegador a {
	color:white;
}

.table_navegador  th {
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;
	color:white;
}

.table_navegador select {
	font-size:10px;
	padding:0px;
	margin:0px;
}

th.titulo {
	width:100%;
	text-align:left;
	font-weight:bold;
	background-color:#FAD163;
}

li {
	padding:0px;	
	margin:0px;	
}

ul {
	padding-left:15px;
	margin:0px;	
}

.tabla_sugerir {
	font-size:11px;
	font-family:Trebuchet MS,sans-serif;
	border:1px solid black;
}

.color2 {
	background-color:yellow;
}

.m  {
	font-size:15px;
	font-weight:bold;
	text-align:center;	
	width:100%;
}

.m th{
	padding:10px;
	margin:10px;
	background-color:#589442;
	color:red;
}

.m a  {
	font-size:15px;
	font-weight:bold;
	color:white;
}

.table_listado {
	width:100%;
	margin-left:auto; 
	margin-right:auto;	
	border-collapse:collapse;
	margin-top:5px;
	margin-bottom:5px;
}

.table_listado  th{
	color:white;
	background-color:#772474;
	padding:5px;
	font-size:14px;
	text-transform:none;
	text-align:left;
}

.table_listado td {
	padding:3px;
	vertical-align:middle;
	font-size:13px;
	text-align:left;
}	

.table_listado tr {
	border-bottom:1px solid #EEF0EF;
}

.resaltar_fila {
	border-top:1px solid #ebebeb;
}

.resaltar_menu {
	/*
	border-top:1px solid #8ECCF9;
	border-bottom:1px solid #8ECCF9;
	*/
}

.resaltar_menu a {
	color:#772474;
	font-weight:bold;
}

.resaltar li {
	font-weight:bold;
}

.descripcion {
	font-size:14px;
	background-color:#FFF7D7;
	padding:5px;
	border:2px solid #FDBF3B;
	word-wrap:break-word;
}

.item {
	padding-bottom:10px;
	font-size:13px;
	word-wrap:break-word;	
}

.subitem {
	font-weight:normal;
	word-wrap:break-word;	
}

.title_seo {
	font-size:10px;
	text-align:center;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

.legal {
	font-size:11px;
	padding-top:0px;
	margin-top:20px;
	border-top:1px solid black;
	font-style:italic; 	
}

.hint {
	font-style:italic;
	text-decoration:none;
	font-size:12px;
	text-transform:lowercase;
	word-wrap:break-word;	
}

.rojo {
	color:#DC143C;
}

a.rojo {
	color:#DC143C;
}

.color2 {
	
}

.color1 {
	background-color:#EEF0EF;
}

.mensaje {
	width:100%;
	border-top:1px solid #DFE2E6;
	padding:5px;
	background-color:white;	
	float:left;
	width:77%;
}

.mensaje_panel {
	float:left;
	width:20%;
	border-right:1px solid #DFE2E6;
	border-bottom:1px solid #DFE2E6;
	background-color:#DFE2E6;
	padding:3px;
}


.opcion_seleccionada {
	text-transform:lowercase;
	background-color:transparent;	
	padding:5px;
	margin-top:0px;
}

.opcion_seleccionada a {
	color:#925090;
	font-weight:bold;	
	text-transform:uppercase;
}

.opcion {	
	text-transform:lowercase;
	background-color:transparent;	
	padding:5px;
	line-height:30px;
}

.opcion a {
	color:#1b3b60;
	text-transform:lowercase;
}

hr {
	height:1px;
	color:#dcdcdc;
	background-color:#dcdcdc;
	border:1px;
}

.separador {
	height:1px solid white;	
	border-bottom:1px solid #dcdcdc;
}

.divisor {
	border-top:1px solid #d8d8d9;
	width:100%;
	padding-top:5px;
}

.table_cia {
	background-color:#eff0f1;
	width:100%;
	border-collapse:collapse;
}

.table_cia th{
	font-size:13px;
	text-align:center;
	padding:4px;
	border-right:1px solid #d8d8d9;
	border-bottom:1px solid #d8d8d9;
	width:33%;
}

.table_cia td{
	padding-right:20px;
	padding-left:20px;
	border-right:1px solid #d8d8d9;
	border-bottom:1px solid #d8d8d9;
	font-size:13px;
}

.table_cia input {
	font-size:13px;
}

.table_cia a {
	font-size:13px;
}

.table_cia_sup_izq {
	background-image:url('../img/exp_lab_sup_izq.png');
	background-repeat:no-repeat;
	background-position:left top;
}

.table_cia_inf_der {
	background-image:url('../img/exp_lab_inf_der.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}

.mayuscula {
	text-transform:capitalize; 
}

.minuscula {
	text-transform:lowercase; 
}

.nada {
	text-transform:none;
	font-size:13px;
}

th.nada {
	text-transform:none;
}

.centrado {
	text-align:center;
}

.derecha {
	text-align:right;
}	

td.derecha {
	text-align:right;
}	

.izquierda {
	text-align:left;
}

td.centrado{
	text-align:center;
}

.oculto {
	display:none;
	text-align:left;
	width:100%;
}

.no-oculto{
	display:block;
	text-align:left;
	width:100%;
}

.no-oculto tr{
	text-align:left;
}

.escondido{
	visibility:hidden;
}

.sbmt {
	font-weight:bold;
	border-bottom:1px solid #79538a;
	border-right:1px solid #79538a;
	border-left:1px solid #9a689c;
	border-top:1px solid #9a689c;
	background-image:url('../img/fondo_botonera.png');
	background-repeat:repeat-x;
	background-color:#975693;
	padding:5px;
	color:white;
	cursor:pointer;
}

.buscador {
	border:1px solid #CCCCCC;
}

.centrar {
	text-align:center;
}

#table_buscador {
	background-color:#f6f7f8;
	padding:5px;
	width:95%;
}

#table_buscador th {
	text-align:right;
	font-weight:normal;
}


.tabla_detalle {
	font-size:10px;
	font-family:Trebuchet MS,sans-serif;
	padding:0px;

}

.tabla_detalle td {
	font-size:10px;
	padding:0px;
	padding-left:5px;
	margin:0px;
	text-align:left;
	vertical-align:middle;
}

.tabla_detalle th {
	font-size:10px;
	padding:0px;
	margin:0px;
	text-align:right;
	font-weight:normal;
	vertical-align:top;
	font-style:italic;
	text-transform:capitalize;
}

.tabla_detalle input {
	padding:0px;
	margin:0px;
}

.table_login2  {
	background-color:#DFE2E6;
	border:0px;
	width:100%;
	margin:0px;
}

.table_login2 th {
	text-align:left;
	font-size:14px;
}

.table_login2 td {
	padding:0px;
	font-size:13px;
}

.autor {
	font-size:11px;
	font-style:italic;
	height:100px;
}

.botonera {
	text-align:center;
}

.botonera th {
	padding-top:10px;
	margin-top:10px;
}

.botonera td {
	padding-top:10px;
	margin-top:10px;
}

.inicio li{
	padding-top:5px;
	font-weight:bold;
}

div.inicio  {
	font-size:13px;
	padding-bottom:20px;
}

p.inicio {
	padding:0px;
	margin:0px;
}

h3.inicio {
	padding:0px;
	margin:0px;
	font-size:11px;
}

.campo_erroneo {
	background-color:red;
	color:white;
}

.editar_off {
	width:100%;
	/*height:100%;*/
	overflow:auto;	
	font-size:13px;
	font-variant:italic;
	border:1px solid #DFE4EA;
	overflow:auto;
}

.editar_on {
	width:100%;
	/*height:80px;*/
	border:1px solid black;
	font-size:13px;
	font-variant:italic;
	border:1px solid #DFE4EA;
	background-color:#EEF0F2;
	overflow:auto;
}

.minusculas {
	text-transform:lowercase;
}

.sin_borde {
	border:0px;
}

.enlace {
}

.nuevo {
	color:white;
	font-weight:normal;
	font-size:10px;
	font-style:italic;
	height:15px;
	text-transform:lowercase;
	position:absolute;
	background-color:#853381;
	background-image:url("../img/fondo_nuevo.png");
	background-repeat:repeat-x;
}

.ul_rss li {
	text-transform:capitalize;
	background-image:url("../img/rss_ico.png");
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-bottom:5px;
	list-style:none;
}

.ul_rss a {
	font-size:13px;
}

.trabajo {
	font-style:italic;
}

.titulo-principal {
	font-weight:normal;
	font-size:20px;
	padding:0px;
	margin:0px;
	text-transform:capitalize;
}

.debug {
	float:left;
	width:100%;
	background-color:yellow;
	padding:10px;
	color:black;
	font-weight:bold;
	border:2x solid black;
	font-size:11px;
	text-align:left;	
}

.clave {
	margin-right:5px;
}

.azul {
	background-color:#DDECFE;
}

.ult_intro {
	padding-left:90px;
	background-image:url('../img/fondo_recuadro_intro.png');
	background-repeat:repeat-x;
	width:400px;
	height:120px;
	background-color:red;
	margin-left:90px;
	color:#7f307c;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-top:4px;
	padding-left:4px;
}

.table_abm_intro {
	background-color:#EEFFFF;
	width:310px;
	border:1px solid #edeeed;
	padding:0px;
	margin:0px;
}

.table_abm_intro th {
	width:100px;
	text-align:right;
	vertical-align:middle;
	padding-top:2px;
	font-size:13px;
}

.table_abm_intro td {
	padding-top:2px;	
}

div.div_menu {
	border-bottom:1px solid #eeeeed;
	border-top:1px solid #eeeeed;
	margin-bottom:10px;
}

.table_abm_intro2  {
	width:150px;
	background-color:#e6e6e6;
	border:1px solid #dddddd;
}

.table_abm_intro2 th {
	padding:0px;
	margin:0px;
	font-size:13px;
	text-align:left;
}

.table_abm_intro2 input {
	width:90%;
}

.table_abm_intro2  h2 {
	text-align:center;
	padding:0px;
	margin:0px;
}

.table_abm_intro2 a {
	color:#534f81;
}

.div_ultimos {
	width:400px;
	background-color:white;
}

.div_ultimos h2 {
	background-image:url('../img/fondo_recuadro_intro.png');
	background-repeat:repeat-x;
	padding-left:10px;
	margin:0px;
}

.div_ultimos div {
	background-color:#f5f5f6;
}

.div_ultimos table {
	margin:0px;
	padding:0px;
	width:100%;
}

.div_ultimos td {
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:4px;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	word-wrap:break-word;
	border-bottom:1px solid #e9e9e8;
}

.frase {
	font-size:13px;
	font-style:italic;
}

.tabla_perfil {
	width:100%;
	background-color:#f9f9fa;
}

.tabla_perfil td {
	padding:10px;
	margin:0px;
	vertical-align:top;
}

.sup_izq  {
	background-image:url('../img/sup_izq.png');
	background-repeat:no-repeat;
	background-position:left top;
}

.sup_der  {
	background-image:url('../img/sup_der.png');
	background-repeat:no-repeat;
	background-position:right top;
}

.tabla_usu_sugeridos {
	width:190px;
	background-color:white;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
	word-wrap:break-word;
}

.tabla_usu_sugeridos td {
	padding:4px;
	font-size:12px;
	
}

.tabla_usu_sugeridos p {
	word-wrap:break-word;
	width:180px;
	padding:0px;
	margin:0px;
}

.tabla_usu_sugeridos th {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#925090;
	text-transform:uppercase;
	background-image:url('../img/fondo_recuadro_intro.png');
	background-repeat:repeat-x;
	background-position:left top;
}

.tabla_nube {
	width:190px;
	background-color:white;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
	border-collapse:collapse;
	word-wrap:break-word;
}

.tabla_nube td {
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;	
	margin:0px;
	word-wrap:break-word;
}

.tabla_nube th {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#925090;
	text-transform:uppercase;
	background-image:url('../img/fondo_recuadro_intro.png');
	background-repeat:repeat-x;
	background-position:left top;
	padding:0px;
	margin:0px;
	word-wrap:break-word;
}

.tabla_nube tr {
	padding:0px;
	margin:0px;
	height:2px;
	word-wrap:break-word;
}

.tabla_nube a {
	padding:0px;
	margin:0px;
	word-wrap:break-word;
}

.fuente {
	padding-top:10px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	font-size:10px;
	font-style:italic;
	color:#a6a6a6;
}

.fuente  a {
	color:#a6a6a6;
}

.tabla_tareas {
	width:500px;
	font-size:10px;
	background-color:white;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

.tabla_tareas tr {
	border:1px solid black;
}

.tabla_tareas td {
	padding:2px;
}

.wrap {
	word-wrap:break-word;
}

.table_areas_de_interes {
	width:100%;
}

.table_areas_de_interes td {
	word-wrap:break-word;
	width:50%;
}

.table_comentario {
	width:100%;
	border-collapse:collapse;
}

.table_comentario td {
	background-image:url("../img/fondo_comentario.png");
	background-repeat:repeat-x;
	background-position:left top;
	height:109px;
}

td.table_comentario_izq {
	background-image:url("../img/fondo_comentario_izq.png");
	background-repeat:no-repeat;
	background-position:right top;
	height:109px;
}

td.table_comentario_der {
	background-image:url("../img/fondo_comentario_der.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	height:109px;
}

.div_listar_opciones {
	font-size:13px;
}

.div_listar_opciones a {
	font-size:13px;
	font-weight:bold;
}

.oscurecer {
	background-color: rgb(204, 204, 204);
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.7: /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

.nivel0 {
	width:100%;
}

.nivel1 {
	display:none;
	padding-left:10px;
}

.nivel2 {
	display:none;
	padding-left:20px;
}

.nivel3 {
	padding-left:30px;
}

.tabla_perfil {
	height:284px;width:100%;margin-bottom:10px;background-image:url('../img/fondo_perfil.png');background-repeat:repeat-x;background-position:left-top;
}
 
.tabla_frase {
	height:54px;
	width:400px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	background-image:url('../img/fondo_frase.png');
	background-repeat:repeat-x;
	border-left:1px solid red;
}

.tabla_frase td {
	padding:0px;
	margin:0px;
}

.sup_izq_frase {
	background-image:url('../img/sup_izq_frase.png');
	background-repeat:no-repeat;
	background-position:left-top;
	padding:0px;
	margin:0px;
	width:10px;
}

.med_izq_frase {
	background-image:url('../img/med_izq_frase.png');
	background-repeat:no-repeat;
	background-position:left-top;
	padding:0px;
	margin:0px;
	width:1px;
}

.italica {
	font-style:italic; 	
}

.favoritos {
	float:left;
	padding-top:10px;
	width:100%;
}

.favoritos input {
/*table_cia
	background-image:url('../img/fondo_boton_favorito.png');
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #144275;
*/
	color:white;
	cursor:pointer;
}

.btn_postular {
	background-image:url('../img/fondo_boton_favorito.png');
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #144275;
	color:white;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
	background-color:#2764ac;
}

.btn_postular a {
	color:white;
}

#div_recomendar {
	width:100%;
	float:left;
}

.tabla_ofertas_por_usuario  td {
	font-size:15px;
}

.tabla_enc_oferta {
	width:100%;
	border-collapse:collapse;
}

.tabla_enc_oferta td {
	background-color:#f8f8f8;
}

.ofe_izq {
	background-image:url('../img/izq_oferta.png');
	background-position:left;
	background-repeat:no-repeat;
	height:108px;
	width:6px;
}

.ofe_der {
	background-image:url('../img/der_oferta.png');
	background-position:right;
	background-repeat:no-repeat;
	height:108px;
	width:6px;
}

.ofe_cen {
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;	
	vertical-align:top;
	margin:5px;
}

.lista_ofe li {
	font-size:13px;
}
