.fondoPagina {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/fondoPagina.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #333333;
}
.fondoTablaCuerpo {
	background-color: #FFFFFF;
	background-image: url(images/fondoTablaCuerpo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cajaProductos {
	background-image: url(images/fondoCajaProductos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #9777C2;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
	color: #003399;
}


a.enlaceProductos:link {
	color: #003399;
	text-decoration: underline;
}
a.enlaceProductos:visited {
	text-decoration: none;
	color: #003399;
}
a.enlaceProductos:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #627080;
}
a.enlaceProductos:active {
	text-decoration: none;
	color: #003399;
}


a.enlaceSubmenu:link {
	color: #003399;
	text-decoration: underline;
	margin-left: 10px;
}
a.enlaceSubmenu:visited {
	text-decoration: none;
	color: #003399;
}
a.enlaceSubmenu:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #627080;
}
a.enlaceSubmenu:active {
	text-decoration: none;
	color: #003399;
}


.piePagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-image: url(images/fondoPie.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 0px;
}
.textoCuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	letter-spacing: -1px;
}
.tituloSeccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #277416;
	letter-spacing: -1px;
}
.celdaMenu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.fondoTablaProductos {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
}
.subProducto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	letter-spacing: -1px;
}
.categoriaProducto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	letter-spacing: -1px;
	background-color: #FFFFFF;
}
.separadorProductos {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
