/* CSS Document */
.fondo {
	width: 100%;
	padding: 10px;
	magin: 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
==========================================================================================*/

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

.titulo {
	text-align:center;
	color: #FF6B23;
	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 {
	background-color: #FF6B23 !important;
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.boton-listado:hover {
	background-color: #FFFFFF !important;
	color: #FF6B23 !important;
	border-color: #FF6B23 !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;
  }
}
