.container_1024 {
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px; /* or 950px */
}
body {
	background-image: url(../img/jumpoints-fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cuerpo_bordo {
	background-color: #860210
}
.col-md-10 h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 27px;
	color: #FFF;
	font-weight: normal;
	margin-top: 10px;
}
.color_rojo {
	background-color: #ca2827;
}
.punta_izq_red {
	-webkit-border-radius: 50px 0 0 0;
	border-radius: 50px 0 0 0;
}
.col-md-3.login_izq {
	padding: 0px;
}
.col-md-3.login_izq h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
}
.col-md-3.login_izq h3 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
.login_der_int, .login_izq_int, .login_centro_int {
	height: 295px;
}
.login_izq_int {
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 50px;
	font-size: 11px;
}
.col-sm-3.login_der_int {
	padding-left: 0px;
	padding-right: 0px;
}
.text_blanco {
	color: #FFF;
}
.login_centro_int {
	background-color: #FFF;
}
.el_login {
	padding-top: 42px;
}
.el_login h2 {
	color: #860210;
}
.pie_layout {
	height: 50px;
	padding-top: 15px;
	font-size: 12px;
}
.encabezado {
	height: 180px;
}
.carousel-control.right_chico {
	right: 0px;
	left: auto;
}
.carousel-control.left_chico {
}
#logo_jumpoint_header {
	padding-top: 45px;
}
/*
#logo_jumpoint_header{
	max-width:200px;
	float:left;
	margin-right:40px;
}



.panel-login{
	margin:0px auto;
	width:300px;
}

.panel-add-vendedor{
	margin:0px auto;
	width:600px;
}
.error-message{
	color:#F00;
}
.login_izq{

}*/
#fondoPublicidad {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	z-index: 30;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
}
.text_black {
	font-weight: bold;
}
.panel-body .table-striped tbody tr td.pago_laerea, .panel-body .table-striped tbody tr td.pago_nboleta, .panel-body .table-striped tbody tr td.pago_femision, .panel-body .table-striped tbody tr td.pago_importe {
	background-color: #DBF7DD;
	font-weight: bold;
}
#BoletaNBoleta, #BoletaImporte {
	width: 80px;
}
.table-striped > tbody > tr.estado_boletaI:nth-child(2n+1) > td, .table-striped > tbody > tr.estado_boletaI > td {
	background-color:#8D87FF
}
.table-striped tbody > tr.estado_boletaD:nth-child(2n+1) > td, .table-striped > tbody > tr.estado_boletaD > td {
	background-color:#FF6961;
}
.table-striped tbody > tr.estado_boletaP:nth-child(2n+1) > td, .table-striped > tbody > tr.estado_boletaP > td {
	background-color:#87FF8D;
}
.tr_impagos{
	background-color:#8D87FF
}
.tr_pagado{
	background-color:#87FF8D;
	
}
.tr_desactivados{
	background-color:#FF6961;
}
.tr_abonados{
	background-color:#FFB861
}
.tabla_estadistica {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	font-size: 12px;
	color: #860210
}
.tabla_estadistica td,.tabla_estadistica th{
	padding:2px 10px;
}
#fondoTransparente {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	z-index: 60;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
}
#mensajeMessage {
	position: absolute;
	top: 100px;
	left: 50%;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-left: -170px;
	width: 300px;
	padding: 20px;
	background-color: #860210;
	z-index: 90;
	text-align: center;
	font-weight: bold;
}
