/*
	Kroft Version 1.0
*/


.clear {
    clear: both;
    height: 1px;
}

.inv {
    display: none;
}

.fondo {
    background-image: url("../img/Imagen_body.jpg");
    width: 100%;
    /*height: 95vh;*/
    height: auto;
    background-size: cover;
    background-position: center;
}

.fondo2 {
    background-image: url("../img/Imagen_body.jpg");
    width:100%;
    height:auto;
    background-size: cover;
    background-position: center;
}


/* GENERAL ------------------------------------------------------------*/

body {
    /*line-height: 1.5em;*/
    color: #003399;
    /*background: #ffffff;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.contenedor {
    width:100%;
    /*max-width:1000px;*/
    margin:0 auto;
    overflow:hidden;
}

#top-gap {
    height: 20px;
}

#logo {
    position: absolute;
    top: -3px;
    left: 35px;
}

p {
    margin-bottom: 21px;
}

a {
    color: #606060;
}

/* HEADERS ------------------------------------------------------------*/

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 21px;
    line-height: 21px;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    line-height: 1.2em;
}

/* PAGE TITLE -------------------------------------------------------------------*/

.page-title {
    /*background: url(../img/page-title.png) center bottom no-repeat;*/
    margin-bottom: 30px;
}

    .page-title h1 {
        display: inline;
        line-height: 30px;
    }

    .page-title span {
        color: #003399;
        font-family: 'Droid Serif', serif;
        font-size: 20px;
        margin-left: 10px;
    }


/* BACKGROUND SLIDER ------------------------------------------------------------*/


/* HEADER */

.headerimg {
    background-position: top center;
    background-repeat: no-repeat;
    width: 1212px;
    height: 100%;
    position: absolute;
}

#headerimgx {
    position: relative;
    width: 1212px;
    margin: 0px auto;
    padding-top: 120px;
    top: 0px;
    left: 0px;
}

/* HEADER HAVIGATION */

#headernav {
    position: relative;
    top: 60px;
    margin: 0 auto;
    width: 100%;
    display: none;
}

#back {
    background-image: url("../img/slider/btn_back.png");
    position: absolute;
}

#next {
    background-image: url("../img/slider/btn_next.png");
    position: absolute;
    right: 0px;
}

/* WRAPPER ------------------------------------------------------------*/

.wrapper {
    position: relative;
    width: 1212px;
    margin: 0px auto;
    background: url('../img/wrapper-bg_1220.png') no-repeat center top;
    /*background: url('../img/Imagen_body.jpg') no-repeat center top;*/
    top: 0px;
    left: 0px;
}

#content-wrap {
    margin-left: 20px;
    margin-right: 20px;
    background: #ffffff;
    min-height: 400px;
}

#page-wrap {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 40px;
}

/* NAVIGATION BAR HOLDER --------------------------------------------------------*/
    #nav-bar-holder {
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 5000;
}

/* NAVIGATION --------------------------------------------------------*/

#nav {
    float: left;
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
/* FOOTER ------------------------------------------------------------*/

#footer {
    position: relative;
    width: 1212px;
    margin-left: 20px;
    margin-right: 20px;
    /*background: #FFFFFF url(../img/ver-1x1.png);*/
    margin: 0px auto;
    padding-bottom: 10px;
}


.footer-wrapper {
    /*overflow: hidden;*/
    margin-left: 20px;
    margin-right: 20px;
    background: #FFFFFF url(../img/ver-1x1.png); /*width: 1212px;
	margin: 0 auto;	*/
    border-bottom: #383838 solid 1px;
    border-top: 2px solid #ccc;
    text-align: center;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #dcdcdc;
    /*-text-shadow: 0 -1px rgba(0, 0, 0, 0.8);*/
    margin-bottom: 10px;
}

@media screnn and (max-width:100px) {
    .contenedor {
        width:100%;
    }
}