body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Contenedor {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/bg-login.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 20px;
}
#Contenedor #Encabezado {
	height: 101px;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
}
#Contenedor #Banner {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
}
#Contenedor #Encabezado #LogoPlaza {
	float: left;
}
#Contenedor #Encabezado #telefonos {
	float: right;
}
#Contenedor #Encabezado #Fecha {
	height: 41px;
	width: 200px;
	float: right;
}
#Contenedor #Fecha p {
	line-height: 41px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
	color: #666;
}
#Contenedor #Informacion {
	height: 94px;
	width: 761px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/bg-login-informacion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Contenedor #Informacion h2, #Contenedor #Informacion2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #AE1108;
}
#Contenedor #Informacion p, #Contenedor #Informacion2 p {
	text-align: left;
	font-size: 11px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Contenedor .primera {
	float: left;
	width: 492px;
	margin-left: 1px;
	padding-left: 10px;
}
#Contenedor .segunda {
	float: left;
	width: 246px;
	margin-left: 1px;
	padding-left: 10px;
}
#Contenedor #Informacion2 {
	height: 183px;
	width: 761px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/bg-login-informacion2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#Contenedor #Informacion2 .primera #frmIngresar {
	width: 400px;
	margin-left: 75px;
	text-align: left;
	display: block;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#Contenedor #Informacion2 .primera #frmIngresar label {
	display: block;
	font-weight: bold;
	color: #000;
	text-align: left;
	width: 100px;
	float: left;
}
#Contenedor #Informacion2 .primera #frmIngresar input[type=text] {
	clear: right;
	float: left;
	margin-bottom: 5px;
}
#Contenedor #Informacion2 .primera #frmIngresar input[type=submit] {
	clear: both;
	float: right;
}
#Contenedor #InfoCarrito {
	height: 400px;
	width: 761px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/carrito-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 16px;
}
#Contenedor #InfoCarrito .primera {
	width: 490px;
}
#Contenedor #InfoCarrito .segunda {
	width: 250px;
	padding-left: 5px;
}
#Contenedor #InfoCarrito h2 {
	color: #CA1800;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Contenedor #InfoCarrito h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7B7B7B;
	margin-top: 10px;
}
#Contenedor #InfoCarrito p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	text-align: left;
}
#Contenedor #InfoCarrito .segunda p {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#Contenedor #InfoCarrito #Carrito {
	width: 682px;
	height: 210px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	color: #7B7867;
}
#Carrito #Titulos {
	background-color: #424242;
	color: #7B7867;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	height: 15px;
}
.colCantidad {
	float: left;
	width: 62px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colCantidad input[type=text] {
	width: 20px;
	text-align: center;
}
.colProducto {
	float: left;
	width: 308px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colPrecio {
	float: left;
	width: 82px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colTotal {
	float: left;
	width: 64px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colTienda {
	float: left;
	width: 100px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.colEliminar {
	float: left;
	width: 45px;
}
.separadorCarrito {
	height: 1px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.SubTotal {
	float: left;
	text-align: right;
	display: block;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.SubTotalValor {
	float: left;
	width: 150px;
	text-align: left;
	display: block;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#Botones {
	float: right;
	width: 350px;
	padding-right: 20px;
	margin-top: 15px;
}

.espaciado {
	padding-top: 17px;
}
#Contenedor #Pie {
	background-color: #FFF;
	height: 102px;
	width: 739px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#Pie #siteseal {
	float: left;
	margin-left: 30px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#Pie #CopyRights {
	width: 465px;
	font-size: 9px;
	color: #999;
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}
#Pie img#Logo {
	float: left;
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ContenedorPie {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/media/imgs/login_pie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 12px;
}
