#contenedor-captcha p.p-captcha {
float: left;
width: 205px;
}

#contenedor-captcha #captcha_label {
color: #666666;
display: block;
font-family: helvetica;
font-size: 13px !important;
font-weight: normal;
margin-bottom: 3px;
}

#contenedor-captcha #captcha {
background: none repeat scroll 0 0 #E3E3E3;
border: medium none;
border-radius: 3px;
color: #666;
font-family: "HelveticaNeue";
font-size: 14px;
height: 16px;
line-height: 18px;
padding: 5px;
margin-bottom: 0;
width: 220px;
}

#contenedor-captcha #captcha:focus {
  background: -moz-linear-gradient(center top , #79B932, #60A908) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  color: #000;
}

#contenedor-captcha .errorDiv.negrita {
  clear: both;
  margin-bottom: 10px;
}

#contenedor-captcha .contendor-img {
border: 3px solid #FFFFFF;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
clear: both;
float: left;
margin-bottom: 20px;
padding: 5px;
}

#contenedor-captcha #captchaImage {
  display: block;
  margin: 10px auto 0;
}

#mi-pedido .contendor-img{
	float: left;
	width: 100%;
}

#mi-pedido .contendor-img #captchaImage{
	float: left;
}
#msgerror.margen, #msgerrorConex.margen {
margin: 10px 0px !important;
display: block;
}

