@charset "utf-8";
body {
	background-image: url(images/bodyBk.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.headerBg {
	background-image: url(images/headerBg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 165px;
}

#tableBase {
	border: medium double #900;
	background-image: url(images/tableBk.png);
	background-position: bottom;
	background-color: #FFF;
	background-repeat: repeat-x;
}
.white {
	color: #FFF;
}
.tinto {
	color: #900;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #900;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #900;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

h4 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	text-align: center;
	margin: 10px;
}

h5 {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #900;
	width: 174px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat;
	height: 12px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.productos {
	border: medium double #900;
	margin-top: 10px;
	margin-bottom: 10px;
}

.productos p {
	text-align: left;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
}
.productosDiv {
	overflow: auto;
	height: 260px;
	width: 730px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
