/* botones */

.newBoton {
    background-color:       #dadada;
    display:                table-cell;
    text-decoration:        none;
    padding:                2px 5px;
    color:                  #414143;
    border:                 1px outset #9e9ea0;        
    float:                  right;    
}
.newBoton:hover {
    /*background-color:       blue;*/  
}

.menuBotones {
    width:                  640px;
    float:                  right;
}
.menuBotones a {
    margin-left:            5px;
}

.boton {
	color:white;
	cursor:pointer;	
	float:right;
	width:70px;
	text-align:center;
	text-decoration:none;
	padding:2px 4px;
	margin:0 2px;
}

.bAzul {
    background-color:#0076b4;
}
a.bAzul:hover {
    background-color:#0092c6;
}
.bAzulOver {
    background-color:#0092c6;
}
.bVerde {
    background-color:#4e7c4b;
}
a.bVerde:hover {
    background-color:#749872;
}
.bVerdeOver {
    background-color:#749872;
}
.bRojo {
    background-color:#b55963;
}
a.bRojo:hover {
    background-color:#c67d84;
}
.bRojoOver {
    background-color:#c67d84;
}