/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
	color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:focus {
	color: #333;
	text-shadow: none; /* Prevent inheritence from `body` */
	background-color: #fff;
	border: 1px solid #fff;
}
.btn-default:hover {
	background-color: #3251a3;
	color: #ffffff;
}
/*
 * Base structure
 */

html,
body {
	height: 100%;
	/*background-color: #333; */
	background: url("../img/bg.jpg") no-repeat center center fixed; ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
body {
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%; /* For at least Firefox */
	min-height: 100%;
	background-image: url(../img/bg_pat.png);
	background-repeat: repeat;
}
.site-wrapper-inner {
	display: table-cell;
	vertical-align: top;
}

.cover-container, .wrapper {
	margin-right: auto;
	margin-left: auto;
}

/* Padding for spacing */
.inner {
	padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
	margin-top: -42px;
	margin-bottom: 10px;
}


.masthead-nav > li {
	display: inline-block;
}
.masthead-nav > li + li {
	margin-left: 20px;
}
.masthead-nav > li > a {
	padding-right: 0;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff; /* IE8 proofing */
	color: rgba(255,255,255,.75);
	border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
	background-color: transparent;
	border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
	color: #fff;
	border-bottom-color: #fff;
}
/* Forms y otros.
---------------------------------------------------------*/
.forms {
	padding-top: 5px;
	border-top: 2px solid #3251a3;
}
.box_head {
	padding-top: 5px;
	border-top: 10px solid #3251a3;
	margin-bottom: 5px;
}
.box_head img{
	max-width: 95%;
	height: auto;
}
.pr_t {
	margin-top: 55px;
}
.footer {
	padding-top: 5px;
	border-top: 2px solid #3251a3;
	margin-top: 10px;

	padding-bottom: 5px;
	border-bottom: 10px solid #3251a3;

}
.ti-name {
	display: block;
	color: #f05123;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.day, .prev, .next, .switch, .dow {
	color: #3251a3;
}
.label-min.nops {
	font-size: 10px;
}
.label-min {
	color: #222222;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 1px;
}

.label-mid {
	color: #3251a3 !important;
	text-shadow: none;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}
.form-group {
	margin-bottom: 5px;
}
.blue_pla {
	background: #3251a3;
	margin-top: 10px;
	padding: 5px 5px 5px 15px;
	z-index: 5;
}
.shadow {
	background-image: url(../img/shadow-bottom-above-footer-info.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 80%;
	height: 34px;
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	z-index: 1;
}
.sec {
	margin-top: -25px;
}

.addmore {
	color: #3251a3;
	text-align: right;
	margin: 5px 0;
	padding: 3px;
	text-transform: uppercase;
	font-weight: bold;
	/* font-size: 10px; */
	display: block;
	cursor: pointer;

}

.blue_pla h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.ti-single {
	margin: 5px auto;
	padding: 5px 0;
	color: #3251a3;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.sino {
	font-weight: bold;
	color: #3251a3;
	border: none;
}
.requeridou {
	border: 1px solid red;
}
.btn.lk {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 0;
	margin-bottom: 0;
	padding: 0 10px;
	text-align: center;
	vertical-align: inherit;
	white-space: nowrap;
	float: right;
}
.rd {
	text-align: center;
	text-transform: uppercase;
	border-radius: 4px;
	background: #ffffff;
	color: #3251A3;
	padding: 10px 0;
	margin-top: 0;
}
.rd label {
	color: #3251A3 !important;
	font-weight: bold;
}

.rd:hover, .rd:hover label {
	background: #3251A3;
	color: #ffffff !important;

}
.radio.rd input[type="radio"] {
	float: none;
	margin: 0;
}

@media (min-width: 768px) {
	.masthead-brand {
		float: left;
	}

	.masthead-nav {
		float: right;
	}
}

/*
 * Cover
 */

.cover {
	padding: 0 20px;
}
.cover .btn-lg {
	padding: 10px 20px;
	font-weight: bold;
}

/*
 * Footer
 */

.mastfoot {
	color: #999; /* IE8 proofing */
	color: rgba(255,255,255,.5);
}
.inli-list {
	display: inline-block;
	max-width: 32.55%;
	width: 32.55%;
	margin-top: 20px;
}
.retel.error {
	border: 1px solid red;
}
.eretel.error {
	border: 1px solid red;
}
.nofound {
	display: none !important;
	width: 1px;
	height: 1px;
}
.sf {
	border: 1px solid #419641;
	border-radius: 4px;
	padding: 10px;
}
.fgd {
	margin-top: 5px;
	margin-bottom: 6px;
}
.images {
	max-width: 210px;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.images > img {
	display: block;
	margin: auto;
	width: 160px;
	height: auto;
	overflow: hidden;
}
.month, .year {
	color: #3251A3 ;
}
.fdob {
	position: absolute;
	word-spacing: 3px;
	margin-top: 4px;
}
input, textarea, select {
 text-transform: uppercase;
}
input[type=email] {
	text-transform: lowercase !important;
}
.sop {
	display: none !important;
	width: 1px;
	height: 1px;
}
.nosalud {
	width: 100%;
	margin-top: -36px;
	position: relative;
}
.mx789 {
margin-top: 80px;
    }
.mx789 img{
	width: 122px;
	height: 58px;
}
/*
 * Affix and center
 */

@media (min-width: 768px) {
	/* Pull out the header and footer */
	.masthead {
		position: fixed;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead,.wrapper,
	.mastfoot,
	.cover-container {
		width: 98%; /* Must be percentage or pixels for horizontal alignment */
	}
}

@media (min-width: 992px) {
	.masthead, .wrapper,
	.mastfoot,
	.cover-container {
		width: 800px;
	}

}
