@charset "utf-8";
/* CSS Document */
/***** CARRO DE COMPRAS *****/
#contCarroCompras {
	width:100%;
	padding-top: 120px;

	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
/**/
#contCarro {
	width:90%;
	margin:0 auto;
	padding:50px 5%;
	text-align:center;
	background-color:#F1F1F1;
}
#contCarro h1 {
	width:96%;
	margin:0 0 15px 0;
	padding:10px 0 10px 2%;
	font-size:1.2em;
	font-weight: 700;
	color:#FFF;
	text-transform:capitalize;
	background-color:#009BDB;
}
#contCarro .cienporcien {
	width:100%;
	padding:10px 0 10px 0;
	text-align: center;
}

#contCarro #Carro {
	width:100%;
	margin:0;
	padding:30px 0 20px 0;
	text-align:center;
	background-color:#F1F1F1;
}
#contCarro h5 {
	width:70%;
	margin:70px auto 0 auto;
	padding:20px 5%;
	text-align: left;
	font-size: 1.2em;
	color: #FFF;
	background-color:#009BDB;
}
/**/
@media only screen and (max-width:800px) {
	#contCarroCompras {
		padding-top: 30px;
	}
	#contCarro {
		width:90%;
		margin: 0 auto;
	}
}
/***** PASOS *****/
#contCarro #Carro #pasos {
	width:100%;
	margin:0 auto 20px auto;
}
#contCarro #Carro #pasos li {
	width:14%;
	margin:0;
	padding:7px 0 7px 3%;
	position:relative;
	display:inline-block;
	text-align:left;
	font-size:1.1em;
	font-weight:bolder;
	color: #888;
	border:2px solid #D1D1D1;
	background-color:#F1F1F1;
}
#contCarro #Carro #pasos li:nth-child(1) {
	color:#FFF;
	border-right:0px;
	background-color:#009BDB;
}
#contCarro #Carro #pasos li:nth-child(2) {
	border-right:0px;
}
#contCarro #Carro #pasos li:nth-child(3) {
	border-right:0px;
}
#contCarro #Carro #pasos li:nth-child(4) {
	border-right:0px;
}
/**/
#contCarro #Carro #pasos .first:before {
	content: " "; 
	width:0; 
	height:0;
	margin-top:-20px; 
	position:absolute;
	top:50%;
	left:100%;
	display:block; 
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
	border-left:20px solid #009BDB;
	z-index:2; 
}
/**/
@media only screen and (max-width:1000px) {
	#contCarro {
		width:90%;
	}
	#contCarro #pasos {
		font-size:.9em;
	}
}
@media only screen and (max-width:800px) {
	#contCarro {
		margin-top: 0;
	}
	#contCarro #Carro {
	padding: 0 0 20px 0;
	}
	#contCarro #pasos {
		width:100%;
		font-size:.8em;
	}
}
@media only screen and (max-width:700px) {
	#contCarro #pasos {
		display:none;
	}
}
/*****/
#contCarro #Carro #pasos2 {
	width:100%;
	margin:0 auto 20px auto;
}
#contCarro #Carro #pasos2 li {
	width:86%;
	margin:0 auto;
	padding: 10px 0;
	text-align: center;
	background-color: #009BDB;
}
#contCarro #Carro #pasos2 li img {
	width:35px;
	margin:0 10px 0 0;
	display: inline-block;
	vertical-align: text-bottom;
}
#contCarro #Carro #pasos2 li h2 {
	margin:0;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 700;
	color: #FFF;
}
@media only screen and (max-width:800px) {
	#contCarro #Carro #pasos2 li {
		width:90%;
	}
}
/*****/
#contCarro #Carro #cabecera {
	width:100%;
	margin:0 auto;
}
#contCarro #Carro #cabecera li {
	width:12%;
	padding:7px 0;
	display:inline-block;
	text-align:center;
	font-size:.8em;
	font-weight:bolder;
	color:#555;
	border:2px solid #D1D1D1;
	background-color:#F1F1F1;
}
#contCarro #Carro #cabecera li:nth-child(1) {
	border-right:0px;
}
#contCarro #Carro #cabecera li:nth-child(2) {
	width:30%;
	border-right:0px;
}
#contCarro #Carro #cabecera li:nth-child(3) {
	border-right:0px;
}
#contCarro #Carro #cabecera li:nth-child(4) {
	border-right:0px;
}
#contCarro #Carro #cabecera li:nth-child(5) {
	border-right:0px;
}
#contCarro #Carro #cabecera li:nth-child(6) {
	width:7%;
}
/**/
@media only screen and (max-width:800px) {
	#contCarro #cabecera {
		display:none;
	}
}
/*****/
#contCarro #Carro #cuerpo {
	width:100%;
	margin:5px auto 0 auto;
}
#contCarro #Carro #cuerpo li {
	width:12%;
	height:80px;
	padding:7px 0;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	font-size:.9em;
	color:#666;
	border:2px solid rgba(0,92,168,.5);
	background-color:#F1F1F1;
}
#contCarro #Carro #cuerpo li .code {
	text-transform: none;
	font-size: .8em;
	letter-spacing: 1px;
}
#contCarro #Carro #cuerpo li .code strong {
	font-weight: 700;
}
#contCarro #Carro #cuerpo li img {
	height:100%;
	margin:0 auto;
	display:block;
}
#contCarro #Carro #cuerpo li input {
	width:44%;
	margin:0 auto 0 auto;
	padding:3px 0;
	display:block;
	text-align:center;
	border:1px solid #CCC;
	background-color:#FFF;
}
#contCarro #Carro #cuerpo li .img {
	width:20px;
	height: 20px;
	margin:0 0 0 0;
	display:inline-block;
	cursor: pointer;
	opacity: .7;
	
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
#contCarro #Carro #cuerpo li .img:hover {
	opacity: 1;
}
#contCarro #Carro #cuerpo .actualizar {
	width:80%;
	margin:7px auto 0 auto;
	display:block;
	cursor:pointer;
	text-align:center;
	font-size:.8em;
	border:1px solid #CCC;
	background-color:#F1F1F1;
	
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
#contCarro #Carro #cuerpo .actualizar:hover {
	color:#FFF;
	border:1px solid #333;
	background-color:#333;
}
#contCarro #Carro #cuerpo .papelera {
	width:40%;
	margin:20px auto 0 auto;
	display:block;
	border:0;
	background:none;
}
#contCarro #Carro #cuerpo li:nth-child(1) {
	border-right:0px;
}
#contCarro #Carro #cuerpo li:nth-child(2) {
	width:26%;
	padding-right:2%;
	padding-left:2%;
	text-transform: uppercase;
	border-right:0px;
}
#contCarro #Carro #cuerpo li:nth-child(3) {
	text-align:center;
	border-right:0px;
}
#contCarro #Carro #cuerpo li:nth-child(4) {
	text-align:center;
	border-right:0px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
