/*	 ## CONTENIDO ESTÁTICO ########################## */
			
.Estatico {
	margin: 0 auto;
	width: 390px;
	padding-bottom: 30px;
}

.Estatico P {
	text-align: justify;
	padding: 10px 0;
	line-height: 15px;
}

.Estatico A {
	text-decoration: underline;
	color: #C12285;
}

/*	 ## CONTACTO ########################## */

.Estatico .Plano {
	margin: 10px 0 20px 0;
	height: 200px;
}

.Estatico .Datos {
	width: 390px;	
}

.Estatico .Datos TH {
	padding: 5px 0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	width: 170px;
	border-bottom: 1px solid #EBE4EF;
}

.Estatico .Datos TD {
	padding: 5px 0;
	border-bottom: 1px solid #EBE4EF;
}

.Estatico .Importe {
	border-spacing: 2px;
	width: 390px;
}

.Estatico .Importe TH {
	background: #C12285;
	color: #FFF;
	vertical-align: middle;
	padding: 5px;
	font-weight: normal;
}

.Estatico .Importe TD {
	text-align: right;
	padding: 5px;
	background: #E7E0ED;
}

.Estatico .Descuento {
	float: left;
	width: 40px;
	height: 41px;
}
	
.Estatico .CantidadDescuento {
	margin-left: 40px;
	height: 41px;
	line-height: 34px;
	font-size: 12px;
}

/*	 ## MAYORISTAS Y TIENDAS ########################## */

.Estatico .AccesoMayorista {
	margin: 0 auto;
}

.Estatico .AccesoMayorista INPUT.Largo {
	width: 205px;
}

.Estatico .AccesoMayorista INPUT.Corto {
	width: 135px;
}

.Estatico .Enviado {
	width: 420px;
	margin: 40px auto 0 auto;
	text-align: center;
}

.Estatico .Gracias {
	width: 420px;
	margin: 20px auto 0 auto;
	text-align: center;
	font-size: 20px;
	color: #C12285;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

/* ## FORMULARIOS #################### */	
	
.Form {
	width: 410px;
	margin-top: 10px;
}
		
	.Form #BotonEnviar {
		margin-top: 5px;
		width: 90px;
	}
	
	.Form LABEL {
		float: left;
		width: 120px;
		padding: 2px 0;
	}

	.Form INPUT.CampoLargo {
		width: 280px;
		margin-bottom: 5px;
	}
	
	.Form INPUT.CampoCorto {
		width: 150px;
		margin-bottom: 5px;
	}
		
	.Form TEXTAREA.TextareaLargo {
		width: 405px;
		height: 60px;
		margin-bottom: 5px;
		overflow: auto;
	}
	
	.Form TEXTAREA.TextareaCorto {
		width: 280px;
		height: 80px;
		margin-bottom: 5px;
		overflow: auto;
	}

	.Form .Botones {
		text-align: right;
		width: 405px;
	}
	
		.Form .Botones .BotonEnviar {
			margin-top: 5px;
			margin-left: auto;
			width: 70px;
			padding: 1px;   
			font-family: Arial;
			font-size: 11px;	
		}
	
	.Form A {
		text-decoration: underline;
	}
	
	
.EnvioOk {
	padding-top: 20px;
}
		
	.EnvioOk .Enviado {
		font-size: 12px;
		text-align: center;	
	}
	
	.EnvioOk .Gracias {
		color: #C12285;	
		font-size: 15px;
		text-align: center;
		font-weight: bold;
	}


