/********************************************************************************************************** Reset */
body {zoom:1;}
xmp,video,var,ul,u,tt,time,sup,summary,sub,strong,strike,span,small,section,samp,s,ruby,rt,rp,q,progress,pre,p,output,ol,object,nav,meter,menu,mark,li,legend,label,kbd,ins,img,iframe,i,html,hr,hgroup,header,h6,h5,h4,h3,h2,h1,form,footer,font,figure,figcaption,fieldset,embed,em,dt,dl,div,dialog,dfn,details,del,dd,code,cite,center,caption,canvas,body,blockquote,big,b,audio,aside,article,applet,address,acronym,abbr,a {border:0;margin:0;padding:0;font-size:100%}
section,nav,menu,hgroup,header,footer,figure,figcaption,details,aside,article {display:block}
table {border-collapse: collapse;}
/*img { width:100%; }*/

/********************************************************************************************************** End Reset */
/********************************************************************************************************** Estructura */

.wrapper {
    display: block;
    margin: auto;
    width: 976px;
    margin: 0 auto 0 auto;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-top: 4px solid #246DB6;
    margin-top: 10px;
	-moz-box-shadow: 0px 0px 5px #888;
	-webkit-box-shadow: 0px 0px 5px #888;
	box-shadow: 0px 0px 5px #888;
}
.inner { padding: 0 20px;}
.col { float: left; margin-right: 20px; }
.one { width: 60px; }
.two { width: 140px; }
.three { width: 220px; }
.four { width: 300px; }
.five { width: 380px; }
.six { width: 460px; }
.seven { width: 540px; }
.eight { width: 620px; }
.nine { width: 700px; }

.last { margin-right: 0; }

.col.three:nth-child(4n) {
    margin-right: 0;
}
.col.four:nth-child(3n) {
    margin-right: 0;
}

/********************************************************************************************************** End Estructura */
