html, body,p {
    margin:0px;
    padding: 0px;            
}

html, body{
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial;
}


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


a img{
    border:none;
}

a:active {
    outline: none;
}

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


p, h1,h2,h3,h4 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.b{
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

.rel {
    position: relative;
}

.abs{
    position: absolute;
}

.l {
    float: left;
}

.r {
    float:right;
}

.tr{
    display:table-row;
}

.td{
    display: table-cell;
}

.center{
    text-align: center;
}

.hidden{
    display: none;
}

.hiddenstrict{
    display:none !important;
}

.nounderline{
    text-decoration: none;
}

.underline{
    text-decoration: underline;
}

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

.w50p{
    width:50%;
}

.corners_down{
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;

    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.shadow{
    -moz-box-shadow: 1px 0px 40px #000;
    -webkit-box-shadow: 1px 0px 40px #000;
    box-shadow: 1px 0px 40px #000;    
}

.shadow2{
    box-shadow-bottom: 0px 10px 40px #000000;
    -moz-box-shadow: 0px 10px 40px #000000;
    -webkit-box-shadow: 0px 10px 40px #000000;
}

#main{
 margin:0px auto;
}

.curp{
    cursor: pointer;
}

/*
.wrapper{
    height: auto !important;
    margin: 0 auto -100px;    
    overflow: hidden;
    min-height: 100%;
    width: 100%;

}
.wrapper_box{
    height: 118px;
}
*/

/* Gallery */
.pagephotos_plus{
    background: url("../images/layout/plus.png");
    width:31px;
    height: 31px;
    display:block;
    position: absolute;
    cursor: pointer;
    top:50%;
    left:50%;
    display: none;
}

.draggable{
    cursor: move;
}

/*
@font-face {
    font-family: 'KatarineStdMediumRegular';
    src: url('../fonts/frutigernextpro-mediumcn.eot');
    src: url('../fonts/frutigernextpro-mediumcn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/frutigernextpro-mediumcn.woff') format('woff'),
        url('../fonts/frutigernextpro-mediumcn.ttf') format('truetype'),
        url('../fonts/frutigernextpro-mediumcn.svg#KatarineStdMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

*/