/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 0px; /* 50px */
	padding-bottom: 0px;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color: #596973;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
}
h1 {
	font-size: 24px !important;
	font-weight: 700;
	color: #596973;
	padding-bottom:20px;
	letter-spacing:1px;
}
h2 {
	font-weight:400;
	font-size:18px;
}
h3 {
	font-weight:700;
	font-size:18px;
	color: #1079BB;
	padding:20px 0 20px 0;
}
h4 {
	font-weight: bold;
	font-size:14px;
}
label {
	font-weight: normal;
}
.brand {
	padding:10px 0;
	max-width:100%;
}
.hr-1 {
	border-top: 2px solid #ebebeb;
}
.hr-cierre {
	height:50px;
	border: none;
}
.jumbotron {
	padding: 0 !important;
	margin: 0px !important;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	/* background-color: #000; */
    background-image: url(img/Back-Header.jpg);
	background-repeat:repeat-x;
}
.jumbotron p {
	padding: 0 !important;
}
.jumbotron .container {
/* padding: 0 !important; */
}
p {
	font-weight: 400;
	line-height:20px;
}
.btn-volver {
	color: #596973;
	background-color: #f5f5f5;
	border-color: #ccc;
}
.btn-verde {
	color: #ffffff;
	background-color: #4D8000;
	border: none;
}
.btn-verde:hover, .btn-verde:focus, .btn-verde:active, .btn-verde.active, .open .dropdown-toggle.btn-verde {
	color: #ffffff;
	background-color: #060;
	border: none;
}
.btn-verde:active, .btn-verde.active, .open .dropdown-toggle.btn-verde {
	background-image: none;
}
.btn-verde.disabled, .btn-verde[disabled], fieldset[disabled] .btn-verde, .btn-verde.disabled:hover, .btn-verde[disabled]:hover, fieldset[disabled] .btn-verde:hover, .btn-verde.disabled:focus, .btn-verde[disabled]:focus, fieldset[disabled] .btn-verde:focus, .btn-verde.disabled:active, .btn-verde[disabled]:active, fieldset[disabled] .btn-verde:active, .btn-verde.disabled.active, .btn-verde[disabled].active, fieldset[disabled] .btn-verde.active {
	background-color: #060;
	border: none;
}
.control-15 {
	padding-bottom:0px;
}
@media screen and (max-width:480px) {
 .control-15 {
 padding-bottom:15px;
}
}
.check {
	color: #1079BB;
}
.ingresados {
	margin-bottom:0px;
}
.form-inline {
	margin-bottom: 15px;
}
.bg-success {
	padding:15px;
}
.bg-warning {
	padding:15px;
}
/* FOOTER */
.foot-color {
	width:100%;
	background-color:#e8e8e8;
	padding-top:30px;
}
footer p {
	font-size:12px;
	color: #999 !important;
	text-align: center;
}
footer p a {
	color: #999;
	text-decoration: none;
}
footer p a:hover {
	color: #CCC;
	text-decoration: underline;
}
/* tooltip */


.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #596973;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #596973;
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #596973;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #596973;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #596973;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #596973;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #596973;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #596973;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #596973;
}
/* AWESOME ICONS */
.fa {
	color: #596973;
	font-size:18px;
}
