figure.img_bg {
	overflow: hidden;
	position: relative;
	display: block;
}
figure img.img_bg {
	position: absolute;
	/* Position the image in the middle of its container. */
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	/* The following values determine the exact image behaviour. */
	/* You can simulate background-size: cover/contain/etc.
     by changing between min/max/standard width/height values.
     These values simulate background-size: cover
    */
	min-width: 100%;
	min-height: 100%;
}
ul, li {
	list-style: none;
}
* a {
	text-decoration: none;
}
.m_bottom_10 {
	margin-bottom: 10px;
}
.m_bottom_20 {
	margin-bottom: 20px;
}
.iconos {
	position: absolute;
	top: 2px;
	right: 2px;
}
main .c_w_150 .iconos {
	top: 65px;
	right: 40%;
}
main .c_w_300 .iconos {
	top: 40px;
	right: 80%;
}
/* 1.0 centrado */
.grid.c_p_10 {
	margin: 0;
}
.centrado {
	width: 990px;
}
/* donativos */
.centrado_donativos {
	width: 790px;
	text-align: left;
	background: #ffffff;
	padding: 40px 20px 0;
	box-sizing: border-box;
	float: left;
}
.tit_donativos {
	width: 100%;
	text-align: center;
	float: left;
	margin: 0 0 22px 0;
	color: #0e4f7e;
	font-size: 29px;
	font-weight: bold;
}
.tit_donativos > img {
	max-width: 100%;
}
.centrado_donativos .txt_publicidad {
	text-align: center;
	color: #000000;
}
.centrado_donativos .txt_publicidad.texto_verde {
	text-align: center;
	color: #4a773d;
}
.form_donativos {
	box-sizing: border-box;
	float: left;
	background: #fff;
	width: 100%;
	text-align: center;
}
#donativos_confirmar .form_donativos {
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	box-sizing: border-box;
}
.cab_donativos {
	float: left;
}
.cab_donativos img {
	width: 100%;
}
.tit_dona {
	font-size: 19px;
}
.tipo_dona {
	float: left;
	width: 100%;
	/*margin: 0 0 20px 0;*/
}
tipo_dona > div {}
.tipo_dona ul, .tipo_dona ul li {
	display: inline-block;
	padding: 0;
	list-style: none;
	float: left;
}
.tipo_dona ul li {
	margin: 0 10px 0 0;
}
.tipo_dona ul li.btn_dona, .tipo_dona ul li input, .emp_par li, .emp_par .btn_dona, .quiero_cer .btn_dona {
	border: 2px solid #4a4a4a;
	padding: 13px 16px 0px;
	box-sizing: border-box;
	color: #4a4a4a;
	font-weight: normal;
	font-size: 17px;
	height: 45px;
	line-height: normal;
	cursor: pointer;
}
.tit_con {
	float: left;
}
.tipo_dona ul li:first-child {}
.tipo_dona ul li.img_tarjetas {
	padding: 9px 16px 0px;
}
.tipo_dona ul li.img_banco {
	color: #0e4f7e;
	font-weight: bold;
}
.cuenta_banco .btn_dona {
	border: 2px solid #b7b7b7;
	padding: 6px 5px 0px;
	box-sizing: border-box;
	color: #b7b7b7;
	font-size: 17px;
	height: 45px;
	cursor: pointer;
	margin-bottom: 5px;
}
.cuenta_banco ul li:first-child div, .cuenta_banco ul li:nth-child(2) div {
	background: #f7d6d6;
}
.cuenta_banco ul li:first-child input:disabled {
	background: #ffffff;
}
.cuenta_banco ul li:nth-child(3) div, .cuenta_banco ul li:nth-child(4) div, .cuenta_banco ul li:nth-child(5) div, .cuenta_banco ul li:nth-child(6) div {
	background: #d6e6f7;
}
.cuenta_banco .btn_dona input {
	height: 30px;
	width: 100%;
	text-align: center;
	border-radius: 0;
}
.tarjeta_recurrente .btn_dona {
	border: 2px solid #b7b7b7;
	padding: 6px 5px 0px;
	box-sizing: border-box;
	color: #b7b7b7;
	font-size: 17px;
	height: 45px;
	cursor: pointer;
	margin-bottom: 5px;
}
.tarjeta_recurrente .btn_dona input {
	height: 30px;
	width: 100%;
	text-align: center;
}
.canti_dona li.dona_sel input {
	color: #575757;
}
.tipo_dona ul li input, .emp_par input, .campos_convocatorias input {
	color: #000;
	padding: 0;
	height: auto;
	border: 0;
	width: 124px;
	border: none !important;
}
.emp_par input, .campos_convocatorias input {
	height: 39px;
	font-size: 14px;
	width: 100%;
	padding: 0 !important;
}
.tipo_dona ul li input::placeholder, .emp_par input::placeholder, .campos_convocatorias input::placeholder {
	color: #757575;
	font-family: Arial;
}
.txt_convocatorias .tipo_dona ul li.btn_dona.img_banco {
	padding-top: 6px;
}
.calcular_pago, .calcular_pago > div {
	float: left;
}
#tipos_pagos, .emp_par {
	margin: 0;
}
.tipo_dona ul li.dona_sel, .emp_par .btn_dona.dona_sel, #quiero.dona_sel, #acepto.dona_sel {
	color: #0e4f7e;
	font-weight: normal;
	border: 0;
	background-color: #0e4f7e;
	background-image: url("../images/select.jpg");
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 13px 62px 0px 19px;
}
.forma_pago.tipo_dona ul li.dona_sel, .tipo_dona.canti_dona:not(.forma_pago) ul li:last-child.dona_sel {
	color: #fff;
	font-weight: bold;
	border: 2px solid #0e4f7e;
	background-color: #fff;
	background-image: url("../images/select2.jpg");
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 13px 62px 0px 19px;
}
.forma_pago.tipo_dona ul li.dona_sel.img_banco {
	color: #4a4a4a !important;
}
.text_legaldonativos {
	padding: 10px;
	background: #f6f6f6;
	font-size: 13px;
	color: #6b6b6b;
	box-sizing: border-box;
	margin: 10px 0 0 10px;
}
.text_legaldonativos p {
	border-left: 1px solid #d7d7d7;
	padding: 0 0 0 16px;
	box-sizing: border-box;
	line-height: 150%;
}
.text_legaldonativos p .azul {
	color: #0e4f7e;
	font-weight: bold;
}
.text_legaldonativos p .rojizo {
	color: #9a0000;
	font-weight: bold;
}
.emp_par {
	display: none;
}
.emp_par.visible {
	display: block;
}
.emp_par .btn_dona {
	margin-bottom: 10px;
}
.emp_par .btn_dona {
	color: #000000;
}
.emp_par ul li.btn_dona {
	padding-top: 2px;
	padding-bottom: 2px;
}
.emp_par .grid {
	position: relative;
}
.emp_par .grid .cubre_btn {
	position: absolute;
	top: 50px;
	width: 288px;
	height: 220px;
	background: rgba(255, 255, 255, 0.6);
}
.ul_em, .ul_pa {
	display: none;
}
.centrado2 {
	width: 100%;
	text-align: center;
}
.btn_donar {
	color: #ffffff;
	background-color: #0e4f7e;
	text-align: center;
	padding: 10px 20px 10px 20px;
	margin: 19px auto 20px;
	width: max-content;
	display: inline-block;
	cursor: pointer;
}
.quiero_cer, .quiero_cer .btn_dona {
	width: 100%;
	float: left;
}
.quiero_cer p, .quiero_cer .btn_dona {
	float: left;
}
.quiero_cer p {
	margin: 0;
}
.quiero_cer .btn_dona {
	width: 34px;
	height: 37px;
	margin: -9px 0 0 7px;
}
.tipo_dona ul li.btn_dona.img_paypal {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tipo_dona ul li.dona_sel, .emp_par .btn_dona.dona_sel, #quiero.dona_sel, #acepto.dona_sel {
	color: #fff!important;
}
.tipo_dona ul li.btn_dona.img_banco {
	padding-top: 12px;
	padding-bottom: 0px;
}
.acepta_form {
	float: left;
	width: 100%;
}
.acepta_form a {
	color: #4a4a4a;
	font-weight: bold;
}
.centrado_donativos .pie_donar {
	float: left;
	width: 100%;
	margin: 10px auto 25px;
	text-align: center;
	border-top: 3px solid #000000;
}
.centrado_donativos .pie_donar p {
	margin: 10px;
}
.centrado_donativos .pie_donar {
	padding-top: 15px;
}
.pie_donar .li_donar {
	padding: 13px 60px;
	font-weight: 600 !important;
	color: #004c7c !important;
}
.cuenta_banco {
	display: none;
	transition: display 0.5s linear;
	text-align: center;
	float: left;
	margin: 22px 0 0 0;
	clear: left;
}
.cuenta_banco.visible {
	display: block;
}
.cuenta_banco li input {
	float: left;
	margin: 0 0 5px 0;
}
.cuenta_banco .w_4num {
	width: 80px;
	text-align: center;
	background: none;
	color: #575757;
}
.cuenta_banco .w_10num {
	width: 200px;
	text-align: center;
	background: none;
	color: #575757;
}
.cuenta_banco .w_2num {
	width: 40px;
	text-align: center;
	background: none;
	color: #575757;
}
.tarjeta_recurrente {
	display: none;
	transition: display 0.5s linear;
	text-align: center;
	float: left;
	margin: 10px 0 0 0;
	clear: left;
}
.tarjeta_recurrente.visible {
	display: block;
}
.tarjeta_recurrente li input {
	float: left;
	margin: 0 0 5px 0;
}
.iban_ccc1, .iban_ccc2 {
	float: left;
}
.iban_ccc1 div:last-child, .iban_ccc2 div:last-child {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
}
.iban_ccc1 p, .iban_ccc2 p, .iban_ccc1 ul, .iban_ccc2 ul {
	margin: 0;
}
.iban_ccc1 {
	width: 140px;
}
.iban_ccc2 {
	width: 440px;
}
.usuariocc {
	float: left;
	margin: 20px 0 0 0;
	max-width: 650px;
}
.usuariocc .emp_par .btn_dona {
	padding: 5px 16px 0;
}
.usuariotarjeta {
	float: left;
	margin: 10px 0 0 0;
}
.usuariotarjeta .emp_par .btn_dona {
	padding: 5px 16px 0;
}
.cuenta_banco .usuariocc .btn_dona input {
	text-align: left;
}
#form_desactivado {
	float: left;
	width: 100%;
}
#form_desactivado a {
	color: #000000;
	text-decoration: none;
}
/********************************/
.noty_theme__nest.noty_bar .noty_body {
	color: #000000;
	font-family: Arial, sans-serif;
}
/* 7.- Estimos MOVIL */
@media (max-width: 800px), (max-width: 750px) and (orientation: landscape) {
	.other-field {
		line-height: initial;
		padding-top: 45px !important;
	}
	.grid:before, .grid:after {
		display: none;
	}
	.quiero_cer .btn_dona {
		margin: 0px 0 0 5px;
	}
	.centrado_donativos {
		padding: 40px 3px 0;
	}
	.w_30.text_legaldonativos {
		margin-bottom: 10px;
	}
	.grid > div.c_13, div.c_13, .rel_movil .noticia_total, .centrado {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.form_donativos {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		box-sizing: border-box;
		padding-top: 0px;
		margin-left: 0px;
		position: static;
	}
	.centrado_donativos {
		width: 100%;
		margin: 0;
	}
	form .grid > div.c_12 {
		width: 100%;
		position: relative;
	}
	.tipo_dona ul li.btn_dona {
		margin-bottom: 5px;
		color: #0e4f7e;
		font-weight: bold;
	}
	[class*="w_"] {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.emp_par .grid {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.emp_emp .grid .cubre_btn {
		width: 100%;
		height: 163px;
	}
	.emp_par .grid .cubre_btn {
		width: 100%;
		height: 220px;
	}
	.text_legaldonativos {
		margin: 0;
		width: 90%;
		min-width: 90%;
		max-width: 90%;
	}
	.text_legaldonativos p {
		border: 0;
	}
	.grid.c_p_20 > div {
		padding-left: 0;
		padding-right: 0px;
	}
	form .emp_par ul, form .emp_par .c_12 > div {
		width: 90%;
	}
	.quiero_cer .btn_dona.quiero_movil {
		margin-top: 0px;
		margin-left: 5px;
	}
	.cuenta_banco .cc_2 {
		margin-top: 20px;
	}
	.iban_ccc2 {
		width: 98%;
	}
	.cuenta_banco .w_10num {
		width: 130px;
	}
	.iban_ccc2 div:last-child {
		width: 345px;
	}
	.tipo_dona ul li {
		margin: 0 2px 0 0;
	}
	.centrado_movil {
		padding: 0;
	}
	.centrado_movil nav {
		height: inherit;
		text-align: center;
	}
	.centrado_movil nav ul li {
		float: none;
		display: inline-block;
	}
	.centrado_movil nav ul li a {
		padding: 4px 3px 4px;
	}
	.c_12 .pie_donar {
		float: left;
		text-align: center;
		width: 100%;
		margin-top: 16px;
	}
}
@media (max-width: 350px) {
	.cuenta_banco .w_4num {
		width: 55px;
	}
	.iban_ccc2 {
		width: 106%;
	}
	.iban_ccc2 div:last-child {
		width: 100%;
	}
	.quiero_cer p {
		margin-bottom: 10px;
	}
}
.rel_movil {}
