.botonera {
    margin: 1em 0;
    font-family: sans-serif;
    font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
    text-align: center;
}
.botonera .boton {
	display: inline-block;
	margin: 0px;
    border: 1px solid #ccc;
	padding: .5em 1em;
	background-color: #eee;
    border-radius: .5em;
}
.botonera .boton {
    margin: .3em .3em;
}
.botonera .boton .icono {
	font-family: 'iconos';
    font-size: 1.4em;
    color: #28c;
    vertical-align: middle;
    
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.botonera .boton .etiqueta {
	padding-left: 1em;
	color: #000;
    vertical-align: middle;
}
.botonera .boton.rojo .icono {
    color: #c00;
}
.botonera .boton:hover {
    text-decoration: none;
    border-color: #000;
    background-color: #28c;
}
.botonera .boton.rojo:hover {
    background-color: #c00;
}
.botonera .boton:hover .icono {
    color: #fff;
}
.botonera .boton:hover .etiqueta {
    color: #fff;
}