body {
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-size-adjust: none;
  font-family: sans-serif;
}
.clear{
	clear: both;
}
img{
	display: block;
}
#cubre{
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.8;
	z-index: 100;
	display: none;
}
.header {
	width: 100%;
	border-bottom: solid 1px #e5e5e5;
}
.header .marco{
	max-width: 1272px;
	position: relative;
	margin: auto;
	height: 72px;
	width: 100%;
}
.header .logo{
	float: left;
}
.header ul.nav li.item{
	float: left;
	height: 72px;

	list-style: none;

	display: table;
}
.header .btmenu{
	width: 72px;
	height: 72px;
	float: right;
	cursor: pointer;
	border-left: solid 1px #e5e5e5;
	display: none;
}
.header .btmenu:hover{
	background: #e5e5e5;
}
.header .btmenu.open{
	background: #000;
}

.header .btmenu .cuad{
	width: 24px;
	height: 16px;
	margin: auto;
	background: #000;
	margin-top:26.5px;
	padding-top: 3px;
}
.header .btmenu.open .cuad{
	background: #fff;
}

.header .btmenu .cuad .lin{
	background: #000;
	height: 3px;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
}
.header .btmenu.open .cuad .lin{
	background: #fff;
}
.header .btmenu:hover .cuad .lin{
	border-top: solid 5px #e5e5e5;
	border-bottom: solid 5px #e5e5e5;
}
.header .btmenu.open .cuad .lin{
	border-top: solid 5px #000;
	border-bottom: solid 5px #000;
}
.header ul.nav{
	float: right;
	padding: 0px;
	margin: 0px;
}

.header ul.nav li.item a{
	padding: 0px 30px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 400;
	font-family: TradeGothicLT-BoldCondTwenty,sans-serif;
	font-size: 14px;
	-webkit-font-feature-settings: 'kern';
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}
.header ul.nav li.item a:hover{
	background: #e5e5e5;
}
.destacado,.foto{
	width: 100%;
	max-width: 1492px;
	margin: auto;
	max-height: 626px;

	background-size: cover;
	display: table;
	height: 573px;
	position: relative;
}
.destacado.interna{
	height: 400px;
}
.destacado .c1{
	max-width: 1223px;
	margin: auto;
	width: 100%;

	height: 100%;
}
.destacado .c2{
	left: 8.33333%;
	right: 8.33333%;

	height: 100%;
	position: absolute;
}
.destacado .table{
	display: table;
	width: 100%;
	height: 100%;

}
.destacado .cell{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: right;
}
.destacado .c3{
	width: 65%;
	margin-left: auto;
}
.destacado .c4{
	right: 20px;
	position: relative;
}
.destacado .c5{
	right: 20px;
	position: relative;
}
.destacado .titulo{
	text-transform: uppercase;
	color: #000;
	font-size:59px;
	display: inline;
	background: #fff;
	font-family: TradeGothicLT-BoldCondTwenty,sans-serif;
	text-align: right;

	box-shadow: 10px 0 0 #fff,-10px 0 0 #fff;

     line-height: 1.4;

}
.destacado .subtitulo{
	color: #fff;
	background: #000;
	text-align: right;
	line-height: 25px;
	font-weight: 700;
	font-size: 14px;
	padding: 20px;
	margin-right: -11px;
	max-width: 500px;
	float: right;
	margin-top: 3px;

}
.destacado .firmas{
	background: #000;
	width: 370px;
	color: #fff;
	float: right;
	margin-right: -11px;
	padding: 5px 20px;
	font-family: TradeGothicLT-BoldCondTwenty,sans-serif;
	font-size: 14px;
	margin-top: 7px;
}

