@charset "utf-8";
/* CSS Document */
.votacion_mensaje{
	background:url(../img/interfaz/bkg_votacion_mensaje.png) no-repeat;
	width:294px;
	height:225px;
	overflow:hidden;
}
.votacion_mensaje div{
	width:280px;
	height:115px;
	margin:0 auto;
	margin-top:38px;
	overflow:hidden;
}
.votacion_mensaje div p{
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

