@charset "utf-8";
/* CSS Document */



body{
	background-color:#ffffff;
	font-family:'Raleway',Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	line-height: 24px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.botonBlanco{
	background:none;
	border:1px solid #27272788;
	border-radius: 100px;
	color:#333333;
	text-decoration:none;
	padding:8px;
	padding-left:15px;
	padding-right:15px;
	transition:.5s;
	display:inline-block;
	cursor: pointer;

}
.botonBlancoDesactivado{
	background:none;
	border:1px solid #cccccc;
	border-radius: 100px;
	color:#cccccc;
	text-decoration:none;
	padding:8px;
	padding-left:15px;
	padding-right:15px;
	transition:.5s;
	display:inline-block;

}
.botonBlanco:hover{
	background:#ffbc00;
	border:1px solid #ffbc00;
	border-radius: 100px;
	color:#ffffff;
	text-decoration:none;
	padding:8px;
	padding-left:15px;
	padding-right:15px;
	transition:.5s;
	display:inline-block;
	cursor: pointer;
}
.botonBuscar{
	background:none;
	border:none;
	border-radius:6px;
	color:#ffffff;
	text-decoration:none;
	padding:11px;
	padding-left:15px;
	padding-right:15px;
	transition:.5s;
	display:inline-block;
	cursor: pointer;
	background-color:#ffbc00;
}
.botonBuscar:hover{
	background:none;
	border:none;
	border-radius:6px;
	color:#ffffff;
	text-decoration:none;
	padding:11px;
	padding-left:15px;
	padding-right:15px;
	transition:.5s;
	display:inline-block;
	cursor: pointer;
	background-color:#e2a90a;
}
.botonCategoria{
	cursor:pointer;
	margin-left: 20px;
}
.botonCategoria:first-of-type{
	margin-left:0px;
}
.botonCategoria:hover{
	font-weight:bold;
	text-decoration: underline;
}
.botonCategoriaActivo{
	font-weight:bold;
	text-decoration: underline;
	margin-left: 20px;
}
.botonCategoriaActivo:first-of-type{
	margin-left:0px;
}

.botonMenu{
	cursor:pointer;
}
.botonMenu:hover{
	color:#8c6801;
	font-weight:bold;
}
.botonMenuActivo{
	color:#8c6801;
	font-weight:bold;
}

#menuIzq ul li{
	padding:10px;
	font-size:14px;
	cursor:pointer;
	border-radius: 13px;
}
#menuIzq ul li > *{
	dispaly:inline-block;
	vertical-align:middle;

}
#menuIzq ul li:hover{
	background-color:#ddd;
	font-weight: bold;
}

.cajaBlanca{
	padding:2%; background-color:#fff;border-bottom:1px solid #ccc; border-right:1px solid #efefef; border-top:1px solid #efefef;
}

.pantalla{
	position:absolute;
	width:100%;
}

#formsBuscador input{
	padding:2%; width:96%;
}
#menu ul{
	padding:0px;
}


#menu li:hover{

}

/* dopdown menu */
a {
  text-decoration: none;
}

nav {
    font-family: monospace;
}

#menu ul {
  background: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

#menu li {
    color: #fff;
  background: none;
    display: block;
	padding: 10px;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
	padding-bottom: 5px;
	padding-left:0px;
	padding-right:0px;
	margin-left:16px;
	margin-right:16px;
	margin-bottom:20px;
	font-size:1.2em;
	border-bottom: 1px solid #ffffff;
}

li a {
  color: #333333;
}

#menu li:hover,
#menu li:focus-within {
    background: none;
    cursor: pointer;

		border-bottom: 1px solid black;
}


#menu li:focus-within a {
  outline: none;
}

#menu ul li ul {
    background-color: #ffffff;
    visibility: hidden;
  opacity: 0;

    position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
   left: 0;
  display: none;
	z-index: 100;
}

#menu ul li:hover > ul,
#menu ul li:focus-within > ul,
#menu ul li ul:hover,
#menu ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

#menu ul li ul li {
    clear: both;
  width: max-content;
	padding: 20px;
}

/* arreglar datepicker para que sea clickeable en todo el area */

input[type="date"] {
    position: relative;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
    content: "\f073";
		font-family: FontAwesome;
		font-size:15px;
    color: #888;
    padding: 0 5px;
}


