#noticia{
	margin: 4px;
	border:1px solid gray;
	font-family: tahoma;
	font-size: 11px;
	width:380px;
	float:left;
}

#noticia .n_title{
	font-weight:bold;
	font-size:11px;
	color: khaki;
	background: gray;
	border-bottom:1px solid #f1f1f1;
	padding:4px;
}

#noticia .n_cuerpo{
	padding:4px;
	text-indent: 15px;
	text-align:justify;
	border-bottom: 1px solid #f1f1f1;
}

#noticia .n_info{
	padding-left:4px;
	background: khaki;
	text-align:right;
}

#noticia .n_voto {
	padding:4px;
	text-align:right;
	color: red;
}

#noticia .n_voto select {
	font-size:9px;
	height:18px;
}

#noticia .n_voto button {
	width:80px;
	height:20px;
	font-size:9px;
}

.inputsinb {
	border:none;
	background:#D3E4EF;
	color:#666666;
	text-align:left;
}
