/*Botones nuevo mensaje ect*/
.buttons {
float:left;
height:auto;
width:auto;
margin:1em 0;
}

.buttons div a {
width: 100%;
height: 100%;
background-position: 0 0;
overflow: hidden;
display:block;
position:relative;
}

.buttons div span { 
width: 100%;
height: 100%; 
cursor: pointer;
display: block;
}
.buttons div a:hover span	{ background-position: 0 100%; }

.reply-icon span	{ background: transparent none 0 0 no-repeat; }
.post-icon span		{ background: transparent none 0 0 no-repeat; }
.locked-icon span	{ background: transparent none 0 0 no-repeat; }
.pmreply-icon span	{ background: none 0 0 no-repeat; }
.newpm-icon span 	{ background: none 0 0 no-repeat; }
.forwardpm-icon span 	{ background: none 0 0 no-repeat; }


.buttons div.reply-icon		{ width: 127px; height: 30px;}
.buttons div.post-icon		{ width: 127px; height: 30px; }
.buttons div.locked-icon	{ width: 127px; height: 30px; }
.buttons div.pmreply-icon	{ width: 127px; height: 30px; }
.buttons div.newpm-icon		{ width: 127px; height: 30px; }
.buttons div.forwardpm-icon	{ width: 127px; height: 30px; }



.reply-icon span	{ background-image: url("./styles/wo/imageset/es/button_topic_reply.gif"); }
.post-icon span		{ background-image: url("./styles/wo/imageset/es/button_topic_new.gif"); }
.locked-icon span	{ background-image: url("./styles/wo/imageset/es/button_topic_locked.gif"); }
.pmreply-icon span	{ background-image: url("./styles/wo/imageset/es/button_pm_reply.gif") ;}
.newpm-icon span 	{ background-image: url("./styles/wo/imageset/es/button_pm_new.gif") ;}
.forwardpm-icon span	{ background-image: url("./styles/wo/imageset/es/button_pm_forward.gif") ;}

/*Fin botones nuevo mensaje ect*/