.dvInputHelp
{
    background-color: #D14836;
    padding:5px;
    border-radius:3px;
    color:#fff;
    text-align:center;
    /*width: 300px;*/
    margin-left:10px;
}
.flecha_izquierda{
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #D14836;
}

.divBlue, .divBlue a
{
    /*background-color:#229EE6;
    color:white;
    border-radius:3px;*/
    padding:3px;
    color:inherit;
}

.imagenIndex
{
    float:left;
    padding:10px;
}

/*
================================================================================================*/
.iconImg
{
    width:16px;
    height:16px;
    margin-bottom:-3px;
}
.mailToE
{
    font-size: 10px;
    text-decoration: underline;
}


.icoMenu
{
    margin-right:5px;
    width:20px;
}
.btnIcon, .btnIconL
{
    width:43px;
    height:43px;
    
}

.dv_monto
{
    border-radius:3px;
    width:100%;
    color:white;
    background-color: #0083ce;
    padding: 3px;
    text-align:right;
}

.ver_small
{
     color:#BDBDBD;
     font-size:10px; 
     line-height: 20%;
}
#pagos>a {
	color: inherit;
	text-decoration: none;
}
#pagoTarjeta, #pagoOxxo, #pagoPaypal, #pagoDeposito {
	padding: 10px;
	border-bottom: 1px solid silver;
}
#pagoTarjeta:hover, #pagoOxxo:hover, #pagoPaypal:hover, #pagoDeposito:hover {
	background-color: #2fa4e7;
	color: white;
}
#pagoTarjetaBis, #pagoOxxoBis, #pagoPaypalBis, #pagoDepositoBis, #pagoFinalizadoExitoso, #continuar {
	display: none;
	font-size: 15px;
}
#papas {
	box-shadow: 0px 0px 10px silver;
	color: white; 
	border-radius: 10px; 
	padding: 20px; 
	margin: 20px 20px 20px 0px;
}
#pagos {
	margin-bottom: 40px;
	border-right: 1px solid silver;
}
#pagosFormas {
	margin-bottom: 40px;
}
#finalizarPago {
	padding-left: 10px; 
	border-left: 1px solid silver;
}
.cajasDeTexto {
	background-color: #f9f9f9;
	border-color: #ccc;
	border-radius: 3px;
	border-style: solid;
	padding: 5px; 
	border-radius: 5px;
	margin-top: 10px;
}
#errorActivo {
	background-color: rgb(98, 152, 45);
	box-shadow: 0px 0px 10px silver;
    color: white;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
}
#botonAceptar {
	color: #fff;
	background-color: #62982d;
	padding: 5px;
	font-style: italic;
	border: 0px;
	border-radius: 5px;
}
#botonOcultar {
	color: #fff;
	background-color: rgb(238, 110, 115);
	padding: 5px;
	font-style: italic;
	border: 0px;
	border-radius: 5px;
}
.burbuja {
	padding: 5px 10px 5px 10px;
	border: 1px solid silver;
	background-color: #0083CE;
	color: white;
	border-radius: 50px;
}
.xoxo {
	border: 1px solid #bce8f1;
	margin-bottom: 15px;
	padding: 10px 10px 5px;
	border-radius: 10px;
}
.xomo {
	background-color: rgb(47, 164, 231);
	color: white;
}

/*       ANIMAr
=============================================================================================0*/
            .nubesDown	
            { 
                background-image: url(../imgs/nubeWhite.png);
                background-repeat: repeat-x;
                animation: animated 40s linear infinite;
                width:100%;
                margin-top:100px;
                margin-bottom: -20px;

            }

            @keyframes animated 
            {
                0%   {  background-position: 20%, 0 ; }
                20%  {  background-position: 40%, 0;  }
                40%  {  background-position: 60%, 0;  }
                80%  {  background-position: 80%, 0;  }
                100% {  background-position: 100%, 0;  }
            }