#contCarro #Carro #cuerpo li:nth-child(5) {
	text-align:center;
	font-weight:bolder;
	color:#333;
	border-right:0px;
}
#contCarro #Carro #cuerpo li:nth-child(6) {
	width:7%;
}
/**/
#contCarro #Carro #cuerpo .giros {
	font:1.8em 'RaphaelIcons';
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
	
    animation:t1 10000ms linear infinite;
    -webkit-animation:t1 10000ms linear infinite;
}
@keyframes t1 {
100% {
	transform: rotate(360deg);
}
}
@-webkit-keyframes t1 {
100% {
	-webkit-transform: rotate(360deg);
}
}
/***** CARRO CUERPO MOVIL *****/
@media only screen and (max-width:800px) {
	#contCarro #Carro #cuerpo {
		width:100%;
		margin:0 auto 20px auto;
	}
	#contCarro #Carro #cuerpo li:nth-child(1) {
		width:35%;
		border-bottom:0px;
	}
	#contCarro #Carro #cuerpo li:nth-child(2) {
		width:50%;
		border-right:2px solid rgba(0,92,168,.5);
		border-bottom:0px;
	}
	#contCarro #Carro #cuerpo li:nth-child(3) {
		width:20%;
	}
	#contCarro #Carro #cuerpo li:nth-child(4) {
		width:33%;
	}
	#contCarro #Carro #cuerpo li:nth-child(5) {
		width:20%;
	}
	#contCarro #Carro #cuerpo li:nth-child(6) {
		width:15%;
	}
	#contCarro #Carro #cuerpo li .code {
		display:none;
	}
}
/*****/
#contCarro #Carro #total {
	width:100%;
	margin:5px auto 0 auto;
}
#contCarro #Carro #total li {
	width:12%;
	padding:7px 0;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	font-size:.9em;
	color:#FFF;
	border:2px solid #CCC;
	background-color:#009BDB;
}
#contCarro #Carro #total li:nth-child(1) {
	border:2px solid #F1F1F1;
	border-right:0px;
	background-color:#F1F1F1;
}
#contCarro #Carro #total li:nth-child(2) {
	width:30%;
	border:2px solid #F1F1F1;
	border-right:0px;
	background-color:#F1F1F1;
}
#contCarro #Carro #total li:nth-child(3) {
	border:2px solid #F1F1F1;
	border-right:0px;
	background-color:#F1F1F1;
}
#contCarro #Carro #total li:nth-child(4) {
	text-align:center;
	font-weight:bolder;
	border-top:0px;
	border-right:0px;
}
#contCarro #Carro #total li:nth-child(5) {
	text-align:center;
	font-weight:bolder;
	border-top:0px;
	border-right:0px;
}
#contCarro #Carro #total li:nth-child(6) {
	width:7%;
	border:2px solid #F1F1F1;
	border-left:2px solid #CCC;
	background-color:#F1F1F1;
}
@media only screen and (max-width:800px) {
	#contCarro #Carro #total {
		margin-top:20px;
	}
	#contCarro #Carro #total li:nth-child(1) {
		display:none;
	}
	#contCarro #Carro #total li:nth-child(2) {
		display:none;
	}
	#contCarro #Carro #total li:nth-child(3) {
		display:none;
	}
	#contCarro #Carro #total li:nth-child(4) {
		width:20%;
	}
	#contCarro #Carro #total li:nth-child(5) {
		width:70%;
	}
	#contCarro #Carro #total li:nth-child(6) {
		display:none;
	}
}
/***** CONTENEDOR BOTONES *****/
#contCarro #contBotones {
	width:80%;
	margin:0 auto 20px auto;
	padding:0 0 10px 0;
	text-align:center;
	background-color:#F1F1F1;
}
/**/
#contCarro #contBotones #botones {
	width:80%;
	margin:0 auto;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
