div.md-primer-item div a,
div.md-ultimo-item div a,
div.md-item div a{
	display:block;
	/*padding-bottom: 10px;
	line-height:20px;*/
	float:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003366;
	text-decoration:none;
	padding-top:8px;
}
div.md-primer-item div.active a,
div.md-ultimo-item div.active a,
div.md-item div.active a{
	color:  #003366;
}
.md-primer-item {
	height:26px;
}
div.md-primer-item,
div.md-item,
div.md-ultimo-item{
	float:left;
	background:url(/images/recuadro/bt_celeste_fondo.gif) repeat-x;
}
div.md-primer-item div.active,
div.md-item div.active,
div.md-ultimo-item div.active{
	float:left;
	background: url(/images/recuadro/bt_blanco_fondo.gif) repeat-x;
}
div.md-primer-item div.noactive,
div.md-item div.noactive,
div.md-ultimo-item div.noactive{
	float:left;
	background: url(/images/recuadro/bt_celeste_fondo.gif) repeat-x;
}
/* Flechita over */
div.md-item div a:hover{
	background: url(/images/recuadro/flecha_over.gif) no-repeat bottom center;
}
div.md-ultimo-item div a:hover{
	background: url(/images/recuadro/flecha_over.gif) no-repeat bottom center;
}
div.md-primer-item div a:hover{
	background: url(/images/recuadro/flecha_over.gif) no-repeat bottom center;
}
/* */

div.md-primer-item div.active div.md-izq{
	background:url(/images/recuadro/bt_izq_blanco.gif); 
	width:15px;
	height:26px;
}
div.md-primer-item div.md-izq{
	background:url(/images/recuadro/bt_izq_azul.gif);
	width:15px;
	height:26px;
}
/**/
.md-izq {
	float:left;	
}

.md-der{
	float:left;
}
div.active div.md-izq {
	background:url(/images/recuadro/bt_izq_blanco_celeste.gif);
	width:19px;
	height:26px;
}
div.active div.md-der{
	background:url(/images/recuadro/bt_der_blanco_celeste.gif);
	width:19px;
	height:26px;
}
/* Item del medio */

div.md-item div.md-izq {
	background:url(/images/recuadro/bt_izq_celeste.gif);
	width:19px;
	height:26px;
}
div.md-item div.md-der {
	background:url(/images/recuadro/bt_der_celeste.gif);
	width:19px;
	height:26px;
}
div.md-item div.active div.md-izq {
	background:url(/images/recuadro/bt_izq_blanco_celeste.gif);
	width:19px;
	height:26px;
}
div.md-item div.active div.md-der {
	background:url(/images/recuadro/bt_der_blanco_celeste.gif);
	width:19px;
	height:26px;
}
div.md-item div div.md-izq.noactive {
	display: none;
}

div.md-item div div.md-der.noactive {
	display: none;
}
/**/
/* Ultimo item */
div.md-ultimo-item div.md-der{
	background:url(/images/recuadro/bt_der_celeste_der.gif);
	width:19px;
	height:26px;
}
div.div.active div.md-der{
	background:url(/images/recuadro/bt_der_blanco_celeste.gif);
	width:19px;
	height:26px;
}
div.md-ultimo-item div.active div.md-der{
	background-image: url(/images/recuadro/bt_der_blanco_der.gif);
	width:19px;
	height:26px;
}

/* */

.tablacontenido {
	width:207px;
	height:auto;
	background:url(/images/recuadro/fondo_tabla.gif) repeat-y;
	/*padding:8px;*/
	margin:0;
	padding:0;
}
.tit_texto_novedad {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#003366;
	 font-weight:bold;
	 line-height:16px;
}
.texto_novedad {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px;
	 color:#000000;
	 line-height:16px;
}	
.texto_novedad p {
	margin:0;
	padding:0;
}
.texto_pie_novedad {
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:7px;
	 color:#ff6300;
} 
