html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
form {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

p {
    margin: 12px 0;
}

td {
    vertical-align: top;
}

*:focus {
    outline: none;
}

.debug {
    border: 1px solid red;
}

.debug2 {
    background-color: red;
    opacity: 0.3;
}

.clear {
    clear: both;
    overflow: hidden;
}

.f-incorrect {
    border: 3px solid red;
}

.table_ic {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
}

.table_ic td {
    width: 15%;
    font-weight: 530;
    font-size: 14px;
    color: #000;
}

.table_ic td div {
    width: 140px;
}

.table_ic_five {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 90px;
}

.table_ic_five td {
    width: 60%;
    font-weight: 530;
    font-size: 14px;
    color: #000;
}

.table_ic_five td div {
    width: 140px;
}

.table_ic_six {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 90px;
}

.table_ic_six td {
    width: 30%;
    font-weight: 530;
    font-size: 14px;
    color: #000;
}

.table_ic_six td div {
    width: 140px;
}

.cuadro {
    width: 200px !important;
}

.mlp {
    margin-top: 70px;
}

.svds {
    color: #598B30 !important;
    font-weight: bold;
    margin-top: 50px;
    font-size: 10px;
}

.nbud {
    position: absolute;
    margin-top: 72px;
    margin-left: 240px;
}

.gallery_page img {
    width: 200px;
    height: 200px;
    margin-right: 15px;
    margin-bottom: 25px;
}

.preim_main {
    width: 100%;
    margin: auto;
    font-size: 0;
    text-align: center;
}

.preim_main div.preim_block {
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 25%;
    min-height: 100px;
    margin: 0 0 25px 0;
    font-size: 14px;
    text-align: center;
}

.preim_main div.preim_block img {
    height: 50px;
    padding-bottom: 10px;
}