.momo-newsletter #cabecera_preferencias{
	
	float:left;
	width:100%;
	text-align: center;
	
}
.momo-newsletter #cabecera_preferencias h3{
	margin-bottom: 0px;
	}


.momo-newsletter #preguntas_preferencias{
	float:left;
	width:100%;
	
}

.momo-newsletter #listado_preferencias{
	float:left;
	width:100%;
	margin-top:50px;
}



.momo-newsletter .pregunta_preferencia{
	
	float:left;
	width:40%;
	border-top:1px solid #E0E0E0;
	background-color: #F7F7F7;
	margin-right: 10px;
	padding:10px;
	min-height: 30px;
	margin-left:10px;
}

.momo-newsletter .submit_preguntas_preferencias{
	float:left;
	width:100%;
	text-align: right;
}
.momo-newsletter .submit_result{
	
	background-color: #FBF7E2;
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	display:none;
	
	
}

.momo-newsletter .submit_result span{
	padding:10px;
	float:left;
}

.momo-newsletter .three{
	width:30.3%;	
}

.momo-newsletter .three li{
	
	border-top:1px solid #E0E0E0;
	list-style:none;
	padding:15px 10px;
	position:relative;
	
}

.momo-newsletter .three li:nth-child(2n){
	background-color: #F7F7F7;
}

.momo-newsletter .columna{
	float: left;
	min-height: 1px;
	padding:0 10px;
	margin-left:0px !important;
	
}
.momo-newsletter .birrete .imagen_opcion{
	
	float:left;
	width:20px;
	height: 20px;
	margin-top:4px;
	margin-left:4px;
	
}

.momo-newsletter .birrete .no_seleccionado{

	background-image: url('../images/quizas.png');
}

.momo-newsletter .birrete .no_seleccionado:hover{

	background-image: url('../images/si.png');
}

.momo-newsletter .birrete .seleccionado{

	background-image: url('../images/si.png');
}

.momo-newsletter .birrete .seleccionado:hover{

	background-image: url('../images/no.png');
}


.momo-newsletter .birrete .anulada{

	background-image: url('../images/no.png');
}

.momo-newsletter .birrete .anulada:hover{

	background-image: url('../images/si.png');
}


.momo-newsletter .birrete{
	
    background: -moz-linear-gradient(center top , #EFEFEF 0px, #CDCDCD 100%) repeat scroll 0 0 #DEDEDE;
    border: 1px solid #ABABAB;
    border-radius: 4px;
    color: #A0A0A0;
    cursor: pointer;
    font-size: 1.25em;
    height: 30px;
    padding-top: 4px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
    
	
}

.momo-newsletter #listado_preferencias .cabecera_listados{
	
	float:left;
	width:100%;
	
}


@media only screen and (max-width: 700px) {
	.momo-newsletter .three{
		width:90%;	
	}

}
