h1, h2, a,
.color-cliente,
.anclaje li a:hover,
#menu li a:hover
{
	color: #0872cc;
	/*color: #0872cc!important;*/
}
header h1,
.btn a,
.btn.cliente,
.btn.cliente:hover,
.nota.cliente p,
.central-body p,
.central-body h2,
.box-central .btn,
.central h3 a,
.mod-central i
{
	color: #fff;
}

header,
.btn.cliente,
.btn:hover,
.nota.cliente,
.bg-cliente,
.central-body
{
	background: #0872cc;
}
.btn.cliente:hover{
	background: #0872cc;
}

.pm header.blockchain-header{
	background: rgba(0,0,0,0.03);
}
.pm header.blockchain-header h1{
	color: #EF8620;
}


.central-body .line{
	border-top: 1px solid rgba(255,255,255, 0.1)!important;
}
.central-body h2{
   text-shadow: 0px 2px 7px rgba(0,0,0,0.2);
}
.box-central .btn,
.bg1
{
	background: #42a1ec;
}
/*.mod-central{
	background: #fff;
   box-shadow: 0 4px 20px -7px rgba(0,0,0,0.4);
}*/

.mod-central a i.help{
	color: rgba(250,250,250,0.5);
}
.mod-central a i.help:hover{
	color: #fff;
}
.list-central li a{
	color: #555;
}
.list-central li a{
	background: #f7f7f7!important;
}
.list-central li:nth-child(2n+1) a{
	background: #fff !important;
}
.list-central li a i{
	color: #555;
}
.gsc-control-cse{
	background: transparent!important;
	border: 0!important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus{
	border: 0!important;
	background: #42a1ec!important;
}
.gsc-modal-background-image-visible{
	background-color: rgba(0,0,0,0.9)!important;
}

.botonera{
	background: #ededed;
	text-align: center;
	padding: 20px;
}
.botonera h1{
	margin-top: 0;
}
.botonera .btn{
	width: 43%;
	font-size: 150%;
	margin: 5px 8px;
	padding: 10px;
	white-space: nowrap;
}
.botonera a.btn.general{
	background: orange;
	color: #fff;
}
@media screen and (max-width:640px){
.botonera .btn{
	width: 90%;
	font-size: 120%;
	white-space: nowrap;
	margin: 5px 10px;
	padding: 10px;
}

}