

.__boton_aceptar_swal{
						font-family:"Montserrat Arial Unicode Ms";
						font-size: 1.5em;
						text-align:center;
						pading: 2.0em auto 2.0em auto;
						width: 7em;
						height:4em;
						color:#FFFFFF;
						background:#34495E;
						border-radius: 15px 15px 15px 15px;
						cursor: pointer;
					  	outline: none;
					  	text-decoration:none;
}

.____boton_aceptar_swal:hover{
						color:#FFFFFF;
						background:#00100F;
}





.boton_compra{
						font-family:"Montserrat Arial Unicode Ms";
						font-size: 1.2em;
						width:30%;
						border:none;
						text-align:center;
						margin: 2.0em auto 2.0em auto;
					
					/*	padding: auto;*/
					
						/*
						color:#FDFEFE;
						background:#34495E;
						*/
					
						height:2.6em;
						border-radius: 15px 15px 15px 15px;
						cursor: pointer;
					  	outline: none;
					  	text-decoration:none;
}

.boton_compra:hover{
							/*	
								color:#414345;
								background: #E0EAFC; 
								background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);  
								background: linear-gradient(to right, #CFDEF3, #E0EAFC);
								*/ 
}






















.___boton_enviar{
						font-family:"Arial Unicode Ms";
						font-size: 1.0em;
						width:25%;
						height:4em;
						border:none;
						text-align:center;
						margin: 0.3em 0em 0em 0em;
						padding: 0.3em 0em 0em 0em;

						color:#FDFEFE;
						/*background:#34495E;*/
						/*height:1.6em;*/
						border-radius: 6px 6px 6px 6px;
						cursor: pointer;
				
						background: #4b6cb7;  /* fallback for old browsers */
						background: -webkit-linear-gradient(to bottom, #182848, #4b6cb7);  /* Chrome 10-25, Safari 5.1-6 */
						background: linear-gradient(to bottom, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

						/*Lawrencium*/
						/*https://uigradients.com/#Behongo*/
										  	outline: none;

}

.____boton_enviar:hover{
								color:#414345;
								background: #E0EAFC;  /* fallback for old browsers */
								background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
								background: linear-gradient(to right, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/
/**********************************************************************************************************************************/

@media only screen and (max-width: 1000px) {

				.boton_compra{
											font-size: 1.4em;
				}

}



