/*==============================================================================

PROYECTO  : rpuerto web
NOMBRE    : /css/contacto.css
FECHA     : 18-ABR-07
AUTOR     : Ricardo Puerto <rpuerto@veoveo.es>
COPYRIGHT : Copyright (c) 2007 Ricardo Puerto

SUMARIO

Hoja de estilos para la página de contacto.

==============================================================================*/


/* contenido ---------------------------------------------------------------- */

#contenido {
	margin: 65px 100px;
	width: 700px;
	background: url("/rc/contacto/fondo.gif") repeat-y;
	font-size: 11px;
	color: #2e2e2e;
	position: relative;
	overflow: auto;
}

/* texto -------------------------------------------------------------------- */

#texto {
	background: url("/rc/fondo-lista.gif") repeat-x;
	padding: 20px;
	width: 280px;
	float: left;
}

.texto img {
	border: none;
	background: none;
	padding: 5px 0;
	margin: 0;
}

/* form --------------------------------------------------------------------- */

form {
	background: url("/rc/fondo-lista.gif") repeat-x;
	margin-left: 1px;
	padding: 20px;
	width: 339px;
	float: left;
	overflow: hidden;
}

form #nombre {
	text-indent: -9999px;
	margin-left: 1px;
	width: 59px;
	height: 22px;
	background: url("/rc/contacto/nombre.gif");
}

form #email {
	text-indent: -9999px;
	margin-left: 1px;
	width: 46px;
	height: 22px;
	background: url("/rc/contacto/e-mail.gif");
}

form #mensaje {
	text-indent: -9999px;
	margin: 1px;
	width: 63px;
	height: 22px;
	background: url("/rc/contacto/mensaje.gif");
}

form #input-nombre,
form #input-email {
	width: 339px;
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

textarea {
	width: 339px;
	height: 150px;
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
}

form #submit {
	float: right;
}
