@charset "utf-8";
body {
	background-image: url(img/fondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-color: #876321;
}
.borde_abajo {
	background-image: url(img/borde_abajo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.borde_cinta {
	background-image: url(img/borde_cinta.png);
	background-position: right top;
	background-repeat: no-repeat;
}


.wrap {
	width: 970px;
	margin: 0 auto;
}
.nav {
	margin: 0;
	height: 90px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.color_qs {
	color: #d07301;
	text-decoration: none;
}
.fondo_base {
	background-image: url(img/base.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.txt_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.form {
	border: thin solid #7b3e16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 15px;
}.form_comentarios {
	border: thin solid #7b3e16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
.form_boton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #D07301;
	border: 1px solid #333;
	width: 75px;
	height: 17px;
}

