/* Estilos para el formulario de contacto */

@import "informacion_theme.css";

#contenido p {
	display: block;
	clear: both;
	line-height: 2;
	margin: 5px;
}

#contenido p label {
	display: block;
	margin-right: 15px;
	color: #990000;
}

.cajaTexto {
	border: 3px double #94927A;
	background-color: #fff;
}

#contenido p textarea {
	margin-left: 0;
	padding: 5px;
	border: 3px double #94927A;
	background-color: #fff;
	font-family: Tahoma;
	font-size: 95%;
}

.boton {
	display: inline;
	width: 150px;
	height: 21px;
	padding: 0;
	margin: 5px 5px 0px 0px;
	border: 0;
	background-image: url('../img/boton.jpg');
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.ok {
	color: #009900;
}

.error {
	color: #FF0000;
}

