/* Formularios ( contacto, inscribete, publicate, recomiendanos ) */

body, div, p, form, input, textarea, table, td, th, select, option {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

body {
  background:url(../imgsite/ficha/fdo-palm.png);
	background-color: #042b44;
	margin: 0px;
	padding: 20px;
	padding-bottom: 0px;
	}

a, a:link { outline: none; }

select, input.texto, textarea, .botonEnviar {
	background-color: #333333;
	border: 1px solid #FF470C;
	height: 20px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
.botonEnviar {
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	padding-top: 1px;
	height: 18px;
	}
input.texto {
	height: 18px;
	padding: 0px 4px;
	}

.tituloFormulario {
	color: #FF470C;
	font-size: 20px;
	text-align: center;
	}
.texto1Formulario {
	font-size: 13px;
	text-align: center;
	margin: 12px 0px 16px;;
	}
.tablaFormulario {
	width: 100%;
	}
.colIzq {
	text-align: right;
	padding-right: 6px;
	vertical-align: middle;
	white-space: nowrap;
	}
.colDer {
	padding: 0px;
	text-align: left;
	height: 26px;
	vertical-align: middle;
	white-space: nowrap;
	}
	
.textoContacto {
	font-size: 16px;
	text-align: center;
	line-height: 1.2em;
	margin-top: 10px;
	}