@charset "UTF-8";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/*--------------- Efectos ---------------*/
.shadowSite {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}

.shadow-inset-bottom, .shadow-inset-bottom-small {
    box-shadow: 0 -8px 30px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 -8px 30px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 -8px 30px rgba(0,0,0,0.2) inset;
}

.shadow-inset, .shadow-small-inset {
    box-shadow: 0 0 11px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 0 11px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 0 0 11px rgba(0,0,0,0.2) inset;
}

.shadow-mini {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.shadow, .shadow-small {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.shadow-small-right {
    box-shadow: 2px 0 7px rgba(30,30,30, 0.3);
    -moz-box-shadow: 2px 0 7px rgba(30,30,30, 0.3);
    -webkit-box-shadow: 2px 0 7px rgba(30,30,30, 0.3);
}
.text-shadow-small {text-shadow:#333 0 1px 3px;}
.radius-normal {
    border-radius: 10px; 
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.radius, .radius-small {
    border-radius: 5px; 
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.radius-mini {
    border-radius: 3px; 
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.circle {
    border-radius: 50%; 
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.radius-small-bottom {
    border-radius: 0 0 5px 5px; 
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.animar-slow {
    -webkit-animation: .5s ease;
    -moz-animation: .5s ease;
    -ms-animation: .5s ease;
    -o-animation: .5s ease;
    animation: .5s ease;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.animar, .animar-fast {
    -webkit-animation: .2s ease;
    -moz-animation: .2s ease;
    -ms-animation: .2s ease;
    -o-animation: .2s ease;
    animation: .2s ease;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/* FIN Efectos */

/*-- cols y rows de reset

.col {display: block; float:left; margin: 1% 0 1% 1.6%;}
.col:first-child { margin-left: 0; }
.grid-12 {width:100%;}
.grid-11 {width:91.53%;}
.grid-10 {width:83.06%;}
.grid-9 {width:74.6%;}
.grid-8 {width:66.13%;}
.grid-7 {width:57.66%;}
.grid-6 {width:49.2%;}
.grid-5 {width:40.73%;}
.grid-4 {width:32.26%;}
.grid-3 {width:23.8%;}
.grid-2 {width:15.33%;}
.grid-1 {width:6.86%;}


@media only screen and (max-width: 760px) {
    .col {margin: 1% 0 1% 0%;}
    .grid-1,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11,.grid-12 {width: 100% !important;}
	.grid-11.margin-middle .medio .grid-6.ar5 {width: 100% !important;} 
}

--*/