.destacado .firmas .firma-base,
.destacado .firmas .firma-meta{
	width: 50%;
	display: inline-block;
}
.destacado .firmas .firma-base{
	text-align: left;
}
.destacado .firmas .firma-meta{
	margin-left: -5px;
	text-align: right;
}
.destacado .firmas .bar-control{
  background: #fff;
  width: 100%;
  height: 6px;
  margin-bottom: 10px;
}
.destacado .firmas .bar-control .barra-proceso{
	background: #FFFF00;
	float: left;
	width: 0;
	max-width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 6px;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.destacado .btver{
	height: 47px;
	background:#ff0;
	line-height: 47px;
	width: 70px;
	float: right;
	text-align: center;
	color: #000;
	font-family: TradeGothicLT-BoldCondTwenty,sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0px 25px;
	margin-top: 58px;
	cursor: pointer;
	margin-right: -11px;
}
.destacado .btver:hover{
	background: #ffea00;
}
.small{
	font-size: 12px;
}
.contenido{
	margin: 0 auto;
	max-width: 1271px;
}
.texto{

	text-align: center;
	background: #f7f7f7;
	padding: 30px 10px;
}
.texto h1{
	font-family: 'TradeGothicLT-BoldCondTwenty';
	font-size: 38px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}
.texto .txt{
	font-size: 14px;
	width: 50%;
	margin: auto;
}
.lista{
	padding: 5px 10px;
}
.lista .item{
	height: 370px;
	float: left;
	width: calc(100% / 3);
	background-size: cover;
	position: relative;
	background-position: center center;

}
.lista .item .cuadro{
	margin: 5px;
	height: 360px;
	position: relative;
}
.lista .item .info{

	position: absolute;
	width: 100%;
	bottom: 11px;
}
.lista .item .cat, .lista .item .firmas{
	display: table;
	background: #000;
	color: #fff;
	line-height: 25px;
	height: 25px;
	font-family: 'TradeGothicLT-BoldCondTwenty';
	font-size: 14px;
	padding: 0px 10px;
	margin-left: 14px;
	margin-bottom: 1px;
}
.lista .item .firmas{
	width: calc(100% - 48px);
	margin-top: 10px;
	font-size:11px;
	font-family: 'Arial';
	margin-left: 14px;
	margin-right: 14px;
}
.lista .item .firmas .firma-base,
.lista .item .firmas .firma-meta{
	width: 50%;
	display: inline-block;
}
.lista .item .firmas .firma-base{
	text-align: left;
}
.lista .item .firmas .firma-meta{
	margin-left: -5px;
	text-align: right;
}
.lista .item .firmas .bar-control{
  background: #fff;
  width: 100%;
  height: 6px;
  margin-bottom: 10px;
}
.lista .item .firmas .bar-control .barra-proceso{
	background: #FFFF00;
	float: left;
	width: 0;
	max-width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 6px;
	color: #fff;
	text-align: center;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}





.lista .item .tit{
	margin-left: 24px;
	width: 90%;
}
.lista .item .tit span{
	background: #fff;
	font-family: 'TradeGothicLT-BoldCondTwenty';
	font-size: 22px;
	line-height: 38px;
	padding: 5px 0px;
	height: 37px;
	color: #000;
	box-shadow: 10px 0 0 #fff,-10px 0 0 #fff;
}
.footer{
	height: 112px;
	margin-top: 20px;
	background: #000;
}
.footer .cuadro{
	max-width: 1271px;
	width: 100%;
	display: table;
	height: 112px;
	margin: auto;

}
.footer .cuadro .copyright{
	color: #b6b6b6;
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	padding-left: 15px;
}
.footer .cuadro .redes{
	padding-top: 27px;
	float: right;
	padding-right: 15px;
}
.footer .cuadro .redes .item{
	float: left;
	width: 58px;
	height: 58px;
	cursor: pointer;
}
.footer .cuadro .redes .item:hover{
	background: #252525;
}
.footer .cuadro .redes .item .ico{
	width: 20px;
	margin: auto;
	height: 20px;
	margin-top: 19px;
	background: url("../img/redes.png");
}
.footer .cuadro .redes .item.fb .ico{
	background-position: -50px 0px;
}
.footer .cuadro .redes .item.tw .ico{
	background-position: -175px 0px;
}
.foto .marco{
	max-width: 1272px;
	margin: auto;
	height: 100%;
}
.foto .marco .cat{
	display: table;
	background: #000;
	color: #fff;
	line-height: 35px;
	height: 35px;
	font-family: 'TradeGothicLT-BoldCondTwenty';
	font-size: 17px;
	padding: 0px 10px;
	position: absolute;
	bottom: 0px;
	margin-left: 8%;
}
.contitem{
	max-width: 1492px;
	position: relative;

}
.contenido.contitem .marco{
	max-width: 1272px;
	height: 100%;
	margin: auto;
	padding-top: 35px;
}

.contitem .marco .cuadro{
	width: 50%;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 8%;
	float: left;
}
.contitem .marco .cuadro .contenido_general{
	width: 100%;
	display: inline-block;
}

.contitem .marco .cuadro .contenido_general a{
	color: #000;
}
.contitem .marco .cuadro .contenido_general h1{
	font-size: 38px;
	font-family: 'TradeGothicLT-BoldCondTwenty';
	  font-weight: 400;
	line-height: 1.1;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}
.contitem .marco .cuadro .contenido_general img{
	width: 100%;
	height:auto;
}

.contitem .marco .cuadro .contenido_cierre{
	background-color: #D1D1D1;
	width: 100%;
	display: inline-block;
}

.contitem .marco .cuadro .contenido_cierre .titulo-cierre{
	background-image: url("../img/titulo-cierre.png");
	width: 109px;
	height: 36px;
	font-family: TradeGothicLT-BoldCondTwenty,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	padding-top:8px;
	padding-left:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display:inline-block;
}
.contitem .marco .cuadro .contenido_cierre .texto-cierre{
	width: 100%;
	font-size: 14px;
	line-height: 1.5;
	padding: 10px;
	display: inline-block;
}
.contitem .marco .cuadro .contenido_cierre .titulo-cierre,
.contitem .marco .cuadro .contenido_cierre .texto-cierre{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contitem .marco .form{
	margin-right: 8%;
	min-height: 400px;
	background: #fffd00;
	width: 30%;
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.5;
	float: right;
	position: relative;
}
.contitem .marco .form .velo{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	margin-top: -20px;
}
.contitem .marco .form .velo.mensaje{
	opacity: 1;
	background: none;
	display: none;
	height: 100%;
}
.contitem .marco .form .velo.mensaje .table{
	display: inline-table;
	width: 100%;
	height: 100%;
}
.contitem .marco .form .velo.mensaje .txt{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'TradeGothicLT-BoldCondTwenty';
	padding: 20px;
	font-size: 25px;
	color:#fff;
}
.contitem .marco .form .margen{
	padding: 28px;
}
.contitem .marco .form h1{
	font-family: 'TradeGothicLT-BoldCondTwenty';
	font-size: 30px;
	text-align: center;
}
.contitem .marco .form a{
	color: #000;
}
input, .input{
	width: 94%;
	height: 38px;
	background: #efefee;
	border: solid 1px #d1d1d1;
	padding: 0px;
	padding-left: 3%;
	padding-right: 3%;
	font-size: 14px;
	margin-bottom: 22px;

}
input:focus, select:focus{
	outline:0px;
}
.checkbox{
	width: 20px;
	height: 20px;
	padding: 4px;
	background: #efefee;
	border: solid 1px #d1d1d1;
	cursor: pointer;
}
.checkbox .cuad{
	width: 20px;
	height: 20px;
	background: none;
}
.checkbox.check .cuad{
	background: #000;
}

.input{
	background:url("../img/sel.jpg") #efefee no-repeat center right;
}
button{
	width: 100%;
	background: #000;
	border: none;
	border-radius: 0px;
	padding: 0px;
	margin: 0px;
	color: #fff;
	text-align: center;
	font-family: 'TradeGothicLT-BoldCondTwenty';
	font-size: 16px;
	height: 65px;
	line-height: 65px;
	font-weight: normal;
	cursor: pointer;
}
button:hover{
	background: #363636;
}
select{
	-webkit-appearance: none;
	 appearance: none;
	 font-size: 14px;
	 width: 100%;
	 border: none;
	 background: none;
	 height: 38px;
	 margin: 0px;
	 border-radius: 0px;

}

.peticion{
	position: fixed;
	z-index: 200;
	width: 500px;
	height: 600px;
	left: 50%;
	top:50%;
	margin-left: -250px;
	margin-top: -300px;
	background: #fff;
	border-radius: 20px;
	display: none;
}
.peticion .cerrar{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	cursor: pointer;
	right: 10px;
}
.peticion .cont{
	height: 500px;
	overflow: auto;
	margin: 60px 30px 0px 30px;
	font-size: 14px;

}
@media (max-width: 840px) {
	.lista .item{

		width: 100%;

	}
	.header .btmenu{
		display: block;
	}
	.header ul.nav{
		position: absolute;
		top: 72px;
		z-index: 10;
		width: 100%;
		left: 0px;
		display: none;

	}
	.header ul.nav li.item{
		width: 100%;
		background: #f7f7f7;
		border-top: solid 1px #e5e5e5;
	}
	.header ul.nav li.item a{
		text-align: center;
	}
	.header ul.nav li.item a:hover{
		background: #e5e5e5;
	}


	.destacado,.foto{
		width: 100%;

		height: 410px;

	}
	.destacado .c1{
		max-width: 1223px;
		margin: auto;
		width: 100%;

		height: 100%;
	}
	.destacado .c2{
		left: 8.33333%;
		right: 8.33333%;

		height: 100%;
		position: absolute;
	}
	.destacado .table{
		display: table;
		width: 100%;
		height: 100%;

	}
	.destacado .cell{
		display: table-cell;
		width: 100%;
		vertical-align: bottom;
		text-align: center;
		padding-bottom: 20px;
	}
	.destacado .c3{
		width: 100%;
		margin: auto;
	}
	.destacado .c4{
		right: 0px;

	}
	.destacado .c5{
		right: 0px;

	}
	.destacado .titulo{

		font-size:30px;
		display: inline;
		background: #fff;
		font-family: TradeGothicLT-BoldCondTwenty,sans-serif;
		text-align: center;

		box-shadow: 10px 0 0 #fff,-10px 0 0 #fff;

	     line-height: 1.4;

	}
	.destacado .subtitulo{
		color: #fff;
		background: #000;
		text-align: center;
		line-height: 20px;
		font-weight: 700;
		font-size: 12px;
		padding: 10px;
		margin: auto;
		max-width: 100%;
		float: none;
		margin-top: 3px;

	}
	.destacado .btver{
		height: 47px;
		background:#ff0;
		line-height: 47px;
		width: 60px;
		float: none;
		text-align: center;
		color: #000;
		font-family: TradeGothicLT-BoldCondTwenty,sans-serif;
		font-weight: 400;
		font-size: 16px;
		padding: 0px 25px;
		margin: auto;
		margin-top: 8px;
		cursor: pointer;

	}
	.destacado .btver:hover{
		background: #ffea00;
	}
	.texto .txt{
		width: 80%;
	}

	.contitem .marco .cuadro{
		margin-left: 0%;

		width: 90%;
		margin: auto;

		float: none;
	}


	.contitem .marco .form{
		margin-right: 0%;

		width: 90%;
		margin: auto;
		float: none;
	}


}














@font-face {
  font-family: 'AmnestyTradeGothicBdCn';
  src: url('../../css/fonts/AmnestyTradeGothic-BdCn20.eot?v=4.1.0');
  src: url('../../css/fonts/AmnestyTradeGothic-BdCn20.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../../css/fonts/AmnestyTradeGothic-BdCn20.woff?v=4.1.0') format('woff'), url('../../css/fonts/AmnestyTradeGothic-BdCn20.ttf?v=4.1.0') format('truetype'), url('../../css/fonts/AmnestyTradeGothic-BdCn20.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AmnestyTradeGothicCn';
  src: url('../../css/fonts/AmnestyTradeGothic-Cn18.eot?v=4.1.0');
  src: url('../../css/fonts/AmnestyTradeGothic-Cn18.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../../css/fonts/AmnestyTradeGothic-Cn18.woff?v=4.1.0') format('woff'), url('../../css/fonts/AmnestyTradeGothic-Cn18.ttf?v=4.1.0') format('truetype'), url('../../css/fonts/AmnestyTradeGothic-Cn18.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


.button{background-color:#FFFF00;border-radius:10px;box-shadow:0 2px 3px rgba(0,0,0,0.3);color:#000;cursor:pointer;display:inline-block;padding:10px 20px;text-align:center;text-decoration:none}
.button.small{border-radius:15px;float:right;margin:22px 5px 0;padding:6px 15px}
.button:hover{background-color:#1e1e1e;color:#FFF}
.button>span{font-size:84%}
.button.b-close,
.button.bClose{border-radius:7px 7px 7px 7px;box-shadow:none;font:bold 131% sans-serif;padding:0 6px 2px;position:absolute;right:-7px;top:-7px}
#popup,#popup2,.bMulti{background-color:#fff;color:#111;display:none;padding:25px; height: auto !important; min-width:initial; margin-top: 20px;margin-left: 20px; margin-right: 20px;}
.content{font:14px Arial; color:#666;line-height: 14px;}



.popup_peticion_firmada {
	width: 800px;
	height: 600px;
	display: inline-block;
}
.popup_peticion_firmada .cabecera {
	background-color: #ffff00;
	background-image: url("../img/popup-peticion/f-popup.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 800px;
	height: 402px;
	display: inline-block;
}
.popup_peticion_firmada .cabecera .datos {
	width: calc(100% - 360px);
	margin-left: 320px;
	margin-right: 40px;
	display: inline-block;
}
.popup_peticion_firmada .cabecera .datos .titulo-gracias-1,
.popup_peticion_firmada .cabecera .datos .titulo-nombre,
.popup_peticion_firmada .cabecera .datos .titulo-gracias-2 {
	width: 100%;
	color: #000;
	font-family: "AmnestyTradeGothicBdCn", sans-serif;
	vertical-align: top;
	display: inline-block;
}
.popup_peticion_firmada .cabecera .datos .titulo-gracias-1,
.popup_peticion_firmada .cabecera .datos .titulo-gracias-2 {
	font-size: 40px;
	line-height: 46px;
}
.popup_peticion_firmada .cabecera .datos .titulo-gracias-1 {
	margin-top: 40px;
}
.popup_peticion_firmada .cabecera .datos .titulo-gracias-2 {
	text-align: right;
}
.popup_peticion_firmada .cabecera .datos .titulo-nombre {
	width: 100%;
	font-size: 75px;
	line-height: 80px;
	margin-top: 10px;
}
.popup_peticion_firmada .cabecera .datos .titulo-mensaje-1,
.popup_peticion_firmada .cabecera .datos .titulo-mensaje-2 {
	width: 100%;
	color: #9a9a00;
	vertical-align: top;
	display: inline-block;
}
.popup_peticion_firmada .cabecera .datos .titulo-mensaje-1 {
	font-family: "AmnestyTradeGothicBdCn", sans-serif;
	font-size: 32px;
	line-height: 34px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.popup_peticion_firmada .cabecera .datos .titulo-mensaje-1 b {
	font-size: 60px;
	line-height: 64px;
}
.popup_peticion_firmada .cabecera .datos .titulo-mensaje-2 {
	font-family: "AmnestyTradeGothicCn", sans-serif;
	font-size: 30px;
	line-height: 30px;
}
.popup_peticion_firmada .pie {
	width: 800px;
	height: 198px;
	display: inline-block;
}
.popup_peticion_firmada a {
	background-size: contain;
	background-repeat: no-repeat;
	height: 198px;
	margin-left: -5px;
	display: inline-block;
}
.popup_peticion_firmada a.fb {
	background-color: #0078f2;
	background-image: url("../img/popup-peticion/btn-pie-fb.png");
	width: 251px;
	margin-left: 0px;
}
.popup_peticion_firmada a.tw {
	background-color: #009cf8;
	background-image: url("../img/popup-peticion/btn-pie-tw.png");
	width: 251px;
}
.popup_peticion_firmada a.dona {
	background-color: #ffaa9c;
	background-image: url("../img/popup-peticion/btn-pie-dona.png");
	width: 298px;
}

@media (max-width: 900px) {
	.popup_peticion_firmada {
		width: 340px;
		height: auto;
	}
	.popup_peticion_firmada .cabecera {
		background-size: 70%;
		width: 340px;
		height: auto;
	}
	.popup_peticion_firmada .cabecera .datos {
	  width: calc(100% - 120px);
	  margin-left: 100px;
	  margin-right: 20px;
	}
	.popup_peticion_firmada .cabecera .datos .titulo-gracias-1,
	.popup_peticion_firmada .cabecera .datos .titulo-gracias-2 {
	  font-size: 30px;
	  line-height: 36px;
	}
	.popup_peticion_firmada .cabecera .datos .titulo-nombre {
	  font-size: 35px;
	  line-height: 40px;
	}
	.popup_peticion_firmada .cabecera .datos .titulo-mensaje-1 {
	  font-size: 22px;
	  line-height: 24px;
	}
	.popup_peticion_firmada .cabecera .datos .titulo-mensaje-1 b {
	  font-size: 30px;
	  line-height: 34px;
	}
	.popup_peticion_firmada .cabecera .datos .titulo-mensaje-2 {
	  font-size: 20px;
	  line-height: 20px;
	  margin-bottom: 40px;
	}
	.popup_peticion_firmada .pie {
		width: 340px;
		height: auto;
	}
	.popup_peticion_firmada a {
		background-position-x: center;
		vertical-align: top;
		margin-left: 0px;
	}
	.popup_peticion_firmada a.fb,
	.popup_peticion_firmada a.tw,
	.popup_peticion_firmada a.dona {
		width: 100%;
	}

}


.SecPopup{
	width: 800px;
	height: 600px;
	display: inline-block;
}

.SecPopup .FSecPopup{
	background-image: url("../img/popup-firma/f-popup.jpg");
	width: 800px;
	height: 600px;
	display: inline-block;
}

.SecPopup .FSecPopup .titulo-nombre{
	width: 415px;
	height: 110px;
	color: #FFFF00;
	font-family: "AmnestyTradeGothicBdCn", sans-serif;
	font-size: 55px;
	text-align: center;
	line-height: 55px;
	margin-right: 105px;
	margin-left: 280px;
	margin-top: 60px;
	margin-bottom: 10px;
	display: inline-block;
}

.SecPopup .FSecPopup .titulo-gracias{
	width: 415px;
	color: #FFFF00;
	font-family: "AmnestyTradeGothicBdCn", sans-serif;
	font-size: 25px;
	text-align: center;
	margin-right: 105px;
	margin-left: 280px;
	display: inline-block;
}


.SecPopup .FSecPopup .titulo-mensaje{
	width: 540px;
	color: #000000;
	font-family: "AmnestyTradeGothicCn", sans-serif;
  font-size: 25px;
  line-height: 27px;
	text-align: center;
	margin-right: 130px;
	margin-left: 130px;
	margin-top: 70px;
	margin-bottom: 25px;
	display: inline-block;
}
.SecPopup .FSecPopup .enlaces{
	width: 100%;
	display: inline-block;
}

.SecPopup .FSecPopup .enlaces .enlaceizq{
	width: 360px;
	margin-left: 25px;
	vertical-align: top;
	display: inline-block;
}
.SecPopup .FSecPopup .enlaces .enlaceizq .titulo{
	width: 100%;
	color: #000000;
	font-family: "AmnestyTradeGothicBdCn", sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}
.SecPopup .FSecPopup .enlaces .enlaceizq .boton{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	display: inline-block;
}
.SecPopup .FSecPopup .enlaces .enlaceizq .boton a{
	background-image: url("../img/popup-firma/f-popup-btn-1.jpg");
	width: 92px;
	height: 88px;
	margin: 0 auto;
	text-decoration: none;
	display: block;
}

.SecPopup .FSecPopup .enlaces .enlaceder{
	width: 360px;
	margin-right: 45px;
	margin-left: 6px;
	vertical-align: top;
	display: inline-block;
}
.SecPopup .FSecPopup .enlaces .enlaceder .titulo{
	width: 100%;
	color: #000000;
	font-family: "AmnestyTradeGothicBdCn", sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
	display: inline-block;
}
.SecPopup .FSecPopup .enlaces .enlaceder .descripcion{
	width: 100%;
	color: #000000;
	font-family: "AmnestyTradeGothicCn", sans-serif;
  font-size: 25px;
	text-align: center;
	display: inline-block;
}
.SecPopup .FSecPopup .enlaces .enlaceder .boton{
	width: 100%;
	text-align: center;
	margin-top: 15px;
	display: inline-block;
}
.SecPopup .FSecPopup .enlaces .enlaceder .boton a{
	background-image: url("../img/popup-firma/f-popup-btn-2.jpg");
	width: 92px;
	height: 88px;
	margin: 0 auto;
	text-decoration: none;
	display: block;
}

@media (max-width: 900px) {

  .SecPopup{
    width: 340px !important;
    height: 550px !important;
  }
  .SecPopup .FSecPopup{
    background-image: url("../img/popup-firma/f-popup-430px.jpg") !important;
    width: 340px !important;
    height: 550px !important;
  }

  .SecPopup .FSecPopup .titulo-nombre {
    width: 270px !important;
    height: 60px !important;
    font-size: 32px !important;
    line-height: 28px !important;
    margin-right: 50px !important;
    margin-left: 20px !important;
    margin-top: 90px !important;
    margin-bottom: 5px !important;
    vertical-align: top !important;
  }

  .SecPopup .FSecPopup .titulo-gracias {
    width: 270px !important;
    font-size: 15px !important;
    margin-right: 50px !important;
    margin-left: 20px !important;
    line-height: 15px !important;
    vertical-align: top !important;
  }

  .SecPopup .FSecPopup .titulo-mensaje {
    width: 300px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
    margin-top: 30px !important;
    margin-bottom: 15px !important;
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .SecPopup .FSecPopup .enlaces {
    width: calc(100% - 40px) !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
    vertical-align: top !important;
  }

  .SecPopup .FSecPopup .enlaces .enlaceizq{
    width: 100% !important;
    margin-left: 0 !important;
    vertical-align: top !important;
    display: inline-block !important;
  }
  .SecPopup .FSecPopup .enlaces .enlaceizq .titulo {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .SecPopup .FSecPopup .enlaces .enlaceizq .boton {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }

  .SecPopup .FSecPopup .enlaces .enlaceizq .boton a {
    background-image: url("../img/popup-firma/f-popup-btn-1-430px.jpg") !important;
    width: 61px !important;
    height: 58px !important;
  }

  .SecPopup .FSecPopup .enlaces .enlaceder{
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    vertical-align: top !important;
    display: inline-block !important;
  }
  .SecPopup .FSecPopup .enlaces .enlaceder .titulo {
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 0px !important;
  }
  .SecPopup .FSecPopup .enlaces .enlaceder .boton {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }

  .SecPopup .FSecPopup .enlaces .enlaceder .boton a {
    background-image: url("../img/popup-firma/f-popup-btn-2-430px.jpg") !important;
    width: 61px !important;
    height: 55px !important;
  }
}

@media (max-width: 500px) {
	.footer{
		height: 117px;
	}
	.footer .cuadro .redes{
		width: 100%;
		padding: 0px;
		position: absolute;
		border-bottom: solid 1px #363636;
	}
	.footer .cuadro .redes .cont{
		margin: auto;
		width: 174px;
	}
	.footer .cuadro .copyright{
		text-align: center;
		height: 58px;
		line-height: 58px;
		margin-top: 59px;
		display: block;
		width: 100%;
		padding: 0px;
		position: absolute;
	}
}

@media (max-width: 1023px) {
	.destacado .firmas{
		width: 100%;
	}
	.contitem .marco .cuadro{
		margin-top: 20px;
	}
}


.contitem.full {
  width: 100%;
  margin-left: 0px;
}
.contitem.full,
.contenido.contitem.full .marco {
  max-width: initial;
}
.contenido.contitem.full .marco .agradecimiento,
.contenido.contitem.full .marco .agradecimiento .fondo-gracias,
.contenido.contitem.full .marco .agradecimiento .titulo-mensaje,
.contenido.contitem.full .marco .agradecimiento .compartir {
  width: 100%;
  text-align: center;
  display: inline-block;
}
.contenido.contitem.full .marco .agradecimiento {
  max-width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
  display: block;
}
.contenido.contitem.full .marco .agradecimiento .fondo-gracias {
  background: url("../img/agradecimiento/firma/fondo-gracias.png");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%	;
  height: 380px;
  margin: 0 auto;
  margin-top: 100px;
  padding-top: 40px;
  display: block;
}
.contenido.contitem.full .marco .agradecimiento .fondo-gracias .titulo-donante {
  color: #000;
  font-family: "AmnestyTradeGothicBdCn", sans-serif;
  font-size: 60px;
  margin: 0 auto;
  margin-top: 100px;
  display: block;
}
.contenido.contitem.full .marco .agradecimiento .titulo-mensaje {
  color: #000;
  font-family: "AmnestyTradeGothicCn", sans-serif;
  font-size: 40px;
  margin: 0 auto;
  display: block;
  margin-top: 60px;
}
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-facebook,
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-facebook a,
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-twitter,
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-twitter a,
.contenido.contitem.full .marco .agradecimiento .compartir .donacion .icono-compartir-donar,
.contenido.contitem.full .marco .agradecimiento .compartir .donacion .icono-compartir-donar a {
  width: 50px;
  height: 50px;
}
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-facebook,
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-twitter {
  display: inline-block;
  margin: 0 15px;
}
.contenido.contitem.full .marco .agradecimiento .compartir .donacion .icono-compartir-donar {
  margin: 0 auto;
  display: block;
}
.contenido.contitem.full .marco .agradecimiento .compartir {
  margin-top: 100px;
  margin-bottom: 200px;
}
.contenido.contitem.full .marco .agradecimiento .compartir .redes,
.contenido.contitem.full .marco .agradecimiento .compartir .donacion {
  width: 50%;
  vertical-align: top;
  margin: 0 auto;
  display: inline-block;
}
.contenido.contitem.full .marco .agradecimiento .compartir .donacion {
  margin-left: -5px;
}
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-facebook a {
  background: url("../img/agradecimiento/firma/icono-compartir-facebook.png");
}
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-twitter a {
  background: url("../img/agradecimiento/firma/icono-compartir-twitter.png");
}
.contenido.contitem.full .marco .agradecimiento .compartir .donacion .icono-compartir-donar a {
  background: url("../img/agradecimiento/firma/icono-compartir-donar.png");
}

.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-facebook a,
.contenido.contitem.full .marco .agradecimiento .compartir .redes .icono-compartir-twitter a,
.contenido.contitem.full .marco .agradecimiento .compartir .donacion .icono-compartir-donar a {
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.contenido.contitem.full .marco .agradecimiento .compartir .redes .titulo-compartir,
.contenido.contitem.full .marco .agradecimiento .compartir .donacion .titulo-compartir {
  color: #000;
  font-family: "AmnestyTradeGothicCn", sans-serif;
  font-size: 30px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}
.contenido.contitem.full .marco .agradecimiento .compartir .redes .titulo-compartir,
.contenido.contitem.full .marco .agradecimiento .compartir .donacion .titulo-compartir {
  max-width: 250px;
}


@media (max-width: 1000px) {
	.contenido.contitem.full .marco .agradecimiento {
		max-width: initial;
		width: calc(100% - 80px);
		display: inline-block;
	}

	.contenido.contitem.full .marco .agradecimiento .fondo-gracias {
    height: 240px;
	  margin-top: 0px;
	}
	.contenido.contitem.full .marco .agradecimiento .fondo-gracias .titulo-donante {
    margin-top: 7vw;
    padding: 0px 120px 0px 230px;
    font-size: 6vw;
    line-height: 6vw;
	}
	.contenido.contitem.full .marco .agradecimiento .titulo-mensaje {
	  margin-top: 30px;
	}
	.contenido.contitem.full .marco .agradecimiento .compartir {
	  margin-top: 60px;
	  margin-bottom: 60px;
	}
}

@media (max-width: 700px) {
	.contenido.contitem.full .marco .agradecimiento .fondo-gracias .titulo-donante {
    padding: 0px 70px 0px 160px;
    font-size: 6vw;
    line-height: 6vw;
	}

	.contenido.contitem.full .marco .agradecimiento .compartir .redes,
	.contenido.contitem.full .marco .agradecimiento .compartir .donacion {
	  width: 100%;
	}
	.contenido.contitem.full .marco .agradecimiento .compartir .donacion {
		margin-top: 50px;
	  margin-left: 0px;
	}
}

@media (max-width: 600px) {
	.contenido.contitem.full .marco .agradecimiento .fondo-gracias {
	  height: 150px;
	}
	.contenido.contitem.full .marco .agradecimiento .fondo-gracias .titulo-donante {
	  padding: 0px 20px 0px 100px;
	}
}
@media (max-width: 600px) {
	.contenido.contitem.full .marco .agradecimiento .fondo-gracias .titulo-donante {
	  margin-top: 3vw;
	  padding: 0px 20px 0px 80px;
	}
}

