select {
	width: 220px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
p {margin: 0 0 10px;}
.itens-list.rasg {
	border-bottom: 1px dotted #DDD;
	padding-top: 5px;
	display: block;
	padding-bottom: 5px;
}
.itens-list.rasg p {
	color: #787878;
}
.caixa_corte {
	width: 526px;
	height: 296px;
	overflow:hidden;
	text-align: center;
}
.caixa_corte img {
	width: auto;
	height: 296px;
}
img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.noticias-twitter {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}

.box_noticia{
	padding-right: 10px;
}
.box_noticia p{
  border-bottom: 3px solid #3AC1CB; /*Festival de cinema 2015*/
}
.voltar-topo{
	text-align: right;
}
.icon-tr{float: left; margin-right: 10px;}
#lista-noticias{
  margin-top: 15px;
  max-height: 400px;
  overflow-y: scroll;
}
/*Butons*/
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #7f3f96;
    border-radius: 4px;
    color: #7f3f96;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 0;
    text-align: center;
    transition: box-shadow 0.1s linear 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.box-titulo-roxo{
    border-top: 3px solid #7f3f96;
    padding-bottom: 20px;
}