@charset "utf-8";

.contenido2 {
	padding: 10px;
}
.texto {
	width: 500px;
}
.contacto1 {
	border: 3px solid #949494;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
}





.textbox {
	padding: 4px;
	border: 1px solid #940F0F;
	width: 350px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.textarea {
	height: 200px;
}
.textbox {
	font-family: verdana, arial;
	font-size: 14px;
	color: black;
	background: white;
}
.textbox:focus {
	background: #FFEBB0;
}
button {
	padding: 5px;
}
button img {
	border: none;
	vertical-align: middle;
	margin-right: 5px;
}
.error {
	color: red;
	margin: 20px;
}
.ok {
	color: #009600;
	margin: 20px;
}