﻿.Boton {
    height: 24px;
    background: #0558ee;
    color: rgb(255,255,255);
    display: inline-block;
    font-family:Arial;
    font-size:12px;
    /*margin: 10px;*/
    padding: 3px 0;
    text-align: center;
    width: 90px;
    text-decoration: none;
    /*box-shadow: 0px 3px 0px #373c3c;*/
    cursor: pointer;
}
        
.Boton img {
    margin-right:5px;
}
 
/*Colores*/
.Boton.Gris {
	box-shadow:0px 0px 0px;
}

    .Boton.Verde {
        background: #5cb85c;
        border-color: #4cae4c;
        border-radius: 4px;
    }

    .Boton.Azul {
        background: #0094ff;
        border-color: #eea236;
        border-radius: 4px;
    }

    .Boton.Naranja {
        background: #f0ad4e;
        border-color: #eea236;
        border-radius: 4px;
    }
 
    /*Tamaños*/
.Boton.Medio {
	width:350px;
}
 
.Boton.Largo {
	width:450px;
}
 
.Boton.Radio {
	border-radius:50px;
}
 
/*Efectos, Hover*/
    .Boton:hover {
        -moz-box-shadow: 1px 14px 46px -1px rgba(0,0,0,0.6);
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4);
    }

.Seleccion_Icono:hover {
    -moz-box-shadow: 1px 14px 46px -1px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 20px 5px white;
    cursor: pointer;
}

.Tarjeta_0 {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    float: left;
}
