@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;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; } 

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


#menuprincipal { 
	width: 85%;
	background:#d090e0;
	text-align: center;
	margin: 10px auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 13px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#navlist a:link { color: #f0f0f0; text-decoration: none; }
#navlist a:visited { color: #f0f0f0; text-decoration: none; } 

#navlist li
{
display: inline;
list-style-type: none;
font-size:16px;
padding: 5px 10px 5px 10px;
background: #505050;

}

#navlist li:hover
{
background: #ff0000;
}


#navlist li a:hover
{
font-weight: bold; 
}


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

#container_boasvindas{
margin:10px;
padding:10px 100px;
font-size:13px;
line-height:150%;
}

.container_quemsomos{
padding:10px 5px;
font-size:13px;
background:#f0f0a0;
line-height:150%;
}

.container_servicos{
padding:10px 5px;
font-size:13px;
background:#f0f0a0;
line-height:150%;
}

.container_equipamento{
padding:10px 0px;
font-size:13px;
background:#c0f0f0;
line-height:150%;
}

.titulo{
font-weight: bold;
}

.titulo_servicos, .titulo_servicos p{
font-weight: bold;
font-size: 16px;
}

.corpo{
text-align:justify;
}

.instrumentos_foto {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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 */
	background: #4080f0; /* the background color will be displayed for the length of the content in the column, but no further */
	/*border: 1px solid #777777;*/
	padding: 10px 20px; /* padding keeps the content of the div away from the edges */
}

.instrumentos_titulo {
	float: left; /* since this element is floated, a width must be given */
	width: 760px; /* 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 */
	background: #4080f0; /* the background color will be displayed for the length of the content in the column, but no further */
	/*border: 1px solid #777777;*/
	padding: 51px 10px; /* padding keeps the content of the div away from the edges */
        text-align:left;
}

.instrumentos_solo {
	float:left; /* since this element is floated, a width must be given */
	width: 470px; /* 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 */
	background: #f0f0f0; /* the background color will be displayed for the length of the content in the column, but no further */
	/*border: 1px solid #777777;*/
	padding: 10px; /* padding keeps the content of the div away from the edges */
}


.index_servicos{
font-weight: bold;
text-align:left;
}

.oferta_servicos {
	float: left; /* since this element is floated, a width must be given */
	width: 470px; /* 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 */
	background: #c0f0f0; /* the background color will be displayed for the length of the content in the column, but no further */
	/*border: 1px solid #777777;*/
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}



#video1{
float:left;
padding:5px;
}

.fotos1 {
	float: left; /* since this element is floated, a width must be given */
	width: 460px; /* 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 */
	height: 460px;
	padding: 5px; /* padding keeps the content of the div away from the edges */
}


.bottom{
	float: left; /* since this element is floated, a width must be given */
	width: 470px; /* 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 */
	padding: 10px
}



.visitas {
	float:left;
	width:150px;
	padding:3px 0;
	color: #000000;
	font-weight: bold;
	font-size:12px;
}

.contactos {
	float:right;
	width:400px;
	padding:10px;
	color: #000000;
	font-weight: bold;
	font-size:12px;
}

.auplayer{

padding:8px 80px;

}

.direitos {
	text-align:right;
	font-size:10px;
	padding:5px;
}


.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;
}



/*nao necessario*/


#headercontainer { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#logotipo {
	float: left; /* since this element is floated, a width must be given */
	height: 75px; /* 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 */
	padding: 15px;
	margin-left:15px;
}

.slideshow{
	float: right; /* since this element is floated, a width must be given */
	height: 100px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 5px 0 5px 10px;
}


#container_contactos { 
	/*border: 1px solid #505050;*/
	font-size:18px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px 60px;
	height:300px;
}

.contact_col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 70px; /* 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 */
	padding: 15px; /* (top-right bottom left) padding keeps the content of the div away from the edges */
	text-align:center;
	font-size:14px;
	vertical-align:middle;
}

.contact_col2 {
	float: left; /* since this element is floated, a width must be given */
	width: 400px; /* 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 */
	padding: 15px; /* (top-right bottom left) padding keeps the content of the div away from the edges */
	font-size:14px;
	vertical-align:middle;
}



#imgfooter {
	margin: 10px auto; /*the auto margins (in conjunction with a width) center the page */
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*padding: 10px 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	background:#FFFFFF;
} 

#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	background:#BBBBBB;
} 
