/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.boldbuttons{
background-image: url(../images/imgBackButton.jpg);
background-repeat: repeat-x;
border: 1px solid #666666;
font-weight: bold;
color: #fff;
padding: 2px 10px;
text-decoration: none;
height: 16px;
font-size: 11px;
float: right;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: #ebebeb; /*button text color*/
text-decoration: none;
}

a.boldbuttons span{
background-image: url(../images/imgBackButton.jpg);
display: block;
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: none;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
float: right;

}


/*botones nuevos */
.botonuno{
background-image: url(/nomicorp/img/imagescss/imgBackButton.jpg);
background-repeat: repeat-x;
border: 1px solid #666666;
font-weight: bold;
color: #fff;
padding: 2px 10px;
text-decoration: none;
font-size: 11px;
float: left;
margin: 5px;
}

.botondos
{
background-image: url(/nomicorp/img/imagescss/imgBackButton02.jpg);
background-repeat: repeat-x;
border: 1px solid #A8A8A8;
font-weight: bold;
color: #fff;
padding: 2px 10px;
text-decoration: none;
font-size: 11px;
float: left;
margin: 5px;
}
