/* CSS Main */
:root {
--DirectorioRaiz:tiendaenlinea;
}

.BordeNormal { background-color: #FFF;  }
.BordeAlerta { background-color: #FF000033 !important; transition: 5ms; border: 1px solid #F00; }

.Loading1 { display: block; position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: none;  vertical-align: middle; padding-top: 10%; z-index:5000; }
.Loading1 .ImgLoading {  display: block; height: 85px; width: 50%; margin-left: auto; margin-right: auto; border: 1px solid #FFF; background: #FFF url("/tiendaenlineav/_files/images/loading.gif") no-repeat; background-position: center 40%;
	font-size: 18px; font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; padding-top: 110px; text-align: center; webkit-box-shadow: 0px 0px 5px 5px rgba(50,50,50,.3);
-moz-box-shadow: 0px 0px 5px 5px rgba(50,50,50,.3);
box-shadow: 0px 0px 5px 5px rgba(50,50,50,.3); border-radius: 10px; }

.OcultarObj { display:none !important; visibility:hidden; }

.FormError { background:#FF000055 !important; }
.FormValido { background:#00CC0055 !important; }

.wpwl-hint-cardHolderError { color: #AC0002; font-weight: bold; }