/* CSS Document */
/* Folha de estilos site CVL Maquinas - Ionar Rafael Michielin */

/* Estilos para componentes genericos */

html {margin:0; padding:0;}

body {
		color:#666666;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		/* height: 100%;	 */
        margin:0;
        padding:0;
        /*font: normal 12px 'Verdana', Arial, sans-serif; /* normalize font size across browsers */
		background-color:#E1E1E1;
        font: normal 14px Arial, Helvetica, sans-serif,'Helvetica Neue'; /* normalize font size across browsers */		
	}

a, a:hover, a:visited, a:focus, a:active {outline: none;}

div {outline: none;}

h1, h2, h3 {
  letter-spacing: -.05em;
    line-height:20px;
}

h1 {
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

h2 {
  color: #666666;
  font-size: 20px;
  font-weight: normal;
  margin:0;
}

h3 {
  color: #999999;
  font-size: 18px;
  font-weight: normal;
  margin:0;
}

/* Todo o site fica dentro deste box */  
#fundo_box {margin: 0 0 0 0; padding: 0; background-image:url(img/fundo.png);background-repeat:repeat-x; background-color:#FFFFFF}
#box {left: 50%; margin: 0 0 0 -390px;position:relative;width:780px;}
#rodape {margin: 0 0 0 0; width:100%; position:relative; background-image:url(img/fundo_rodape.png); background-repeat:repeat-x; background-color:#E1E1E1;}

/* Index */
#menu_lista {height: 38px;width: 600px; margin: 0; padding: 0; list-style-type: none;line-height: 0;}
.menu_item {display: inline; width: 100px; height: 38px; margin: 0; padding: 0; line-height: 0;list-style: none;float: left;}

#cab {width: 780px; height: 128px;margin: 0 0 10px 0;} /* Cabecalho do site cvl */
#corpo {margin: 0 0 10px 0;}
    #tab_slide {margin: 0 0 10px 0;}
	#tab_novidades {border-top:1px solid #A6A6A6;}
    #novidades {width: 480px;height: 451px;background-image:url(img/fundo_noticias.png);background-repeat:no-repeat;float:left; display:inline;margin: 0 0 0 0;}
        #gnoticias {text-align:justify; margin-left:20px; margin-right:20px; margin-top:50px;}
		#sep_not {margin-top:5px; margin:5px;}
		.not {font-family:"Arial";color:#333333; font-size:14px; text-align:left; margin-left:37px; text-transform:uppercase; margin-top:6px;}
		.td_not {background:url(img/chamada_not.png); background-repeat:no-repeat;}
		.texto {font-family:"Arial";color:#666666; font-size:11px; text-align:left; margin-left:2px; margin-right:2px; margin-top:8px;}
	#anima{ position:absolute; z-index:0}

    #links {width: 240px;height: 451px;float:left; display:inline;margin: 0 0 0 0;}
	
	#btn_voltar:hover{ opacity:0.5;}
	
    a.noticia
	{
	font-family:"Arial";
	font-size:14px;
	text-decoration:none;
	color:#666666;
	}	

	a.noticia:hover
	{
	font-family:"Arial";
	font-size:14px;
	text-decoration:none;
	color:#333333;
	}	
.lista_novidades
	{margin: 0; padding: 0; line-height: 15px;list-style: none;}
	
.indentado
	{
	text-align:justify;
	}    

/* Atendimento */
.label_contato {font-family:Helvetica;font-size:12px;text-decoration:none;color:#666666;margin-right:2px;margin-top:5px;margin-bottom:5px;font-weight:bold;margin-left:5px;}	
.campo_contato	{margin-bottom: 3px;height: 17px; width: 275px;font-family:Arial;font-size:12px;color:#333333;background:white url(img/fundo_contato.gif) repeat-x;visibility:visible;border:1px solid #666666;vertical-align:middle;}
.campo_textarea	{height: 105px; width: 275px;font-family:Arial;font-size:12px;color:#333333;background:white url(img/fundo_contato.gif) repeat-x;visibility:visible;border:1px solid #666666;vertical-align:middle;overflow:hidden;}
.botao   { width: 277px; height: 30px;  font-family: Arial;   font-size: 12px;   color: #FFFFFF;font-weight:bold; border: none;   background:#1260A1;    }
.msg_vermelha	{color:#FF0000;font-family:Arial;font-size:12px;}



/* Rodape cvl */
#rodape_inf {left: 50%; margin: 0 0 0 -390px;position:relative;width: 780px; height: 120px;}

