@charset "utf-8";
/* CSS Document */

/* ----------------------- General ----------------------- */
body{background: #fff; padding: 0; margin: 0;}
*{font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #0D62B4;text-align:justify;}

.separador{width: 627px; float: left; background: url(../imagenes/linea_separadora.gif) no-repeat top center; height: 7px; margin: 4px 0 0 0;}
.gallery{width: 624px; padding: 9px 1px 9px 2px; float: left;}
.gallery .image{width: 156px; padding: 0; float: left;color:#0D62B4; text-transform: uppercase; text-align: center; border: none; margin: 0;}
.gallery .image a{text-align: center;}
.filete-img-azules-miniaturas{margin: 0 auto 8px; border:1px solid #0D62B4;padding:1px;}
.filete-img-azules-miniaturas:hover{border:1px solid #09F;}

/* ----------------------- Clearfix ----------------------- */ 
/* slightly enhanced, universal clearfix hack */
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;line-height: 0; }

.clearfix {display: inline-block;}

/* start commented backslash hack \*/

* html .clearfix {height: 1%; }

.clearfix {display: block;}
/* close commented backslash hack */

