@charset "UTF-8";
.pattern {
	background-image: url(pattern.gif);
	background-repeat: repeat;
}
.degrade {
	background-image: url(degrade.jpg);
	background-repeat: repeat-x;
}
.stroke1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDCD0;
}
.imagen {
	background-image: url(images.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDCD0;
}
.titulo {
	background-image: url(titulo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDCD0;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #403E23;
	text-decoration: none;
}
.txt:link {
	color: #403E23;
	text-decoration: none;
}
.txt:hover {
	color: #DDDCD1;
	text-decoration: none;
}
.txt-blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #403E23;
	text-decoration: none;
	background-color: #D6D5C6;
	height: 20px;
	width: 298px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
.coment {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #403E23;
	text-decoration: none;
	background-color: #D6D5C6;
	height: 65px;
	width: 299px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #403E23;
	text-decoration: none;
	height: 20px;
	width: 299px;
}
.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #403E23;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #bebda9;
}
.btn:hover {
	color: #DDDCD1;
	text-decoration: none;
}
.stroke2 {
	padding: 3px;
	border: 1px solid #97947a;
	background-color: #FFFFFF;
}