#contCarro #contBotones #botones a {
	width:25%;
}
@media only screen and (max-width:800px) {
	#contCarro #contBotones {
		width:90%;
	}
	#contCarro #contBotones #botones {
		margin:0 auto;
	}
	#contCarro #contBotones #botones a {
		width:52%;
		margin:0 auto;
	}
}
@media only screen and (max-width:600px) {
	#contCarro #contBotones #botones a {
		width:72%;
		margin:0 auto;
	}
}
/***** CONTENEDOR DESPACHO *****/
#contDespachos {
	width:79%;
	margin:0 auto 20px auto;
	padding:20px 4% 40px 4%;
	text-align: left;
	background-color:#FFF;
}
#contDespachos h2 {
	width:100%;
	margin-bottom:15px;
	padding-bottom:8px;
	font-size:1em;
	font-weight:bolder;
	color:#888;
	border-bottom:3px solid #CCC;
}
#contDespachos #despacho {
	width:100%;
	margin-bottom:15px;
	padding-bottom:20px;
	display:block;
	border-bottom:1px solid #CCC;
}
#contDespachos #despacho a {
	width:100%;
	margin:0 15px;
}
#contDespachos #despacho a i {
	width:12px;
	height: 12px;
	display:inline-block;
	vertical-align:middle;
	border: 3px solid #333;
}
#contDespachos #despacho a img {
	width:40px;
	margin:0 15px;
	display:inline-block;
	vertical-align:middle;
}
#contDespachos #despacho a legend {
	width:70%;
	display:inline-block;
	vertical-align:middle;
	font-size: .9em;
	font-weight:bolder;
	color: #555;
}
#contDespachos #despacho span {
	width:70px;
	font-size: .9em;
	font-weight: 700;
	color: #555;
}
/**/
#contDespachosOff {
	display: none;
}
/**/
@media only screen and (max-width:800px) {
	#contDespachos {
		width:82%;
	}
}
/**/

/***** RESUMEN *****/
#contCarro #contResumen {
	width:100%;
	margin:20px auto;
	text-align: left !important;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
