﻿.Botonera a
{
	background-color: #FFFFFF;
    border-color: #0066bd;
    border-width: 1px;
    border-style: solid;
    color: #0066bd;
    font-family: Verdana;
    font-size: 11px;
    cursor: pointer;
   width:80px;
   font-weight:bold;
   text-decoration:none;
   display:block;
   float:left;
   padding:2px 0px 2px 20px;
   float:left;
}
.Botonera .Guardar
{
   background:url(images/buttons/save.png) no-repeat left center;
}
.Botonera .Editar
{
   background:url(images/buttons/edit.png) no-repeat left center;
}
.Botonera .Eliminar
{
   background:url(images/buttons/delete.png) no-repeat left center;
}
.Botonera .Nuevo
{
   background:url(images/buttons/new.png) no-repeat left center;
}
.Botonera .Actualizar
{
   background:url(images/buttons/save.png) no-repeat left center;
}
.Botonera .Cancelar
{
   background:url(images/buttons/cancel.png) no-repeat left center;
}
.Botonera .Volver
{
   text-align:right;
   width:111px;
   float:right;
   background:url(images/buttons/undo.gif) no-repeat left center;
}
.Texto_Small, .Texto_Medium, .Texto_Large
{
   border:1px solid #dedede;
   height:16px;
   padding-left:5px;
   padding-right:5px;
   font-size:11px;
}
.Texto_Small
{
   width:200px;
}
.Texto_Medium
{
   width:400px;
}
.Texto_Large
{
   width:650px;
}