@font-face {
    font-family: 'MyUnderwoodRegular';
    src: url('MyUnderwood-webfont.eot');
    src: url('MyUnderwood-webfont.eot?#iefix') format('embedded-opentype'),
         url('MyUnderwood-webfont.woff') format('woff'),
         url('MyUnderwood-webfont.ttf') format('truetype'),
         url('MyUnderwood-webfont.svg#MyUnderwoodRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SwissCondensed';
    src: url('swz721lc.eot');
    src: url('swz721lc.eot?#iefix') format('embedded-opentype'),
         url('swz721lc.woff') format('woff'),
         url('swz721lc.ttf') format('truetype'),
         url('swz721lc.svg#SwissCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EraseDust';
    src: url('EraseDusteot');
    src: url('EraseDust.eot?#iefix') format('embedded-opentype'),
         url('EraseDust.woff') format('woff'),
         url('EraseDust.ttf') format('truetype'),
         url('EraseDust.svg#EraseDust') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "Helvetica", "Arial",  "Verdana", "sans-serif";
    margin:0;
    padding:0;
    background-image: url('../imagens/background.jpg');
}

#mainBody{
    margin:auto;
    width:1000px;
}

#titulo {
    position: relative;
    float:left;
    top:10px;
    width: 378px;
}

#texto {
    margin-top: 10px;
    height: 150px;
    line-height:140%;
    z-index:100000;
}

#menu {
    position:absolute;
    top:500px;
    float:left;
    left:20px;
    z-index:2000;    
}

#banners {
    -moz-box-shadow: 5px 5px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 2px rgba(0,0,0,0.3);
}

.image_carousel {
    padding: 0px;
}
.image_carousel img {
    display: block;
    float: left;
}

@-moz-keyframes bounceRotate {
from { 
	-webkit-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-o-transform:rotate(-2deg);
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
	-ms-transform:rotate(-2deg);
}
to {
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-o-transform:rotate(2deg);
	/* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1.5); */
	-ms-transform:rotate(2deg);
}
}

@-webkit-keyframes bounceRotate {
from { rotation:-2deg;-webkit-rotation:-2deg;}
to {rotation:2deg;-webkit-rotation:2deg;}
}

.bounceRotateRule {
	animation:bounceRotate alternate ease-in-out infinite 5s;
	-webkit-animation:bounceRotate alternate ease-in-out infinite 5s;
	-moz-animation:bounceRotate alternate ease-in-out infinite 5s;
	
}

.swiss {
    font-family: "SwissCondensed";
}

.tit {
    font-size: 12px;
    color: #FFF;
    text-align: justify;
}

.aviso {
    position:absolute;right:0;bottom:0;border:0;z-index:9999;height:95px;width:150px;background-image:url(../imagens/aviso.png);
}
.avisohover {
    position:absolute;right:0;bottom:0;border:0;z-index:9999;height:113px;width:150px;background-image:url(../imagens/aviso.png);
}

ul {
    margin:0px;
    padding:0px;
}

li {
    background-image: url(../imagens/bullet.png);
    background-position: center left;
    background-repeat: no-repeat;
    line-height: 150%;
    padding-left: 35px;
    list-style: none;
}










