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, em, 
font, figure, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, 
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, header{
    margin: 0px;
    padding: 0px;        
}
header, nav, article, section, aside, time, video, button, figure, footer{
    display: block;
    position: relative;
}


a {    
    text-decoration: none;
    -moz-outline-style: none;
    outline: none;
}

a img{
    border:none;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}

li {
    list-style: none;
}

.b{
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

.rel {
    position: relative;
}

.abs{
    position: absolute;
}

.stat{
    position: static;
}

.l {
    float: left;
}

.r {
    float:right;
}

.right{
    right: 0;
}

.tr{
    display:table-row;
}

.td{
    display: table-cell;
}

.center{
    text-align: center;
}

.blockstrict{
    display: block !important;
}

.hidden{
    display: none;
}

.nounderline{
    text-decoration: none;
}

.underline{
    text-decoration: underline;
}

.clear{
    clear: both;
    width: 100%;
}

.curp{
    cursor: pointer;
}

form{
    position: relative;
}

.w100poverflow{
    width:100%;
    overflow-x: scroll;
}

