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

/* ----------------------- General ----------------------- */
body{background: #fff; padding: 0; margin: 0;}
*{margin:0; padding: 0; font-family: Arial, Helvetica, sans-serif;}
#content{ background: #292117 url(../images/fnd-detalle-portfolio.png) repeat-x bottom left; width: 100%;}
#info{width: 880px; float: left; padding: 0 0 25px;}
#top{width: 880px; float: left; background: url(../images/fnd-logo-portfolio.png) no-repeat top left;}
#top #logo{ width: 80px; height: 60px; padding: 0 0 0 20px; float: left;}
#top #data{ width: 765px; padding: 20px 0 0 0 ; float: right;}
a.anterior{display: block; float: left; background: url(../images/btn-previous.gif) no-repeat top left; width: 79px; height: 19px; margin: 3px 0 0;}
a.siguiente{display: block; float: left; background: url(../images/btn-next.gif) no-repeat top left; width: 79px; height: 19px; margin: 3px 0 0;}
a.anterior span, a.siguiente span{display: none;}
a.ocultar{display: block; float: left; background: url(../images/vinieta-detalles-o.gif) no-repeat bottom right; margin: 7px 0 0; font-size: 11px; color: #eea435; padding: 0 10px 0 0;}
a.mostrar{display: block; float: left; background: url(../images/vinieta-detalles.gif) no-repeat bottom right; margin: 7px 0 0; font-size: 11px; color: #eea435; padding: 0 10px 0 0;}
a.ver{display: block; background: url(../images/vinieta-ver-sitio.gif) no-repeat center left;font-size: 12px; color: #c34834; padding: 0 0 0 20px; text-transform: uppercase; font-weight: bold;}
#detalles{ width: 765px; padding: 7px 0 0 115px; float: left;}

/* ----------------------- Text ----------------------- */
h1{font-size: 20px; color: #f7ce44; font-weight: bold; padding: 2px 11px 1px; margin: 0 8px; border-left: 1px solid #463729; border-right: 1px solid #463729; float: left;}
h2{font-size: 16px; color: #b39875; font-weight: bold; padding: 2px 0 10px;}
p{color: #967952; font-size: 13px; line-height: 20px; margin: 0 0 10px;}


/* ----------------------- 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 */

