@charset "utf-8";
/* CSS Document */
body {
	background-image: url(imagenes/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #45332e;
	font-size: 14px;
	line-height: 20px;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.cont {
	background-image: url(imagenes/bg_y.jpg);
	background-repeat:  repeat-y;
	background-position: center;
	background-color: #FFFFFF;
}
.textoCentral {
	padding-top: 10px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 80px;
}
.titulo {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	text-transform: uppercase;
	color: #591C1A;
	background-color: #F2E2D2;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D5C8B7;
	border-right-color: #D5C8B7;
	border-bottom-color: #D5C8B7;
	border-left-color: #D5C8B7;
}
a:link {
	color: #8A4736;
}
a:hover {
	color: #921212;
	text-decoration: none;
}
.campoForm {
	background-color: #FDF9F2;
	border: 1px solid #D7CABA;
	width: 90%;
	padding: 3px;
	color: #49320C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.campoComment {
	background-color: #FDF9F2;
	border: 1px solid #CCC0B0;
	width: 95%;
	padding: 3px;
	color: #49320C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.cabecera {
	background-color: #FEFDFB;
	background-image: url(imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	padding-top: 10px;
}

