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

#titulo_secciones1 , #titulo_secciones2 { 
  font-family: Montserrat, Calibri, Arial, sans-serif; height:35px; text-align:center; line-height:35px; font-size:22px; font-weight:500; color:#34495e; }

#input_falso_reserva { font-family: Montserrat, Calibri, Arial, sans-serif; text-align:center; font-size:20px; font-weight:400; height:30px; line-height:30px; color:#3f5973; 
  border:1px solid #adebad; background-color:#e6ffee; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; 
  -webkit-border-radius: 4px 4px 4px 4px }
	
#aColumanaIz { height:40px; color:#ed4c4b; }
#aColumnaR { text-align:right; }
#aColumnaL { text-align:left; }
	
#texto_iconos1 { font-family:Calibri, Candara, Arial, Bell MT, Corbel, Vrinda; font-size:16px; font-weight:400; height:40px; line-height:40px; color:#e6e6e6; }	
#iconos1 { font-size:20px; text-align:center; height:40px; line-height:40px; color:#e6e6e6; }

#leyenda { font-family:Montserrat, Calibri, Arial, sans-serif; font-size:14px; font-weight:400; color:#666666; height:30px; line-height:30px; }
#leyenda2 { font-family:Montserrat, Calibri, Arial, sans-serif; font-size:20px; font-weight:400; color:#666666; height:36px; line-height:36px; }
#leyenda3 { font-family:Montserrat, Calibri, Arial, sans-serif; font-size:18px; font-weight:400; color:#666666; height:20px; line-height:20px; }
#leyenda4 { font-family:Montserrat, Calibri, Arial, sans-serif; font-size:16px; font-weight:300; color:#999999; height:20px; line-height:20px; }

#lateral_input_tarifa1 { font-family:Calibri, Arial, sans-serif; font-size:14px; font-weight:400; color:#505e62; text-align:left; padding-left:3px; height:auto; line-height:28px;
	border: 0px; background: rgba(159,191,223,1); background: -moz-linear-gradient(top, rgba(159,191,223,1) 0%, rgba(102,153,204,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(159,191,223,1)), color-stop(100%, rgba(102,153,204,1)));
	background: -webkit-linear-gradient(top, rgba(159,191,223,1) 0%, rgba(102,153,204,1) 100%);
	background: -o-linear-gradient(top, rgba(159,191,223,1) 0%, rgba(102,153,204,1) 100%);
	background: -ms-linear-gradient(top, rgba(159,191,223,1) 0%, rgba(102,153,204,1) 100%);
	background: linear-gradient(to bottom, rgba(159,191,223,1) 0%, rgba(102,153,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fbfdf', endColorstr='#6699cc', GradientType=0 ); }
	
#boton_reserva , #importe_reserva { 
  font-family:Montserrat, Calibri, Arial, sans-serif; font-size:18px; font-weight:600; text-align:center; color:#ffffff; height:34px; line-height:34px;
  border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; border: 0px solid #000000; background: rgba(71,209,71,1);
  background: -moz-linear-gradient(left, rgba(71,209,71,1) 0%, rgba(41,163,41,1) 39%, rgba(41,163,41,1) 73%, rgba(71,209,71,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(71,209,71,1)), color-stop(39%, rgba(41,163,41,1)), color-stop(73%, rgba(41,163,41,1)), color-stop(100%, rgba(71,209,71,1)));
  background: -webkit-linear-gradient(left, rgba(71,209,71,1) 0%, rgba(41,163,41,1) 39%, rgba(41,163,41,1) 73%, rgba(71,209,71,1) 100%);
  background: -o-linear-gradient(left, rgba(71,209,71,1) 0%, rgba(41,163,41,1) 39%, rgba(41,163,41,1) 73%, rgba(71,209,71,1) 100%);
  background: -ms-linear-gradient(left, rgba(71,209,71,1) 0%, rgba(41,163,41,1) 39%, rgba(41,163,41,1) 73%, rgba(71,209,71,1) 100%);
  background: linear-gradient(to right, rgba(71,209,71,1) 0%, rgba(41,163,41,1) 39%, rgba(41,163,41,1) 73%, rgba(71,209,71,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47d147', endColorstr='#47d147', GradientType=1 ); }

#cabecera_flotanteDialogo {
  color:#ffffff; border-radius: 4px 4px 0px 0px; -moz-border-radius: 4px 4px 0px 0px; -webkit-border-radius: 4px 4px 0px 0px; background: rgba(125,136,119,1);
  text-align:center; background: -moz-linear-gradient(left, rgba(125,136,119,1) 0%, rgba(143,153,138,1) 100%); 
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(125,136,119,1)), color-stop(100%, rgba(143,153,138,1))); background: -webkit-linear-gradient(left, rgba(125,136,119,1) 0%, rgba(143,153,138,1) 100%); 
  background: -o-linear-gradient(left, rgba(125,136,119,1) 0%, rgba(143,153,138,1) 100%); background: -ms-linear-gradient(left, rgba(125,136,119,1) 0%, rgba(143,153,138,1) 100%);
  background: linear-gradient(to right, rgba(125,136,119,1) 0%, rgba(143,153,138,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d8877', endColorstr='#8f998a', GradientType=1 ); }	

