.btn_grande, .btn_peque{
    background:#0D98FB; 
    background-image: -webkit-linear-gradient(top,#0D98FB,#1A5DB3);
    background-image: -moz-linear-gradient(top,#0D98FB,#1A5DB3);
    background-image: -o-linear-gradient(top,#0D98FB,#1A5DB3);  
    background-image: linear-gradient(to bottom,#0D98FB,#1A5DB3);   
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;  
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #71C0FD inset;
    -webkit-box-shadow: 0 1px 1px #71C0FD inset;
    -o-box-shadow: 0 1px 1px #71C0FD inset; 
    box-shadow: 0 1px 1px #71C0FD inset;
    padding: .6em 1.2em;
    font-size:1.5em;
    color: white;
    font-weight:normal;
    text-decoration:none;
    width:115px;
    margin-right:45px;
}
.btn_grande:hover, .btn_peque:hover {
    background:#1A5DB3;
    background-image: -webkit-linear-gradient(bottom,#0D98FB,#1A5DB3);
    background-image: -moz-linear-gradient(bottom,#0D98FB,#1A5DB3);
    background-image: -o-linear-gradient(bottom,#0D98FB,#1A5DB3);   
    background-image: linear-gradient(to top,#0D98FB,#1A5DB3);
    cursor: pointer;
    color:#ffffff;
    text-decoration:none;
}
.btn_muygrande{
  width:190px !important;
}
.btn_peque{
    padding: .2em 1.0em;
    font-size:0.8em;
    margin-bottom:2px;
}
.btn_dcha{
  float:right; 
  margin-right:30px; 
  margin-top:-46px;
}
table.listado_general{
	margin-top: 2em;
	margin-bottom: 1em;
}
table.listado_general thead tr th{
	background-color:#454545;
	color: #ffffff;
}
table.listado_general tbody tr td{
  border-bottom:1px dotted #c0c0c0;
}
