@charset "utf-8";
/* CSS Document */


/**** Left Side Contents ****/


.imgLink {	text-decoration:none; color:#707173; font-weight:bold; background: #555555; }
.imgLink:hover{background:#f15922;}

/* Separação dos titles */
#leftSide .contents .separacao{
	  border-top: 1px solid #acacac;
      border-bottom: 1px solid #ffffff;
	  background-color:#0F0;
	  font-size:0px;
	  margin-top:5px;
	  margin-bottom:10px;
}

/* Separação entre blocos de informação*/
#leftSide .contents .separacaoEnd{
	  border-top: 1px solid #acacac;
	  border-bottom: 1px solid #ffffff;
	 /* background-color:#0F0;*/
	  font-size:0px;
	  margin-top:8px;
	  margin-bottom:20px;
}


/* Separação entre informação*/
#leftSide .contents .space{
	  padding-top:14px;
}

#leftSide .contents  .titles{
	/*text-shadow: 20px -20px lime;*/
}



/* Videoteca */

#videoBox{
	height:60px;
	width:225px;
	background-color:#FFF;
	border: 1px solid #d2d2d1;
	font-size:10px;	
/*display:inline-block;*/
}


#videoBoxArrow{
	height:60px;
	width:15px;
	background: url(/fatomipe/imsite/bkgs/videoArrow.png) left top repeat-x;
}



/* Para as imagens thums*/ 
#videoBox .divThumbImg {
	margin: 0px 5px 0 4px;

	/*
	margin: 4px 5px 5px 4px;
	float: left;
	overflow: hidden;
	*/

}

#videoBox .divThumbImg img {
	width:75px;
	height:51px;
	/*float: left;*/
	border:	1px solid #d2d2d1;
}

/* Fim do Left Side Contents*/ 

.news{
	text-align:justify;
	line-height:130%;
}

.news .titles{
	color:#f15922;
	font-size:20px;
	font-weight:bold;
	padding-bottom:12px;
}

.news .subTitles{
	color:#f15922;
	font-weight:bold;
}

.news .created{
	padding-bottom:10px;
}



/* Para as imagens grandes - textso em geral*/ 
.news .divImg {
	padding-top:20px;
}

.news .divImg img {
	max-width:647px;/*650px;*/
	/*max-height:200px;*/
	border:	3px solid #d2d2d1;
}


/* Para as imagens grandes - na empresa*/ 
.news .divImgEmpresa {
	padding-top:20px;
}

.news .divImgEmpresa img {
	max-width:647px;/*650px;*/
	/*max-height:200px;*/
	border:none;
}



/* Para as imagens grandes - noticias*/ 
.news .divNewsImg {
	/*width: 48%;*/
	margin: 0 15px 15px 0;
	float: left;
	overflow: hidden;
}

.news .divNewsImg img {
	max-width:250px;
	max-height:200px;
	float: left;
	border:	3px solid #d2d2d1;
}

/* Para as imagens thumbs - noticias*/ 
.news .divNewsThumbImg {
	margin: 0 5px 5px 0;
	float: left;
	overflow: hidden;

}
.news .divNewsThumbImg img {
	max-width:70px;
	max-height:70px;
	float: left;
	border:	1px solid #d2d2d1;
}


.news .lineBreak{
	border-bottom:1px solid #d2d2d1;
}



/* Para a home - novidades highlights*/

/* Para as imagens grandes - textso em geral*/ 
.news .divHighlightsImg {
	padding-top:5px;
}

.news .divHighlightsImg img {
	max-width:647px;/*650px;*/
	/*max-height:200px;*/
	border:	1px solid #d2d2d1;
}



/* Newsletter */
.newsletter .title{
	background: url(/fatomipe/imsite/titles/subscreverNewsletter.png) left top no-repeat;
	margin-bottom:5px;
	padding-bottom:5px;
}

.newsletter input[type="text"], .newsletter input[type="password"] {
	background-color:#ffffff;
	border:none;
	font-size:11px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	color:#000000;
	width:190px;
}

.newsletter input[type="button"], .newsletter input[type="submit"], .inputs input[type="reset"]{
	background-color:#ffffff;
	border:1px #ffffff solid;
	padding-left:3px;
	padding-right:3px;
	color:#202020;
	font-size:11px;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;
}


