/*  /////////////////////// */
/*  M      P       - S      */
/*  Módulo Pedidos - Sitio  */
/*  ----------------------- */
/*  Revisión 11/05/2010     */



/* ITEMS ////////////////////////////////////////////////////////////////////////////////////// */

/* BOTONES y MENSAJES //////////////// */

.MP-S-boton-1 {
	float: left;
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	background-color: #a3007c;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
a.MP-S-boton-1:hover {
	text-decoration: none;
	background-color: #e500ae;
}
.MP-S-mensajes-contenedor-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	background-color: #efefef;
	text-align: center;
	width: 100%;
	position: relative;
	height: 50px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}


/* ITEMS DEL PEDIDO //////////////// */

.MP-S-bloque-items {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	position: relative;
	display: inline-block;
}
.MP-S-contenedor-descripcion {
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	display: table;
	padding-bottom: 15px;
}
.MP-S-contenedor-gral {
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: left;
	position: relative;
	display: block;
	width: 100%;
	display: table;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.MP-S-items-contenedor {
	text-decoration: none;
	text-align: left;
	position: relative;
	display: table;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 28px;
	background-color: #efefef;
	padding-top: 3px;
}
.MP-S-items-titulo-gral-1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	width: 15%;
	background-color: #a3007c;
	height: 17px;
	padding-top: 3px;
	z-index: 3;
}
.MP-S-items-titulo-articulo-1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	position: relative;
	display: block;
	float: left;
	width: 30%;
	background-color: #a3007c;
	height: 17px;
	padding-top: 3px;
	overflow: hidden;
	z-index: 3;
}
.MP-S-items-titulo-cantidad-1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	width: 10%;
	background-color: #a3007c;
	height: 17px;
	padding-top: 3px;
	overflow: hidden;
	z-index: 3;
}
.MP-S-items-titulo-precios-1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align:right;
	position: relative;
	display: block;
	float: left;
	width: 15%;
	background-color: #a3007c;
	height: 17px;
	padding-top: 3px;
	z-index: 3;
}
.MP-S-items-item-gral-1 {
	font-size: 11px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	width: 15%;
	height: 100%;
	padding-top: 3px;
	z-index: 3;
}
.MP-S-items-item-articulo-1 {
	font-size: 11px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	text-align: left;
	position: relative;
	display: inline;
	float: left;
	width: 30%;
	height: 100%;
	padding-top: 3px;
	overflow: hidden;
	z-index: 3;
}
.MP-S-items-item-cantidad-1 {
	font-size: 11px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
	float: left;
	width: 10%;
	height: 100%;
	padding-top: 3px;
	z-index: 3;
}
.MP-S-items-item-unitario-1 {
	font-size: 11px;
	font-weight: lighter;
	color: #333;
	text-decoration: none;
	text-align:right;
	position: relative;
	display: block;
	float: left;
	width: 15%;
	height: 100%;
	padding-top: 3px;
	z-index: 3;
}
.MP-S-items-item-subtotal-1 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align:right;
	position: relative;
	display: block;
	float: left;
	width: 15%;
	height: 100%;
	padding-top: 3px;
	z-index: 3;
}
.MP-S-items-boton-eliminar-1 {
	float: left;
	position: relative;
	display: block;
	font-size: 10px;
	color: #FFF;
	text-align:center;
	text-decoration: none;
	background-color: #999;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	letter-spacing: -1px;
	margin-left: 10px;
}
a.MP-S-items-boton-eliminar-1:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #a3007c;
}
.MP-S-total-1 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: right;
	position: relative;
	display: block;
	float: left;
	width: 65%;
	padding-top: 3px;
}
.MP-S-total-precio-1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align:right;
	position: relative;
	display: block;
	float: left;
	width: 20%;
	height: 17px;
	padding-top: 3px;
}
select {
	font-size: 11px;
}


/* BOTONES DEL PEDIDO //////////////// */

.MP-S-bloque-botones {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	position: relative;
	display: table;
	padding-top: 10px;
	padding-bottom: 10px;
}
.MP-S-boton-izquierdo-contenedor {
	text-align: left;
	position: relative;
	display: block;
	white-space: normal;
	float: left;
	width: 99%;
}
.MP-S-boton-derecho-contenedor {
	text-align:right;
	position: relative;
	display: block;
	white-space: normal;
	float:right;
}


/* DATOS ////////////////////////////////////////////////////////////////////////////////////// */


/* SESION / LOGIN //////////////// */
.MP-S-bloque-sesion {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	position: relative;
	display: inline-block;
}


/* DATOS DEL PEDIDO //////////////// */

.MP-S-bloque-datos {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	position: relative;
	display: inline-block;
}
.MP-S-datos-contenedor-1 {
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: left;
	position: relative;
	width: 100%;
	display: table;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.MP-S-datos-contenedor-2 {
	font-size: 12px;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	text-align: left;
	position: relative;
	display: table;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
	background-color: #efefef;
	margin-bottom: 5px;
}
.MP-S-datos-titulo-gral-1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background-color: #a3007c;
	height: 17px;
	padding-top: 3px;
	overflow: hidden;
	z-index: 3;
}

/* DATOS DEL PEDIDO // FORMULARIO  //////////////// */

.MP-S-datos-formulario-titulo {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: left;
	position: relative;
	display: block;
	letter-spacing: -1px;
	width: 100%;
	padding-bottom: 10px;
}
#formulario_datos #codigo_postal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	width: 25%;
}
#formulario_datos #ciudad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	width: 60%;
}
#formulario_datos input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	width: 90%;
}
#formulario_datos textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #000;
	width: 95%;
}
.MP-S-datos-formulario-campo-texto-simple-contenedor {
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	text-align: left;
	vertical-align: super;
	width: 50%;
	padding-bottom: 5px;
	float: left;
	position: relative;
	display: table;
}
.MP-S-datos-formulario-campo-texto-multiple-contenedor {
	font-size: 12px;
	font-weight: lighter;
	color: #333;
	text-align: left;
	vertical-align: super;
	width: 100%;
	padding-bottom: 5px;
	float: none;
	position: relative;
	display: table;
}
form {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#formulario_datos #bot_enviar {
	width: 120px;
}
