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


/* Reset part ----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------------------------*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F0F0FF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #808080;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
	padding:0px 0px 5px 0px;
} 

#headercontainer { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url("fundo_titulo1.jpg");
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #808080;
	padding:10px 10px 10px 10px;
	text-align: center;
	color:#ffffff;
}

.titulo1_tlml {
padding:10px;
text-align:right;
font-size:16px;
font-weight: bold;
color: #30c030;
}

.titulo1 {
padding:10px;
font-weight: bold;
font-size: 40px;
color:#30c030;

}

.titulo2 {
font-weight: bold;
font-size: 16px;
}



#maincontent {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ccccdc;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:center;
	line-height:160%;
} 

.coluna1 {
	float: left; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:10px;
	/*padding: 5px;  padding keeps the content of the div away from the edges */
	border: 2px solid #808080;
}

.coluna2 {
	float: left;
	width:595px;
	margin: 20px auto;
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: justify;
	font-size: 16px;
	background: #ccccdc;
	line-height:160%;
} 

.caixa1 {
	float: left;
	width:495px;
	margin: 50px 50px; 
	padding: 15px 10px; 
	text-align: center;
	background:#ec7c7c;
	font-size: 18px;
	font-weight: bold;
	line-height:160%;
} 



.titulo3{
font-size:20px;
}



#videop {
	float:left;
	width: 500px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 10px 230px 10px 230px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	/*background:#FFFFFF;*/
} 



#textfooter{
	margin: 10px; 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c0c0ff;
	padding:20px;
	font-size: 13px;
	text-align:justify;
	line-height:160%;
} 

#textright{
text-align:right;
}

#bottom{
margin: 0px auto;
width:960px;
padding:5px 10px 40px 10px;
background:#ffffff;
}

#direitos{
float:right;
}

.direitos2{
text-align:right;
font-size:10px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




