@charset "utf-8";
/* CSS Document */

@font-face{  
	 font-family:"Aller";
     src: url('../fonts/Aller_Rg.ttf') format('truetype');
}


@font-face{  
	 font-family:"Droid Sans";
     src: url('../fonts/DroidSans.ttf') format('truetype');
}

@font-face{
font-family: 'DroidSans-Bold'; 
src: url('../fonts/DroidSans-Bold.ttf'); font-weight: bold; format('truetype');
}

@font-face{
font-family: 'DroidSerif-Italic'; 
src: url('../fonts/DroidSerif-Italic.ttf'); font-weight: bold; format('truetype');
}

b {font-weight:bold; font-family:"DroidSans-Bold","Lucida Sans Unicode", "Lucida Grande", sans-serif;}
/*i {font-family:"DroidSerif-Italic","Lucida Sans Unicode", "Lucida Grande", sans-serif;}*/
*{ margin:0; padding:0; }
body {
	background-color:#ebecd4;
	font-family:"Droid Sans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.2em;
	color:#111;
	height:100%;
	background-image:url(../images/bg_texto.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-attachment:fixed;
}

#wrap {
	width:100%;
	min-width:970px;
	max-width:1680px;
	}

h1 {font-family:"Aller", "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:1.6em;	color:#f05649;	display:inline; margin:0 0 0 5px;}

h2 {font-size:1.3em;	color:#666;	display:inline;}

h3 {font-size:1.1em;	color:#000;	display:inline; font-weight:bold; margin:0 0 1em 0;}

h4 {font-family:"Aller", "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:1.4em; color:#f05649;	display:block; margin:1.0em 0 0 0;}

p { margin:2em 0; }

a {
	color:#f05649;
	outline:none;
	text-decoration:none;
}

a img {border:none;}

#menu {
	float:left;
	width:33%;
	min-width:300px;
	max-width:560px;
	height:100%;
	position:fixed;
	background-color:#000;
	background-image:url(../images/bg_menu.gif);
	background-position:right;
	background-repeat:repeat-y;
	padding:5px 0 0 0;
	text-align:right;
	color:#FFF;
	display:inline;
}

#dummie3 {width:67%; float:right; display:inline; text-align:center; margin:0 auto;}

#texto {
	float:right;
	width:100%;
	padding:0;
	margin:40px auto;
}

#dummie2 { width:33%; float:left; display:inline;}

li {list-style:none;  margin:0 0 0 10px; font-weight:normal;}

.clear {
	clear:both;
}

.port {
	text-align:center;
	width:100%;
	margin:0 0 80px 0;
}

.port img {
	border:1px solid #a4a583; padding:20px 20px; background-color:#FFF;
}

.copy {
	font-size:14px;
}


.curriculum ul {margin:0 0 0 50px; color:#666;}

.contato {
	margin:260px 0 150px 0;
	text-align:right;
	width:70%;
}

.contato img {
	border:0;
}

.info {
	/*background-image:url(../images/bg_legend.jpg);
	background-position:top;
	background-attachment:fixed;*/
	font-size:0.6em;
	color:#666;
	background-color:#e2e3ca;
	width:570px;
	border-style:dashed;
	border-color:#f05649;
	border-width:1px;
	padding:10px;
	margin:5px auto;
	text-align:left;
}

.link a {
	text-decoration:none;
}

.link a:hover {
	text-decoration:underline;
}

.link {
	margin:30px 0 0 0;
}

.link img { margin:0 10px 0 0; padding:0;}

#dummie { width:100%; float:left; display:block; margin:10px 0 15px 0; }

a .info_right_branca {
	float:right;
	width:11%;
	border-style:dashed;
	border-color:#666;
	border-width:1px;
	color:#fff;
	text-align:center;
	margin:-25px 0 0 0;
	background-color:#FFF;
	font-size:1.1em;
	color:#666;
	/*padding:0 0 3px 0;*/
}

a:hover .info_right_branca {
		border-style:dashed;
		border-color:#fff;
		border-width:1px;
	color:#f05649;
}

.info_right_branca img {
	margin:0 auto;
	padding:0;
	border:0;
}

.info_right {
	float:right;
	width:11%;
	border-style:dashed;
	border-color:#ebecd4;
	border-width:1px;
	padding:4px;
	color:#fff;
	text-align:center;
	margin:-67px 0 0 0;
}

a .info_right {
	background-color:#f05649;
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
}

a:hover .info_right {
	background-color:#aeaf98;
	border-color:#000;
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

.info_left {

	width:89%;
}


.curriculum {
	margin:0 auto;
	text-align:left;
	width:80%;
	line-height:1.7em;
}

.info_cur {
	color:#333;
	float:left;
	width:85%;
	border-style:dashed;
	border-color:#f05649;
	border-width:1px;
	margin:15px 0;
	text-align:left;
	font-size:0.8em;
	padding:10px 80px 10px 20px;
}

.info_cur2 {
	color:#333;
	float:left;
	border-style:dashed;
	border-color:#f05649;
	border-width:1px;
	margin:0 auto;
	padding:20px;
	width:450px;
}

.info_cur a{color:#f05649; text-decoration:none;}

.info_cur a:hover {
	color:#f05649;
	text-decoration:underline;
}

.form {width:70%; height:550px; background-color:#999; margin:0 auto; text-align:center;}

#divisor_down {
	padding:25px 55px;
	line-height:18px;
	background-image:url(../images/divisor_down.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
}


#divisor_down div {
	margin:0 auto;
	float:left;
	padding:10px 5px;
	width:100px;
	font-size:12px;
}

.destaque {
	color:#f05649;
	font-size:1.0em;
	text-transform:uppercase;
	font-weight:bold;
}

input {
	width:380px;
	font-size:1em;
	padding:0.5em;
	font-weight:normal;
}

textarea {
	width:380px;
	font-size:1em;
	padding:0.5em;
	font-family:"Droid Sans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
}

.error {
	font-size:0.8em;
	color:#f05649;
}

#btnSend {
	background-color:#f05649;
	border:1px dashed #333;
	color:#fff;
	font-weight:bold;
	padding:0.5em;
	width:120px;
	cursor:pointer;
	font-size:0.8em;
}

#btnClear {
	background-color:#f9f9f9;
	border:1px dashed #333;
	color:#333;
	font-weight:bold;
	padding:0.5em;
	width:120px;
	cursor:pointer;
	font-size:0.8em;
}
