/* ESTILOS PROPIOS DEL CONTENIDO: Generales --------------------------- */

.mod_title {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #4B9451;
	border: 2px dotted #4B9451;
	text-align: center;
}

.mod_buscador {
	background-color: #000;
}

.mod_status_1 {
	font-size: 10px;
	text-align: center;
	background-color: #eee;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

.mod_status_2 {
	font-size: 10px;
	text-align: center;
	background-color: #eee;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Propias --------------------------- */

.mod_poll_macro {
	width: 50%;
	margin: auto;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #4B9451;
}

.mod_poll_title {
	padding: 5px;
	background-color: #4B9451;
}

.mod_poll_title a{
	color: #FFF;
}

.mod_poll_title a:hover{
	color: #000;
}

.mod_poll_resume {
	padding: 5px;
	font-size: 10px;
}

.mod_poll_actions {
	padding: 5px;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #4B9451;
}

.mod_poll_total {
	clear: both;
	margin-top: 10px;
	padding: 5px;
	border-top: 1px solid #4B9451;
	border-bottom: 1px solid #4B9451;
	text-align: center;
	background-color: #A5C9A8;
	color: #4B9451;
	font-size: 13px;
	font-weight: bold;
}

.poll_row {
  	clear: both;
  	padding-top: 5px;
  }
  
.poll_concept {
	width: 180px;
  	float: left;
	font-size: 11px;
	text-align: right;
	margin-right: 5px;
  }
  
.poll_form {
  	float: left;
	text-align: left;
  }
