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


/* GERAL */

ul{ margin:0; padding:0;}
img{border:0; }
div#holder{ background: url(../img/bg-menu.png) repeat-x; min-height:429px; min-width: 1020px; }
.botoes{ margin:20px 0 10px 0; width:120px; height:30px;}
.opacidade90{ -moz-opacity:.90; -ms-filter:”alpha(opacity=90)”; filter:alpha(opacity=90); opacity:.90; }
input{ padding:2px 0 2px 5px; height:19px; background:#E6E6E6; border:#D6D6D6 solid 1px; }
textarea{ resize:none;}

/*Resolve problemas de flutuação de objetos */
div#holder div.clear { clear: both; }

/* GERAL */


/*CARROUSEL */

div#mediabox{ height:380px; margin-top:0px; }

div#carrouselholder{
	width:100%;
	height:380px;
	position:absolute;
	overflow: hidden;
	align:center;
}
		div#carrouselholder a#right{ display:block; position:absolute; right:0; width:39px; height:89px; background: url(../img/media-box/seta-direita.png) no-repeat; margin:160px 10px 0 0; z-index:15;}
		div#carrouselholder a#left{ display:block; position:absolute; left:0; width:39px; height:89px; background: url(../img/media-box/seta-esquerda.png) no-repeat; margin:160px 0 0 10px; z-index:15;}
	
	.carrousel{ width:5000px; height:380px; position:absolute;}
	.carrousel a{ display:inline-block; float:left;}
		.carrousel div#box-trans{width:400px; height:380px; position:absolute; background:url(../img/media-box/sombra-box.png) repeat;}
		
/*	div#carrousel{ width:5000px; height:310px; position:absolute;}
	div#carrousel a{ display:inline-block; float:left;}
		div#carrousel div#box-trans{width:500px; height:310px; position:absolute; background:url(../img/media-box/sombra-box.png) repeat;}*/
			div#box-trans div#textbox{  float:right; margin:18px 12px; width:300px; height:300px;}
				div#textbox span#titulobox{display:block; text-align:left; font-size:1.8em; font-weight:600; color:#FFFFFF; width:306px;}
				div#textbox span#msgbox{display:block; text-align:justify; font-size:1.6em; color:#2de2d5; font-weight:normal; margin:20px 0 0 0; width:265px;}
				div#textbox a#botaocar{ background: url(../img/media-box/leia-mais-normal.png) no-repeat; display:block; float:left;}
				div#textbox a#botaocar:hover{ background: url(../img/media-box/leia-mais-hover.png) no-repeat; float:left;}

/* CARROUSEL */