.box {
	position: relative;
	border-radius: 15px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	/*opacity: 0.7;
    filter: alpha(opacity=70);*/
}

.box:hover {
	/*opacity: 1.0;
    filter: alpha(opacity=100);*/
	
}

.box-widget {
	border: none;
	position: relative;
	padding: 15px;
}

.box.box-danger {
	border-top-color: #CA242A;
	padding: 20px 15px 20px 15px;
	border: 1px solid #f9aa9c;
	/*border-left: 1px solid #d2d6de;
  border-right: 1px solid #d2d6de;
  border-bottom: 1px solid #d2d6de;*/
}

.box.box-solid {
	border: 1px solid #d2d6de;
}

body {
	background-color: #FEFEFE !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial,
		sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	color: #666666;
}

a {
	color: #666666;
	/*opacity: 0.7;
    filter: alpha(opacity=70);*/
}

a img {
	/*opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;*/
	
}

a:hover,a:active,a:focus {
	outline: none;
	text-decoration: none;
	color: #000000;
	/*opacity: 1.0;
    filter: alpha(opacity=100);*/
}

.rojo-bn {
	color: #CA242A;
}



.box-mount {
	display: block;
	padding: 10px;
	position: relative;
}

.box-mount.with-border {
	border-bottom: 1px solid #f4f4f4;
}

#login-header {
	border-bottom: 1px solid #979797 !important;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	height: 100px;
	margin: 0;
	min-height: 70px;
	line-height: 70px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.62);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.62);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.62);
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(30deg, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 47%, rgba(201, 37, 45, 1) 51%,
		rgba(201, 37, 45, 1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255,
		255, 1)), color-stop(47%, rgba(255, 255, 255, 1)),
		color-stop(51%, rgba(201, 37, 45, 1)),
		color-stop(100%, rgba(201, 37, 45, 1)));
	background: -webkit-linear-gradient(30deg, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 47%, rgba(201, 37, 45, 1) 51%,
		rgba(201, 37, 45, 1) 100%);
	background: -o-linear-gradient(30deg, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 47%, rgba(201, 37, 45, 1) 51%,
		rgba(201, 37, 45, 1) 100%);
	background: -ms-linear-gradient(30deg, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 47%, rgba(201, 37, 45, 1) 51%,
		rgba(201, 37, 45, 1) 100%);
	background: linear-gradient(30deg, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 47%, rgba(201, 37, 45, 1) 51%,
		rgba(201, 37, 45, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#ffffff',
		endColorstr='#c9252d', GradientType=1);
}

.logo {
	height: 100px;
}

.logo img {
	position: relative;
	max-width: 100%;
	transform: translateY(-50%);
	top: 50%;
}

#link_bn,#link_visa {
	display: block;
}
/*h3{
	color: #FFFFFF
}*/
#link-terminos {
	text-decoration: underline;
	color: #3c8dbc;
}

.texto-elegir {
	padding-top: 20px
}

.total {
	font-size: 1.2em;
}

.wrapper {
	padding-left: 30px;
}

.mensaje-imprimir {
	padding-top: 30px;
	font-weight: bold;
	font-style: italic;
}

#terminos .modal-dialog {
	width: 90%;
}

.margen-50 {
	padding-left: 10%
}

.row.center {
    display: flex;
    align-items: center;
}
