.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-image:url("../images/bg.jpg");
    background-attachment: fixed;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
	background-size:cover;
}

.tab-content {
	background-color:#fffac3!important;}
	
.jsn-bootstrap3.jsn-pagebuilder .nav-tabs > li.active > a {
	background-color:#fff57e!important;}
	
.jsn-bootstrap3.jsn-pagebuilder .nav > li > a:hover {
	background-color:#fff57e!important;}

#cont_top_p {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    width: 100%;
    margin-right: auto;
    max-width: 1238px;
}

#logo_mod {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    max-width: 366px;
}

#cont_top {
    float: right;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 100%;
    max-width: 700px;
    margin-right: 0%;
}

#top_mod {
    float: left;
    height: auto;
    margin-left: 83.801339%;
    margin-top: 0px;
    clear: none;
    width: 16.198661%;
    max-width: 700px;
}

#top_menu {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 16px;
    clear: both;
    width: 100%;
    margin-bottom: 0px;
}

#slider_mod {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 19px;
    clear: none;
    width: 100%;
    max-width: 1238px;
    margin-right: auto;
}

#user1_mod {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 25px;
    clear: none;
    width: 100%;
    max-width: 1238px;
    margin-right: auto;
}



#cont_p {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 31px;
    clear: none;
    width: 100%;
    margin-right: auto;
    max-width: 1238px;
    background-color: rgba(255, 255, 255, .5);
}

#contenedor {
    float: none;
    height: auto;
    margin: 10px auto;
    clear: none;
    width: 80%;
}

#contenedor p {
	line-height:1.6;
	margin-bottom:15px;
}

#pie {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 33px;
    clear: none;
    width: 100%;
    max-width: 1238px;
    margin-right: auto;
}

@media only screen and (max-width: 800px) {
    #cont_top {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 0px;
    }

    #logo_mod {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }
}

@media only screen and (max-width: 600px) {
    #logo_mod {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #top_mod {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 10px;
    }

    #top_menu {
        margin-top: 16px;
        margin-left: 0%;
        clear: none;
    }

    #contenedor {
        width: 95%;
    }
}

@media only screen and (max-width: 400px) {
    #logo_mod {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #top_mod {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 10px;
		width:35%;
    }

    #top_menu {
        margin-top: 16px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
        width: 95%;
    }
	
	img {
		max-width:100%;
		height:auto;}

    #contenedor {
        width: 90%;
    }
}

