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

@import url(http://fonts.googleapis.com/css?family=Gentium+Book+Basic);
@font-face{
	font-family:"ITC Kristen W01 Normal";
	src:url("http://fast.fonts.net/dv2/2/ec0b1e73-f95c-421b-93bf-987b3576e7d7.eot?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectid=74f39a9d-a5dc-405f-9690-1c1fd4590ae4");
	src:url("http://fast.fonts.net/dv2/2/ec0b1e73-f95c-421b-93bf-987b3576e7d7.eot?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectid=74f39a9d-a5dc-405f-9690-1c1fd4590ae4#iefix") format("embedded-opentype"),url("http://fast.fonts.net/dv2/14/4d78d6d3-194f-40a9-8ba6-4b0a5df8535e.woff2?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectid=74f39a9d-a5dc-405f-9690-1c1fd4590ae4") format("woff2"),url("http://fast.fonts.net/dv2/3/05f5c829-9bc4-421c-a96b-e3ea747b9371.woff?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectid=74f39a9d-a5dc-405f-9690-1c1fd4590ae4") format("woff"),url("http://fast.fonts.net/dv2/1/b00cf359-0d60-4edd-8e57-874939edf13e.ttf?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectid=74f39a9d-a5dc-405f-9690-1c1fd4590ae4") format("truetype"),url("http://fast.fonts.net/dv2/11/ce807fbd-3a5b-4bfd-a82f-5660dc1de594.svg?d44f19a684109620e484147fa790e81859e92aaaea3d337f84586d5df8888fe5455f55e0f83ed0be044ddfaa95e824a4b1318d5b552aaa24a44025e9&projectid=74f39a9d-a5dc-405f-9690-1c1fd4590ae4#ce807fbd-3a5b-4bfd-a82f-5660dc1de594") format("svg");
}



body, html {
    height:100%;
    background:#E4E4E4;
}
body {
    margin:0;
    padding:0;
    color:#fff;
    font-family:sans-serif;
}

#main-container {
    width:100%;
    height:60%;
    background-image:url(../images/capa-liminha.gif);
    background-size:cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    display:block;
}
#title {
    background:#fff;
    width:98%;
    padding:70px 10px;
    overflow: hidden;
}
    #title img {
        max-width:90%;
        height:auto;
        display: block;
        margin:0 auto;
        padding:0 20px 0 20px;
        float:none;
    }

#mediabox, #mediabox ul {
    width:100%;
    overflow: hidden;
    margin:0;
    padding:0;
    position: top;
	size: cover;
    background:#000;
}
    #mediabox ul li {
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 0;
        background-position: top;
        background-size: cover;
        background-color:#ccc;
        display:none;
        z-index:10;
    }


#controller {
    width:65%;
    height:50px;
    background:#fff;
    position: absolute;
    left:50px;
    bottom:50px;
    z-index:100;
    overflow: hidden;
}
    #controller a {
        width:10%;
        height:40px;
        overflow: hidden;
        display: block;
        text-align: center;
        line-height: 40px;
        position: absolute;
        z-index:200;
        font-size:20px;
        color:#000;
        text-decoration: none;
    }
        #controller a.previous {
            left:10px;
            top:5px;
        }
        #controller a.next {
            top:5px;
            right:10px;
        }
        #controller .text {
            height:40px;
            line-height: 50px;
            text-align: center;
            color:#000;
        }
		
#container {
    background:#E4E4E4;
	width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding:20px;	
}

#col1 {
	padding: 20px 20px 20px 20px ;
}

#col2 {
	padding: 20px 20px 20px 20px ;
}

h2 {
	font-family: 'ITCKristenW01-NotSoNorm', sans-serif;
}

h4 {
	font-family: 'Gentium Book Basic', serif;
	text-align: justify;
    font-size: 24px
}

audio {
	width: 100%;
}

video {
	width: 100%;
}

#title2 {
    background:#fff;
    width:100%;
    padding:70px 10px;
    overflow: hidden;
}
    #title2 img {
        max-width:90%;
        height:auto;
        display: block;
        margin:0 auto;
        padding:0 20px 0 20px;
        float:none;
    }
	
#footer {
    background:#fff;
	width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding:20px;	
}
    #footer img {
        width=50%;
        height:auto;
        display: block;
        margin:0 auto;
        padding:0 20px 0 20px;
        float:none;
	}

	#footer .p .h5 .ul .li{
		font-family: 'Gentium Book Basic', serif;
		text-align: justify;
		font-size: 14px;
		text-decoration:none
	}
