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

body
{
	background-image: url(img/fondo_susan.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center;
	background-position:top;
	background-color:#fbf4ea;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #6c5735;
}
.bajada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #6c5735;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6c5735;
}
.txt_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6c5735;
}
.txt_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6c5735;
}
.txt_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6c5735;
}
.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6c5735;
	background-color: #FFFFFF;
	border: thin solid #9f8865;
}