/* change color of symbol on hover */
input[type="date"]:hover:after {
    color: #bf1400;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}
/* fin cosas dropdown menu */

#menu-responsive ul{
	padding-left: 10px;
	list-style: none;
}
#menu-responsive ul li{
	border-bottom: 1px solid #999;
	padding: 5px;
}
#menu-responsive ul li ul li{
	border-bottom: none;
	padding: 5px;
}

.botonSubmit{
	padding: 4%; border: 2px solid #aaa;
	padding-left: 6%; padding-right: 6%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	display: inline-block;
	cursor: pointer;
	background-color:#FFFFFF00;
}
.input{
	width:90%;
	padding:5%;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #cccccc;
	border-top:1px solid #E7E7E7;
	border-radius: 6px;
}
select.formularios{
	padding:3%;
	width:100%;
	border-top:1px solid #cccccc;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
}
input{
	width: 88%; padding: 4%; border: 2px solid #aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF00;
}
select{
	padding:10px;
	padding-top:10px; padding-bottom:10px;
	width:95%;
	border-top:1px solid #cccccc;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
}
.col2fija{
		width:48%;
		margin:1%;
		float:left;
	}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	width:90%;
	height:200px;
}

.bloqueDiv{
	background-color:#ffffff;
	width:100%;

	margin-bottom:3%;
	box-shadow:0px 1px 1px #B6B6B6;
}
.pad10{
	padding:10%;
}
.subtitulos{
	font-size:16px;
	font-weight:bold;
}
.texto{
	font-size:12px;
	font-weight:normal;
}
.textoChico{
	font-size:10px;
	font-weight:normal;
}

.boton{
	background-color:#60bf93;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	border-radius:4px;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	border-bottom:3px solid rgba(0,0,0,.15);
	margin:0px;
	cursor:pointer;
	width:auto;
}
.presionado{
	}
.verde{
	background-color:#4FBB4D;
}
.naranja{
	background-color:#F34C0C;
}
.rojo{
	background-color:#DC0319;
}
.azul{
	background-color:#0366DC;
}

@media (max-width:700px){
	#reservar{
		display:flex; width:95%; max-width: 600px;justify-content:center; flex-direction: column;align-items:center; padding-top:10px;
	}
	#botonBuscador{
		width:100%;
	}
	#botonBuscador button{
		width:100%;
	}
	.contenedorItemsFicha{
		display:flex;flex-direction:column;padding-top:40px;padding-bottom:60px;
	}

	.col2flex{
		display:flex;flex-direction:column;width:96%;padding:2%;
	}
	.colGaleria{
		width:31%;
		padding:1%
	}
	.botonRedondo img{
		width:48px;
		height:48px;
	}
	.flexOcultoEnRes{
		display:none;
	}
	.ocultoEnRes{
		display: none;
	}
	.ocultoEnDesktop{
		display: ;
	}

	#logo img{
		width:150px;
		padding:20px;
	}
	.col2{
		width:96%;
		margin:2%;
		overflow:auto;
	}
	.col3{
		width:96%;
		margin:2%;
		overflow:auto;
	}
	.col3flex{
		width:100%;display:flex;flex-direction:column;
	}
	.col4{
		width:96%;
		margin:2%;
		overflow:auto;
	}
	.col2au1{
		width:100%;
		float:none;
	}
	.col2au2{
		width:100%;
		float:none;
	}

	.plegado{
		width:100%;
	}
	.desplegado{
		width: 100%;
	}
	.contenedor-tareas{
		overflow:auto;
	}
	.mitadMBox{
		/*width:100%; height:100%; overflow:scroll;float:left;*/
	}
	#contenedor-mBox{
		overflow:scroll;
	}


}
@media (min-width:701px) and (max-width:990px){
	#reservar{
		display:flex; width:95%; max-width: 600px;justify-content:center; flex-direction: row;align-items:center; padding-top:10px;
	}
	#botonBuscador{

	}
	#botonBuscador button{

	}

	.contenedorItemsFicha{
		display:flex;flex-direction:row;padding-top:40px;padding-bottom:40px;
	}

	.col2flex{
		display:flex;flex-direction:column;width:46%;padding:2%;
	}
	.colGaleria{
		width:18%;
		padding:1%
	}
	.botonRedondo img{
		width:48px;
		height:48px;
	}
	.flexOcultoEnRes{
		display:flex;
	}
	.ocultoEnRes{
		display: ;
	}
	.ocultoEnDesktop{
		display: none;
	}

	#logo img{
		width:100px;
		padding:0px;
	}
	.col2{
		width:48%;
		margin:1;
		float:left;
	}
	.col3{
		width:30%;
		float:left;
		margin:1.6%;
	}
	.col3flex{
		width:33%;display:flex;flex-direction:column;
	}
	.col4{
		width:20%;
		float:left;
		margin:1.6%;
	}
	.col2au1{
		width:38.2%;
		float:left;
	}
	.col2au2{
		width:61.8%;
		float:left;
	}

	.plegado{
		width:38%;
		max-width: 400px;
	}
	.desplegado{
		width: 94%;
	}
	.contenedor-tareas{
		overflow:auto;
	}
	.mitadMBox{
		width:50%; height:100%; overflow:scroll;float:left;
	}

}