#contCarro #contResumen #resumen {
	width:90%;
	margin-bottom: 20px;
	padding:20px 5% 40px 5%;
	border:2px solid #D1D1D1;
	background-color:#F1F1F1;
}
#contCarro #contResumen #resumen h2 {
	width:100%;
	margin-bottom:15px;
	padding-bottom:4px;
	font-size:1.1em;
	font-weight:bolder;
	color:#333;
	border-bottom:3px solid #D1D1D1;
}
#contCarro #contResumen #resumen ul {
}
#contCarro #contResumen #resumen ul li {
	margin-bottom:10px;
	padding-bottom:3px;
	color:#777;
	border-bottom:1px solid #D1D1D1;
}
#contCarro #contResumen #resumen ul li:last-child {
	color:#222;
}
#contCarro #contResumen #resumen ul li p {
	width:18%;
	display:inline-block;
	font-size:.9em;
	text-transform:capitalize;
}
#contCarro #contResumen #resumen ul li span {
	font-size:.7em;
}
#contCarro #contResumen #resumen ul li p:nth-child(1) {
	width:60%;
}
/**/
@media only screen and (max-width:800px) {
	#contCarro #contResumen {
		width:100%;
	}
	#contCarro #contResumen #resumen {
		width:100%;
		margin-bottom:20px;
	}
	#contCarro #contResumen #resumen ul li p:nth-child(1) {
		width:100%;
	}
	#contCarro #contResumen #resumen ul li p {
		width:100%;
		display:block;
	}
}
/***** DATOS CLIENTE *****/
#contResumen #documento {
	width:90%;
	padding:20px 5% 40px 5%;
	background-color:#F1F1F1;
	border: 2px solid #D1D1D1;
}
#contResumen #documento form input {
	width:96%;
	margin:5px 0 15px 0;
	padding:9px 2%;
	display:block;
	font-size:.7em;
	color:#111;
	border: 1px solid #D1D1D1;
}
#contResumen #documento form h4 {
	width:100%;
	margin: 20px 0 15px 0;
	display:block;
	font-size:.8em;
	color:#111;
}
#contResumen #documento form legend {
	width:100%;
	margin-top: 5px;
	display:block;
	font-size:.7em;
	color:#777;
}
#contResumen #documento form span {
	width:100%;
	display:block;
	font-size:.7em;
	font-style:italic;
	color:#FF3636;
}
#contResumen #documento form .noDisponible {
	display:inline;
}

