﻿

.boton_peque {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:10px;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.boton_peque:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.boton_peque:active {
	position:relative;
	top:1px;
}



.button_grande{
	font-size: 16px;
	font-weight: bold;
	background-color: #5882FA;
	color: white;
	border-radius: 6px;
	height: 40px;
	width: 200px;
	border-width: 0px 3px 0px 0px;
	border-color: #819FF7;
	font-family: sans-serif; 
	margin-bottom:20px;
}

.button_grande:hover{
	box-shadow: blue 0px 0px 5px;
	background:#2E64FE;
	-moz-transition:0.2s;
    -ms-transition:0.2s;
    -o-transition:0.2s;
    -webkit-transition:0.2s;
    transition:0.2s;
}