﻿.botonera
{
	margin: 10px 0 10px 0;
	width: 100%;
	float: left;
}

.botonera a
{
	height: 20px;
	background-color: #ccc;
	border: solid 2px #999;
	color: #fff;
	text-decoration:none;

	font-weight: bold;
	text-align: center;
	padding: 4px 7px;
	
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px; 
    -ms-border-radius: 8px;    
    -khtml-border-radius: 8px;
}

.boton
{
	height: 20px;
	background-color: #ccc;
	border: solid 2px #999;
	color: #fff;
	text-decoration:none;

	font-weight: bold;
	text-align: center;
	padding: 4px 7px;
	
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px; 
    -ms-border-radius: 8px;    
    -khtml-border-radius: 8px;
}

.boton:hover
{
	background-color: #fff;
	color: #999;
}

.botonera a:hover
{
	background-color: #fff;
	color: #999;
}