body {
font-size: 12px;
margin: 0px;
text-align: center;
color: #5e5e5e;
font-family: Arial, Helvetica, sans-serif;
background: #560202;
}

#header{
width:850px;
height: 100px;
background-image: url(images/logo.gif);
background-repeat: no-repeat;
text-align: center;
}


#wrap{
width:850px;
margin: auto;
background: none;
padding: 0px;
background-color: #080f32;
}

.thumb{
border: none;
overflow: hidden;
}

.thumb img{
	border: none;
	width: 160px;
	height: 120px;
	margin-top: 0px;
	margin-left: 0px;
}
.titulo{
	color: red;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	overflow: hidden;
	text-align: left;
	margin-left: 20px;
}
td a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}


