* {margin:0; padding:0;}

body {
	text-align:center;
	color: #373737;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	margin-bottom: 16px;
	margin-top: 12px;
}

p {
	line-height:180%;
	margin:0px 0px 20px 0px;
}

ul {
	list-style-type: none
}

a {
	outline:none; 
	text-decoration: none;
	color: #222222;
}

a:hover {
	color: #E2441E;
	text-decoration: none;
}

/* Manchetes em Destaque
--------------------------- */

#manchete_not a:hover {
border-bottom: 1px solid #08629A;
}

#manchete_col a:hover {
border-bottom: 1px solid #08629A;
}

#manchete_esp a:hover {
border-bottom: 1px solid #597800;
}

#manchete_bel a:hover {
border-bottom: 1px solid #FF3769;
}

#manchete_ent a:hover {
border-bottom: 1px solid #FF8C00;
}

#manchete_pro a:hover {
border-bottom: 1px solid #7A519C;
}

#manchete_cla a:hover {
border-bottom: 1px solid #06AEFF;
}

#manchete_his a:hover {
border-bottom: 1px solid #E2441E;
}

#imagem_not :hover{
        border: 3px solid #08629A;
        margin: -3px;
		float: left;
		overflow: hidden;
}

#imagem_esp :hover{
        border: 3px solid #597800;
        margin: -3px;
		float: left;
		overflow: hidden;
}

#imagem_bel :hover{
        border: 3px solid #FF3769;
        margin: -3px;
		float: left;
		overflow: hidden;
}

#imagem_ent :hover{
        border: 3px solid #FF8C00;
        margin: -3px;
		float: left;
		overflow: hidden;
}

#imagem_pro :hover{
        border: 3px solid #7A519C;
        margin: -3px;
		float: left;
		overflow: hidden;
}

#imagem_his :hover{
        border: 3px solid #E2441E;
        margin: -3px;
		float: left;
		overflow: hidden;
}

#imagem_cla :hover{
        border: 3px solid #06AEFF;
        margin: -3px;
		float: left;
		overflow: hidden;
}