/* CSS Document */

/*	Formulario de Reservaciones
		hydromagic.com.mx
		
		Lobo-X
		ic3 2009
		ideascreativas3,com.mx
*/

/*** ESTRUCTURA ***/

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#formulario_tabla {
	width: 100%;
/*	background-color: #aaccaa;*/
	font-size: 1px;
}

th {
	width: 70px;
	height: 16px;
	text-align: left;
	vertical-align: top;
}

.columnaCampos {
/*	width: 375px;*/
	width: 84%;
}

.guionSepara {
	height: 16px;
}


/**/
/*** TEXTOS ***/
/*** etiquetas */
.titContacto {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #5273BA;
}

.titPedidos {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #F99A53;
}

h3, h4, h5 {
	color: #5B5B5B;
	font-size: 11px;
	font-family: Arial Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	padding-left: 15px;
}
h3.error {
	color: #5273BA;
}

h4 {
	color: #F99A53;
	font-weight: bold;
	text-transform: uppercase;
}

h5.error {
	color: #F99A53;
}

/**/
/*** input::text */
.campo, .campoFixed {
	width: 100%;
	height: 16px;
	color: #5B5B5B;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.campo {
	background-color: #eee;
}
.campoFixed {
	background-color: #fff;
}

/**/
/*** select */
.select, .selectFixed {
	width: 38%;
	height: 16px;
	color: #5B5B5B;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.select {
	background-color: #eee;
}
.selectFixed {
	background-color: #fff;
}

/**/
/*** textarea */
.area, .areaFixed {
	width: 100%;
	height: 99px;
	color: #5B5B5B;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.area {
	background-color: #eee;
}
.areaFixed {
	background-color: #fff;
}

/**/
/*** input::submit */
.boton, .botonOff, .boton2, .boton2Off {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	background-color: transparent;
}

.boton {
	color: #5273BA;
}
.boton2 {
	color: #F99A53;
}
.botonOff, .boton2Off {
	color: #5B5B5B;
}

/**/
/* mensaje */
.mensaje, .mensaje2 {
	color: #5273BA;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}
.mensaje2 {
	color: #F99A53;
}
