*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#titulo_articulo{
	font-weight: bold;
	font-size: 12px;
	background: #19BC66;
	color: #fff;
}
#pie_articulo{
	font-size: 9px;
	color: #19BC66;
	font-weight: bold;
}
#validez_oferta{
	font-size: 10px;
	color: #b00;
	font-weight: bold;
}
.img { float:left }
.caja {
	float: left;
	border: solid 1px #0066cc;
	padding-bottom: 6px;
	margin-bottom: 4px;
	width:100%;
}
.cabecera_caja{
	margin: 0px;
	padding: 3px;
	background: #0066cc;
	color: #ffffff;
	margin-bottom: 3px;
	font-weight: bold;
	width: auto;
}
.link_inferior {
	font-size:9px;
	color:#0066cc;
}
.caja a:link, .caja a:hover, .caja a:visited{
	font-size: 10px;
	color: #0066cc;
	text-decoration: none;
	margin-left: 3px;
	margin-bottom: 3px;
}
.caja #precio {
	color: #f00;
	font-weight: bold;
}
.cabecera {
	font-size: 24px;
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
.txtNormal {
	font-size: 10px;
	color: #555;
}
.txtGrande {
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
	list-style-type: square;
}
.txtMedio {
	font-size: 11px;
	color: #333333;
	font-weight: normal;

}
.txtResaltado {
	font-weight: bold;
	color: #000066;
	background-color: #FFCC00;
	font-size: 16px;
	border: #999999;

}
.miParrafo, .miParrafo li {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	letter-spacing: 0px;
	line-height: 25px;

}
.fndDegradadoAzul {
	background-image: url(Imagenes/web/degradadoAzul.jpg);
	background-repeat:  repeat-y;
}
.fndDegradadoLinea {
	background-image: url(vertical.JPG);
	background-repeat:  repeat-y;
	background-position: center;
}
.miTabla {
	border: 1px solid #0066cc;
}
li{
	font-size: 25px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}


.container {
        width: 640px;
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 1px solid #666666;
	    background-repeat: no-repeat;
       	background: url(fndMenu.png)
}

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;	
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #000;
        background: url(circle.gif) no-repeat bottom center;
}

.detalle {
	background-image: url(detalle.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.fndDegradadoAmarillo {
	background-image: url(Imagenes/web/degradadoAmarillo.png);
	background-repeat:  repeat-y;
}