/**
	Projeto - (Techware) v: 0.1
	Developer(s):
		+ Diogo Silva (diogosilvaferreira@gmail.com)
*/

body {
	overflow: auto;
	background: #fff url(../img/cases/bg-cases.jpg) no-repeat center bottom;
}

#container			{ color: #636363; }
h2.tit-glossario	{ margin: 0 0 57px 0; }

.letras {
	width: 860px;
	float: left;
	padding: 0 0 50px 0;
}

.letras li,.letras li a {
	display: block; overflow: hidden;
	font-size: 20px;
	width: 33px;
	height: 33px;
	text-align: center;
	font-weight: bold;
}

.letras li a	{ text-decoration: none; }
.letras li		{ float: left; }

.letras li a:hover,.letras li:hover,
.letras li.ativo,.letras li.ativo a,
.letras li a.ativo{
	background: url(../img/glossario/bg-hover-letras.png) no-repeat;
	width: 33px;
	height: 33px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

.center-news {
	width: 860px;
	float: left;
	padding-bottom: 180px;
}

.center-news h5 {
	font-size: 9px;	
	color: #252525;
	font-weight: normal;
	text-align: right;
}

.center-news ul li { float: left; }
.center-news h4 { margin: 40px 0 7px 0; }

.center-news ul {
	float: right;
	margin: 6px 0 0 0;
}

.kit-size {
	width: 100%;
	float: left;
}

.center-news h3 {	
	font: 17px Arial,Tahoma,Sans-serif;
	color: #b4b4b4;
	padding: 4px;
	margin: 33px 0 33px 0;	
	width: 100%;
}

.center-news h3 span {
	background: #252525;	
	width: 100%;
	overflow: hidden;
	padding: 4px 10px 4px 4px !important; 
}

.center-news p {
	width: 571px;
	line-height: 20px;
}

.center-news ul li.size-more a:hover,.center-news ul li.size-more:hover {
	background-position: 0 -30px;
}
.center-news ul li.size-less a:hover,.center-news ul li.size-less:hover {
	background-position: 0 -30px;
}
