/* DECORACIÓN PRINCIPAL */
.buttoncomments {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 12px 20px;
	font-size: 18px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #666666;	
	box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: inline-block;
	font-family: Arial, Helvetica, sans;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}
/* SOMBRAS RATÓN ENCIMA */
.buttoncomments:hover {
	box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
	color: #fff !important;
}
/* SOMBRAS SIN RATÓN ENCIMA */
.buttoncomments:active {
	top: 7px;
	box-shadow: 0 2px 0 #393939, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);	
	color: #fff !important;
}
/* DECORACIÓN TEXTO ENLACE NORMAL */
.buttoncomments a {
	color: #0D6001;
	text-decoration: none;
}
/* DECORACIÓN TEXTO ENLACE RATÓN ENCIMA */
.buttoncomments a:hover {
	color: #0D6001;
	text-decoration: none;
}
/* BORDE */
.rectangularbutton {
	border-radius: 10px / 35px;
	-webkit-border-radius: 10px / 35px;
	-moz-border-radius: 10px / 35px;
}
/* COLOR Y SOMBRAS NORMAL */
.greenbutton {	
	background-color: #7fc345;	
	box-shadow: 0 5px 5px #508530, 0 9px 0 #385e25, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}
/* SOMBRAS RATÓN ENCIMA */
.greenbutton:hover {
	box-shadow: 0 5px 5px #508530, 0 9px 0 #385e25, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}
/* SOMBRAS SIN RATÓN ENCIMA */
.greenbutton:active {
	box-shadow: 0 2px 0 #385e25, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);	
}