/**/
#contResumen #documento form p {
	width:100%;
	margin-bottom:15px;
	padding-bottom:10px;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #D1D1D1;
}
#contResumen #documento form p input {
	width:3% !important;
	display: inline;
}
#contResumen #documento form p label {
	width:90%;
	display: inline-block;
}
#contResumen #documento form p label img {
	width:40px;
	margin:0 5px 0 5px;
	display: inline;
	vertical-align: middle;
}
#contResumen #documento form p label legend {
	display: inline;
	font-size: .8em;
	vertical-align: middle;
}
#contResumen #documento form p label i {
	display: inline;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight:bold;
	color:#008F2F;
	display: none;
}
#contResumen #documento form label i:hover {
	color:#D1D1D1;
}
#contResumen #documento h3 {
	width: 100%;
	margin-bottom: 7px;
	font-size: .9em;
	font-weight:bold;
}
#contResumen #documento figure {
	width: 100%;
	padding-top: 10px; 
}
#contResumen #documento figure img {
	width: 100%;
	margin: 0;
}
/**/
input[type="radio"], input[type="checkbox"] {
	display: none !important;
}
label:before {
	width: 20px;
	font-family: 'LigatureSymbols';
	font-size: 1.7em;
	display: inline-block;
	cursor: pointer;
}
input[type="radio"] + label:before  {
	content: "\E02b"; /* circle-blank */
}
input[type="radio"]:checked + label:before {
	content: "\E029"; /* circle */
}
input[type="checkbox"] + label:before {
	content: "\E02b"; /* check-empty */
}
input[type="checkbox"]:checked + label:before {
	content: "\E029"; /* check */
}
/**/
@media only screen and (max-width:700px) {
	#contResumen #documento {
		width:100%;
	}
	#contResumen #documento form  {
		width:90%;
		margin:0 auto;
	}
	#contResumen #documento form p input  {
		width:5%;
		padding:7px 3%;
	}
	#contResumen #documento form p label {
		width:95%;
		
		display:flex;
		flex-direction:row;
		justify-content:flex-start;
		flex-wrap:wrap;

		display:-webkit-flex;
		-webkit-flex-direction:row;
		-webkit-justify-content:flex-start;
		-webkit-flex-wrap:wrap;
	}
	#contResumen #documento form p label img {
		width:30px;
		height: 30px;
	}
	#contResumen #documento form p label legend {
		width: 72%;
		padding: 5px 0 0 2%;
		font-size: .8em;
	}
	#contResumen #documento form p label i {
		display: none;
	}
}
/***** COMENTARIO *****/
#contCarro #contComentario {
	width:90%;
	margin:0 auto 20px auto;
	padding:20px 5% 40px 5%;
	border:2px solid #D1D1D1;
	background-color:#F1F1F1;
}
#contCarro #contComentario h2 {
	width:75%;
	margin-bottom:15px;
	padding-bottom:4px;
	text-align: left;
	font-size:1em;
	font-weight:bolder;
	color:#333;
	border-bottom:3px solid #D1D1D1;
}
#contCarro #contComentario textarea {
	width:94%;
	margin-bottom:20px;
	padding:7px 3%;
	font-size:.7em;
	color:#111;
	border:2px solid #D1D1D1;
}
#contCarro #contComentario button {
	width:170px;
}
/**/
@media only screen and (max-width:800px) {
	#contCarro #contComentario {
		width:92%;
	}
	#contCarro #contComentario h2 {
		width:100%;
	}
	#contCarro #contComentario textarea {
		width:94%;
		margin:0 auto 10px auto;
		padding:7px 3%;
	}
}
/*****/
div#bgMensajesBoleta {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	cursor:pointer;
	background:rgba(0,0,0,.7);
}
div#mensajesBoleta {
	width:34%;
	padding:20px 20px 40px 20px;
	position:absolute;
	top:30%;
	left:50%;
	margin-left:-17%;
	cursor:pointer;
	background:#FFF;
	border:3px solid #D1D1D1;
}
div#mensajesBoleta h5 {
	width:90%;
	margin:0 auto 20px auto;
	padding-bottom:5px;
	text-align:center;
	font-size:1.7em;
	color:#333;
	border-bottom:3px solid #C1C1C1;
}
div#mensajesBoleta p {
	width:90%;
	margin:0 auto 7px auto;
	font-size:.9em;
	font-style:italic;
	color:#777;
}
div#mensajesBoleta p i {
	font-style:normal;
	color:#FF3636;
}
/**/
div#bgMensajesFactura {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	cursor:pointer;
	background:rgba(0,0,0,.7);
}
div#mensajesFactura {
	width:34%;
	padding:20px 20px 40px 20px;
	position:absolute;
	top:30%;
	left:50%;
	margin-left:-17%;
	cursor:pointer;
	background:#FFF;
	border:3px solid #D1D1D1;
}
div#mensajesFactura h5 {
	width:90%;
	margin:0 auto 20px auto;
	padding-bottom:5px;
	text-align:center;
	font-size:1.7em;
	color:#333;
	border-bottom:3px solid #C1C1C1;
}
div#mensajesFactura p {
	width:90%;
	margin:0 auto 7px auto;
	font-size:.9em;
	font-style:italic;
	color:#777;
}
div#mensajesFactura p i {
	font-style:normal;
	color:#FF3636;
}
/**/
div#bgMensajesVacio {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	cursor:pointer;
	background:rgba(0,0,0,.7);
}
div#mensajesVacio {
	width:34%;
	padding:20px 20px 40px 20px;
	position:absolute;
	top:30%;
	left:50%;
	margin-left:-17%;
	cursor:pointer;
	background:#FFF;
	border:3px solid #D1D1D1;
}
div#mensajesVacio h5 {
	width:90%;
	margin:0 auto 20px auto;
	padding-bottom:5px;
	text-align:center;
	font-size:1.7em;
	color:#333;
	border-bottom:3px solid #C1C1C1;
}
div#mensajesVacio p {
	width:90%;
	margin:0 auto 7px auto;
	font-size:.9em;
	font-style:italic;
	color:#777;
}
div#mensajesVacio p i {
	font-style:normal;
	color:#FF3636;
}
/**/
@media only screen and (max-width:800px) {
	div#bgMensajesBoleta {
		position:absolute;
	}
	div#bgMensajesFactura {
		position:absolute;
	}
	div#bgMensajesVacio {
		position:absolute;
	}
}
/***** PROCESAR *****/
#contCarro #procesar {
	width:80%;
	margin:0 auto;
	padding:40px 5% 60px 5%;
	background:#F5F5F5;
	border: 1px solid #D1D1D1;
}
#contCarro #procesar h2 {
	width: 90%;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	display: block;
	text-transform: uppercase;
	font-size:1.7em;
	color:#333;
	border: 2px solid #D1D1D1;
}
#contCarro #procesar h3 {
	width: 90%;
	margin: 10px auto;
	padding: 0;
	font-size:1em;
	color:#333;
}
#contCarro #procesar p {
	width: 90%;
	margin:7px auto 0 auto;
	text-align:justify;
	font-size:.9em;
	font-weight: 500;
	color:#777;
}
#contCarro #procesar p span {
	color:#555;
}
#contCarro #procesar .wpMessage {
	width: 90%;
	margin:10px auto;
	display: block;
	text-align:center;
	font-size:.8em;
	color:#888;
}
/**/
@media only screen and (max-width:800px) {
	#contCarro #procesar {
		width:90%;
		padding:20px 5% 30px 5%;
	}
	#contCarro #procesar h2 {
		padding-bottom: 10px;
		font-size:1.3em;
	}
	#contCarro #procesar p {
		font-size: .9em;
	}
}
/*****/
#contCarro #procesar .datosTransferencia {
	width:90%;
	margin:20px auto;
}
#contCarro #procesar .datosTransferencia h3 {
	margin-bottom:20px;
	text-align: left;
	font-size:1.1em;
	color:#333;
}
#contCarro #procesar .datosTransferencia h4 {
	margin-bottom:11px;
	text-align: left;
	font-size:1em;
	color:#333;
}
#contCarro #procesar .datosTransferencia p {
	margin:0 0 7px 0;
	font-size:.9em;
	color:#888;
}
#contCarro #procesar .datosTransferencia span {
	font-weight:bolder;
	color:#333;
}
/**/
@media only screen and (max-width:800px) {
#contCarro #contProcesar #procesar .datosTransferencia {
	width:100%;
	margin:20px auto;
}
}
/*****/
#contCarro iframe {
	width:100%;
	height:300px;
	margin:0;
	border:0;
	border-top:20px solid #F1F1F1;
}
/**/
#contCarro #procesar .datosTransferencia form {
	width:100%;
}
#contCarro #procesar .datosTransferencia form input {
	display:inline-block;
	cursor:pointer;
}
#contCarro #procesar .datosTransferencia form legend {
	width:90%;
	display:inline-block;
	font-size:.7em;
	color:#888;
}
#contCarro #procesar .datosTransferencia form button {
	margin:50px auto 0 auto;
	display:block;
	cursor:pointer;
	background:none;
}
#contCarro #procesar .datosTransferencia form button img {
	width:300px;
	margin:0 auto;
}
/**/
#contCarro #procesar .datosTransferencia form .button2 {
	width:200px;
	margin:0 auto;
	padding:5px 0;
	font-size:.9em;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	background-color:#F1F1F1;
	border:3px solid #333;
	
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
}
#contCarro #procesar .datosTransferencia form .button2:hover {
	color:#FFF;
	background:#333;
}
/***** WEBPAY *****/
#contFinal {
	width:100%;
	margin:0 auto;
	padding:50px 0;
}
#contFinal #final {
	width:60%;
	margin:0 auto;
	padding:20px 30px;
	background:#FFF;
	border: 1px solid #009BDB;
}
#contFinal #final h3 {
	width:90%;
	margin:10px auto 20px auto;
	padding: 7px 0;
	text-align:center;
	font-size:1.3em;
	color:#333;
	border: 1px solid #009BDB;
}
#contFinal #final h4 {
	width:90%;
	margin:15px auto 7px auto;
	padding: 7px 0;
	text-align:center;
	font-size:1em;
	color:#333;
	border: 1px solid #009BDB;
}
#contFinal #final p {
	width:87%;
	margin:5px auto;
	padding-left:3%;
	text-align:left;
	font-size:1em;
	color:#888;
}
#contFinal #final form {
	width:20%;
	margin:30px auto 0 auto;
}






