﻿@charset "utf-8";
/* CSS Document */



/* Box */

.miolo{
	border:0px solid black;
	width:980px;
	height:auto;
	display:table;
	margin-top:12px;
	clear:both;

}


.boxNoticias{
	border:0px solid red;
	width:380px;
	height:auto;
	float:left;
}

.boxParticipe{
	border:0px solid red;
	width:360px;
	height:auto;
	float:left;
}

.leadNoticia{
	border:0px solid red;
	width:380px;
	height:auto;
	float:left;
	display:table;
	text-align:left;
}

.riscoleadNoticia{
	border:0px solid red;
	width:380px;
	float:left;
	text-align:left;
}





.elementoBox{
	border:0px solid black;
	height:auto;
	float:left;
}


.textoBox{
	border:0px solid black;
	width:253px;
	height:auto;
	float:left;
	text-align:left;
	margin-top:5px;
}







.btPadraoVejaMais{
	border:0px solid black;
	width:272px;
	height:25px;
	float:left;
	text-align:left;
	margin-top:5px;
}