@media (min-width:991px){
	#reservar{
		display:flex; width:95%; max-width: 600px;justify-content:center; flex-direction: row;align-items:center; padding-top:10px;
	}
	#botonBuscador{

	}
	#botonBuscador button{

	}
	.inputCheckin:before {
	    content: "Llegada";
	    color: #888;
	    padding: 0 5px;
	}

	.inputCheckout:before {
	    content: "Salida";
	    color: #888;
	    padding: 0 5px;
	}
	.contenedorItemsFicha{
		display:flex;flex-direction:row;padding-top:40px;padding-bottom:40px;
	}

	.col2flex{
		display:flex;flex-direction:column;width:46%;padding:2%;
	}
	.colGaleria{
		width:14%;
		padding:1%
	}
	.botonRedondo img{
		width:64px;
		height:64px;
	}
	.flexOcultoEnRes{
		display:flex;
	}
	.ocultoEnRes{
		display: ;
	}
	.ocultoEnDesktop{
		display: none;
	}

	#logo img{
		width:150px;
		padding:20px;
	}
	.col2{
		width:48%;
		margin:1%;
		margin-left:0;
		margin-right:2%;
		float:left;
	}
	.col3{
		width:30%;
		float:left;
		margin:1.6%;
	}
	.col3flex{
		width:33%;display:flex;flex-direction:column;
	}
	.col4{
		width:20%;
		float:left;
		margin:1.6%;
	}
	.col2au1{
		width:38.2%;
		float:left;
	}
	.col2au2{
		width:61.8%;
		float:right;
	}

	.plegado{
		width:38%;
		max-width: 400px;
	}
	.desplegado{
		width: 95%;
	}
	.contenedor-tareas{
		overflow:auto;
		width:85%;
	}
	.mitadMBox{
		width:50%; height:100%; overflow:scroll;float:left;
	}

}


@media (max-width:300px){
	.anchoGeneral{
		width: 97%;
		margin:auto;
	}
	.tam1{
		font-size:10px;
	}
	.tam2{
		font-size:12px;
	}
	.tam3{
		font-size:16px;
	}
}
@media (min-width:301px) and (max-width:600px){
	.anchoGeneral{
		width: 95%;
		margin:auto;
	}
	.tam1{
		font-size:10px;
	}
	.tam2{
		font-size:12px;
	}
	.tam3{
		font-size:16px;
	}
}
@media (min-width:601px) and (max-width:900px){
	.anchoGeneral{
		width: 90%;
		margin:auto;
	}
	.tam1{
		font-size:11px;
	}
	.tam2{
		font-size:14px;
	}
	.tam3{
		font-size:16px;
	}
}
@media (min-width:901px) and (max-width:1200px){
	.anchoGeneral{
		width: 90%;
		margin:auto;
	}
	.tam1{
		font-size:12px;
	}
	.tam2{
		font-size:14px;
	}
	.tam3{
		font-size:18px;
	}
}

@media (min-width:1201px){
	.anchoGeneral{
		width: 85%;
		margin:auto;
	}
	.tam1{
		font-size:12px;
	}
	.tam2{
		font-size:16px;
	}
	.tam3{
		font-size:20px;
	}

}
