@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
}

.padeado10 {
	width: 780px;
	padding-left: 10px;
}
.leftBar {



}

.oneColFixCtrHdr #container {
	width: 800px; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.productoLogo {
	float: right;
	margin-top: 8px;
	margin-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 5px;
	visibility: hidden;
}

.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen bajo él. Si se utiliza una imagen en el #header en lugar de texto, es posible que le interese quitar el relleno. */
	width: 800px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	background-image: url(img/bg_bannerlt.jpg);
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

.barra {
	background-image: url(img/bg_02.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 800px;
	height: 20px;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-align: left;
	width: 500px;
}
.productoNombre {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #9D6F1E;
	background-image: url(img/bg_04.jpg);
	background-repeat: repeat-x;
	width: 520px;
	height: 20px;
	margin: 0px;
	padding-bottom: 5px;
}
.productoTexto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	width: 500px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	text-align: justify;
}
.producto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	width: 520px;
}

.productoDescripcion {
	font-size: medium;
	font-weight: bold;
	background-color: #E6E8E7;
	font-family: "Courier New", Courier, monospace;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	width: 520px;
	height: 20px;
}

.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}

.leftBar {
	width: 190px;
	float: left;
}
.rightBar {
	margin-left: 230px;
	width: 530px;
	padding-left: 5px;
	text-align: left;

}
.contenedor2 {
	background-image: url(img/fauxbg.png);
	background-repeat: repeat-y;
	width: 780px;
	margin-left: 10px;
	height: auto;
}
.productoPie {
	background-color: #E6E8E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	height: 20px;
	padding: 5px;
}
.productoPie a:hover {
	color: #F00;
}
.productoPie a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #C00;
	font-size: medium;
	background-image: url(img/bg_04.jpg);
	text-decoration: none;
	width: 120px;
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 20px;
}
#loginCliente {
	width: 190px;
	float: left;
	text-align: left;
	margin-left: 10px;
	background-color: #EEE;
	border: thin dotted #BBB;
	z-index: auto;
	padding-left: 5px;
}
.textoTabla {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: justify;
}
.lista {
	margin-left: 20px;
}

