@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
    height: 100%;
}

div#wrapper {
    width: 100%;
    height: 100%;
}

div#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 23.53%;
    height: 100%;
}

div#menu img {
    width: 100%;
    height: 100%;
}


div#login {
    position: absolute;
    top: 50%;
    left: 0;
    width: 99%;
    height: 42%;
    z-index: 10;
    background-color: #1e262c;
}


div#login form {
    margin-top: 10%;
    width: 100%;
}


div#login form fieldset {
    margin: .6em;
    text-align: center;
    width: 100%;
}

div#login form fieldset input[type="text"],
div#login form fieldset input[type="password"] {
    width: 80%;
    height: 1.6em;
    border-radius: .6em;
    padding: .4em;
}


div#login form fieldset input[type="submit"] {
    background-color: #f56c2d;
    color: #fff;
    padding: .3em;
    height: 2em;
    border-radius: .6em;
}

div#login div#aviso {
    margin-top: 5%;
    color: #f00;
    text-align: center;
}


main {
    position: absolute;
    width: 76.47%;
    height: 100%;
    top: 0;
    right: 0;
}

main div,
main img {
    width: 100%;
    z-index: 1;
}


main div {
    height: 100%;
}


main img,
div#carousel-cont {
    position: absolute;
    top: 0;
}


main img {
    z-index: 1;
}


div#carousel-cont {
    z-index: 5;
    background-color: #fff;
    height: 78%;
}

#idx-carousel ol {
    z-index: 6 !important;
}

#idx-carousel ol li {
    border: 1px solid #000;
    width: 6px;
    height: 6px;
    border-radius: 3px;
}

#idx-carousel ol li.active {
    border: 0;
    width: 12px;
    height: 12px;
    margin-top: -2px;
    border-radius: 6px;
    background-color: #f56c2d;
}
