﻿@charset "utf-8";


/* Productos */

#catalogo { margin:0 auto; padding:25px; }
#titulo-catalogo-productos { color:#556f8e; font-size:1.5em; border-bottom: dotted 1px #556f8e; }
#titulo-catalogo-productos #titulo-carpeta { color:#f4ac00; font-weight:bold; }
#barra-situacion { margin-bottom: 10px; padding:8px; background-color:#f6f4f4; font-size:0.75em; }
#ruta { margin:4px 0 0 12px; }
#total-productos { text-align:right; font-size:0.75em; margin-bottom:15px; }

/* Carpetas */
#carpetas { }
.carpeta { float:left; width:136px; height:115px; padding:5px; margin:8px; text-align:center; }
.carpeta img { border:none; }
.carpeta a { color:black; text-decoration:none; font-weight:bold; font-size:0.75em; }
.carpeta a:hover { color:blue; }

/* Productos */
#productos { font-size:0.75em; }
.producto { float:left; width:113px; height:125px; margin:1px; padding:3px; background:url(../img/caja-producto.gif) no-repeat; text-align:center; overflow:hidden; }
.producto img { border:none; }
.producto a { color:black; text-decoration:none; }
.producto a:hover { color:blue; }

