@charset "UTF-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C9C4A0;
	background-color: #301605;
	background-image: url(img/bg-correo.jpg);
	background-repeat: repeat;
	margin: 30px;
}


.formulario {
	background-color: #210F03;
	padding: 5px;
	width: 400px;
	border: 1px solid #6A412A;
	font-size: 14px;
	color: #A69A87;
}

h3 {
	font-size: 28px;
}


h4 {
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #66CC00;
	letter-spacing: -2px;
}

#imagen {
	float: left;
	width: 350px;
	margin-bottom: 15px;
}

#imagen img {
	padding: 4px;
	border: 1px solid #5A3623;
	background-color: #301605;
}


#contenido {
	float: right;
	width: 354px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5A3623;
}

#contenido a {
	color: #669900;
	text-decoration: none;
}

#contenido a:hover {
	color: #66CC00;
	text-decoration: underline;
}