/*
verde: 4DC47D;
azul: 002b5e 1c3667
amarillo: fece00
*/
.bordeCelda {
	border: 2px solid #00AEEF;
	font-size: 14px;
	padding: 5px;
}


.sinDecoracion, a:hover {
	text-decoration: none;
}

[data-toggle="collapse"] {
	cursor: pointer;
}

[data-toggle="collapse"] .fa:before {   
  /*content: "\f139";*/
  content: "\f077 ";
}

[data-toggle="collapse"].collapsed .fa:before {
  /*content: "\f13a";*/
  content: "\f078 ";
}

body {
	color: #000;
	background-color: #fff;
	/*
	background-image: url('../images/fondo1.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
	*/
}
.nav-link {
    display: block;
    padding: .5rem 0rem;
}
main {
	margin-top:1rem;
	
}


#navT1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#navT2 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.fondoAmarillo {
	background-color: #fece00;
}

.separador {
	margin-top: .75rem;
}
.labelReserva {
	width:40%; display:block;float:left; padding-top:1px;
	font-weight: bold;
	font-size: 1rem;
	line-height: 2rem;
}
.inputReserva {
	width:60%; float:right; font-size:15px; margin-left:0px; display:block; border:solid 1px #CCC;
}

.navbar, .fondoVerde {
	background-color: #1c3667;
}

.tituloBox {
	color: #fff;
/*	height:32px;
	padding-top: 4px;*/
}

.tabbar {
	border-top: 1px solid #1c3667;
	background-color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.font-weight-bold {
  font-weight: 600 !important;
}

h5,
p {
  font-weight: 400;
}
.p0 {
	padding:0;
}
.mt1 {
	margin-top: 1rem;
}
.w97 {
	width: 97%;
}

.bordeBoxAmarillo {
	border: 4px solid #fece00;
	/*background: rgba(255,255,255,.7);*/
	padding: 1rem;
}

.bordeBox {
	border: 4px solid #1c3667;
	/*background: rgba(255,255,255,.7);*/
	padding: .7rem;
}
.row {
	padding:0 1rem;
}


.titulo {
    font-size: 1.5rem;
    line-height: 1.5em;
    text-align: center;
    color: #1c3667;
    font-weight: 400;
}

#form1 > input, #form1 > textarea, #formBono > input, #formBono > textarea {
	margin: 4px 0;
}