﻿form.formularioReservas						{ float:right; margin-top:12px; margin-right:10px; }



.box_campos									{ float:left; margin-left:25px; }

.box_campos label							{
	display: block;
	margin-bottom: 2px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
}

.box_campos .containerCampo					{ width:160px; height:35px; position:relative; }



.containerCampo	input.textReservas			{ position:absolute; right:0; top:0; z-index:0; width:130px; height:33px; padding:0 30px 0 10px; border:1px solid #fff; background:#FFF; border-radius:3px; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; }

.box_campos select							{ width:60px; height:35px; padding:8px 6px; border:1px solid #fff; background:#FFF; border-radius:3px; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; }

.box_campos input.codigoPromocional			{ width:58px; height:33px; padding:0 10px; border:1px solid #fff; background:#FFF; border-radius:3px; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; }



.containerCampo	input.textReservas:hover, .box_campos select:hover, .box_campos .codigoPromocional:hover	{ border:1px solid #DD561C; }

.containerCampo	input.textReservas:focus, .box_campos select:focus, .box_campos .codigoPromocional:focus	{ border:1px solid #986452; background:#DBD2BF; }



.containerCampo	a.calendario				{ position:absolute; right:10px; top:10px; z-index:5; display:block; text-indent:-9999px; overflow:hidden; outline:none; width:16px; height:16px; background:url(../images/calendar.png) top center no-repeat; border:none; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease;}

.containerCampo	a.calendario:hover			{ background-position:bottom center; }

.box_campos .submitReservas					{
	width: 75px;
	height: 35px;
	margin-top: 18px;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #D91219;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	cursor: pointer;
}
.box_campos .submitReservas:hover			{ background: #CC1115; }

/* Metaforavisual */

.boxReservas								{
	top: 0;
	left: 0;
	z-index: 5;
	width: auto;
	border: none;
	float: left;
	
}

.boxReservas .contentReservas				{
	padding: 5px 10px 0 0;
	text-align: left;
	display: block; /*width:80px; margin:20px auto; line-height:25px;*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 25px;
	color: #346a58;
	
}
.boxReservas .contentReservas small			{ display: block; font-size: 15px; padding-top: 9px; }
