.noticia {
   padding:10px;
   width: 900px;
   border-radius: 5px;
   box-shadow: 0px 1px 5px #333;
   margin-top: 20px;
   margin-left: 5px;
}

.titulo{
	color: #333;
	text-transform: uppercase;
}

.texto{
   color: #000;
   font-family: 'Roboto Condensed Light', sans-serif;
   padding-left: 15px;
   padding-right: 15px;
   
}

.data{
	font-weight:normal;
	color: #222;
	font-size: 10px;
	margin-bottom: 0px;
}

.separador{
	margin-top: -15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}

/*MOBILE */
.noticia_mobile {
   padding:10px;
   width: 300px;
   border-radius: 5px;
   box-shadow: 0px 1px 5px #333;
   margin-top: 20px;
   margin-left: 5px;
}

.titulo_mobile {
	color: #333;
	text-transform: uppercase;
}

.texto_mobile {
   color: #000;
   font-family: 'Roboto Condensed Light', sans-serif;
   padding-left: 15px;
   padding-right: 15px;
   
}

.data_mobile {
	font-weight:normal;
	color: #222;
	font-size: 10px;
	margin-bottom: 0px;
}

.separador_mobile {
	margin-top: -15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}


/* INDEX */
.noticia_index {
   padding:10px;
   width: 910px;
   border-radius: 5px;
   box-shadow: 0px 1px 5px #333;
   margin-top: 20px;
   margin-left:5px;
   margin-bottom: 5px;
}

.titulo_index{
	color: #333;
	text-transform: uppercase;
}

.texto_index{
   color: #000;
   font-family: 'Roboto Condensed Light', sans-serif;
   padding-left: 15px;
   padding-right: 15px;
   
}

.data_index{
	font-weight:normal;
	color: #222;
	font-size: 10px;
	margin-bottom: 0px;
}

.separador_index{
	margin-top: -15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}

/* MOBILE */
.noticia_index_mobile {
   padding:10px;
   width: 328px;
   border-radius: 5px;
   box-shadow: 0px 1px 5px #333;
   margin-top: 20px;
   margin-left:5px;
   margin-bottom: 5px;
}

.titulo_index_mobile {
	color: #333;
	text-transform: uppercase;
}

.texto_index_mobile {
   color: #000;
   font-family: 'Roboto Condensed Light', sans-serif;
   padding-left: 15px;
   padding-right: 15px;
   
}

.data_index_mobile {
	font-weight:normal;
	color: #222;
	font-size: 10px;
	margin-bottom: 0px;
}

.separador_index_mobile {
	margin-top: -15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}