﻿.Boton 
{
	background:#0558ee;
	color:rgb(255,255,255);
	display:inline-block;
	font-size:medium;
	margin:10px;
	padding:3px 0;
	text-align:center;
	width:96px;
	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.Amarillo {
	background:#e67e22;
	box-shadow:0px 3px 0px #b55704;
}
 
    /*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: 1px 10px 20px -1px rgba(0,0,0,0.4);
}        
