body {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	colosr: #000000;
	padding: 0px;
	list-style: circle outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	text-align: left;
}
ul {
	text-align:left;
}
td {
	text-align:left;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #04631F;
	text-decoration: none;
}
.menu_active {
	font-size: 18px;
	color: #FFFFFF;
	background: #04631F;
	font-weight: bold;
	text-transform: capitalize;
	cursor:pointer;
}
.menu {
	color: #000000;
	font-weight: bold;
	cursor:pointer;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../_img/botella_menu.gif);
}
.menu:hover {
	color: #FFFFFF;
	background: #666666;
}
.titulo {
	background: #04631F;
	background-position: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	text-align: center;
	border-bottom-color: #000000;
}
.subtitulo {
	color: #04631F;
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
}
.home_list {
	text-indent: 0px;
	list-style-position: inside;
	list-style-type: disc;
	white-space: nowrap;
}
.gracias {
	color: #FFFFFF; 
	font-weight: bold; 
}
.error {
	font-size: 14px;
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none;
}
.boton {
	background-color: #04631F; 
	border-color: #FF9933 #FF9933 #75A68E #75A68E; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-transform: none; 
	color: #FFFFFF; 
	font-size: 8pt; 
	border: thin outset; 
	line-height: 14px; 
	font-variant: normal
}
.bottle_top{
	background-attachment: fixed;
	background-image: url(_img/top.gif);
	background-position: right bottom;
}
.bottle_down{
	background-attachment: fixed;
	background-image: url(_img/bottom.gif);
	background-position: right top;
}
.picts {
	border: thick solid #04631F;
}
.picts_link {
	border: thick solid #009999;
}
.picts_link:hover {
	border: thick solid #FF0000;
}
