.articulo_oferta { 
	padding:0;
	margin:10px 0px 0px 10px;
	border:1px solid #000;
}

.articulo_oferta_imagen {
	padding-right: 10px; 
	border-right: 1px solid #000000;
	width:1px;
}

.articulo_oferta_titulo {
	padding:5px 0px 5px 10px; 
	margin:0;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
/*	text-transform:capitalize;*/
	border-bottom: 1px dotted #ccc;
}

.articulo_oferta_texto {
	padding: 5px 5px 0px 10px; 
	margin: 0px 0px 0px 0px;

	font-size: 1em;
	color: #000000;
	background-color: inherit;
}

.articulo_oferta_precio {
	padding: 0px 5px 5px 5px; 
	margin: 0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #493131;
	color: #ffffff;
	width: 75px;
	
}

.ofertas_linea_lateral{
border-left: 1px solid #000;
}

.menu_oferta {
	border-top:1px solid #493131;
	margin:10px 10px 0 10px;
	padding:0;
}

.menu_oferta a , .menu_oferta a:visited {
	padding:1px 5px;
	color:#fff;
	background-color: #493131;
	font-size: 0.9em ;
}

.menu_oferta a:hover {
	color:#ccc;
	background-color: #ff0000;
}

.form_ofertas {
	display:none;
	margin:10px 10px 0 10px;
	padding:0;
}

/*______________________ tabs _____________________________*/ 

#tabs_ofertas { 
		padding: 0em 0 0 0 ; 
		margin: 2em 2em  0em 2em ; 
		border-bottom: 1px solid #000 ; 
}

.tab_ofertas a  , .tab_ofertas a:visited  { 
	
	background-image:url(../images/tab_minitienda_inactivo.jpg);
	background-repeat: no-repeat; 
	background-position: top center; 
	display: block ; 
	margin: 0 0em 0 0  ; 
	padding: 0.3em 0 0.1em 0 ;
	width: 150px ;
	font-size: 1.1em ;
	font-weight: bold ;
	text-align: center ;
}


.tab_ofertas_activo a  , .tab_ofertas_activo a:visited  { 
	color: #fff ;
	background-image:url(../images/tab_minitienda_activo.jpg);
	background-repeat: no-repeat; 
	background-position: top center; 
}
.tab_ofertas a:hover  { 
 
	color: #990100 ; 
}
.tab_ofertas_activo a:hover  { 
 
	color: #fff ; 
}

#tabs_ofertas tr{ 
		border-top: 1px solid #000 ; 
}