/* CSS Document */
.fondo {
	background-image: url(/newcal/images/fondo3.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	font-size: 14px;
    padding: 10px;
}

.fonda {
	width: 100%;
	font-size: 15px;
    padding: 10px;
	margin: auto;
}

select {
	/*font-size:20px;*/
	width:45%!important;
	float: left;
	margin: 0 auto;
}

.fecha {
	width: 90%!important;
}

.caja {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	background-image:url(/newcal/images/blanco_transparente.png);
	width: 90%;
    margin: auto;
	padding: 10px;
}
div.ui-datepicker{
 font-size:22px;
}
/*=======================================================================================
OPCIONES LISTADO
==========================================================================================*/



/*#button {
	color:#FFF;
	background-color:#749E3A;
	font-size:20px;
	width:20%;

}
*/

.precio{
	font-size: 40px;
	font-weight:bold;
	color:#3C62FF;
}

.titulo {
	text-align:center;
	color: #3C62FF;
	font-weight:bold;
}

.sombra { 	width: 90%;
			border: 1px solid;
			-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
			-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
			box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
			padding: 10px;
			border-radius: 10px 10px 10px 10px;
			-moz-border-radius: 10px 10px 10px 10px;
			-webkit-border-radius: 10px 10px 10px 10px;
			background-color: #FFFFFF;
			margin:auto;
}

.boton-listado {
	margin-top: 10px !important;
	background-color: #3C62FF !important;
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.boton-listado:hover {
	background-color: #FFFFFF !important;
	color: #3C62FF !important;
	border-color: #3C62FF !important;
}

/*============================================================================================================================
==============================================================================================================================
==============================================================================================================================*/

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
}

/* Floating column for inputs: 75% width */
/*.col-50 {
  float: left;
  width: 50%;
}
*/
/* Clear floats after the columns */
.fila:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 980px) {
	.col-50 {
		width: 100%;
		margin-top: 0;
	}
    .col-25  {
		width: 50%;
   		margin-top: 0;
  	}
	.col-50:after {
	  content: "";
	  display: table;
	  clear: both;
	}
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .col-25  {
		width: 100%;
   		margin-top: 0;
  }
}
