﻿
/* Espera */ 
.modalBackground { background-color: Gray; filter: alpha(opacity=50); opacity: 0.50; } 
.updateProgress{ border-width: 1px; border-style: solid; background-color: #FFFFFF; position: absolute; width: 288px; height: 53px; top: 83px; left: 688px;} 


/* Botones */ 
.btn btn-default {border: thin solid #666666; border-radius: 10px 10px 10px 10px; -moz-border-radius: 10px 10px 10px 10px; -webkit-border-radius: 10px 10px 10px 10px; -o-border-radius: 10px 10px 10px 10px; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( #999999), to(white)); Height: 30px; width: 100px; font-family: Verdana; Font-Size: 10pt; cursor: pointer;}
.btn btn-defaultmje{border: thin solid #666666; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from( #999999), to(white)); Height: 30px; width: 100px; font-family: Verdana; Font-Size: 10pt; cursor: pointer;}
.boton{ background: #65a9d7; background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7)); background: -webkit-linear-gradient(top, #3e779d, #65a9d7); background: -moz-linear-gradient(top, #3e779d, #65a9d7); background: -ms-linear-gradient(top, #3e779d, #65a9d7); margin: 4px; border-top: 1px solid #96d1f8; background: #65a9d7; padding: 5px 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; font-size: 14px; font-family: 'Lucida Grande' , Helvetica, Arial, Sans-Serif; text-decoration: none; vertical-align: middle; cursor: pointer; Width:140px; Height:40px; }
.boton:hover { border-top-color: #28597a; background: #28597a; color: #ccc; }
.boton:active { border-top-color: #1b435e; background: #1b435e; }
.btnBuscar{border-width: 0px; background-image: url('../App_images/bbuscar.png'); background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; cursor: pointer;}
.btnExcel{border-width: 0px; background-image: url('../App_images/excel.png'); background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; cursor: pointer;}
.btnTarifa{border-width: 0px; background-image: url('../App_images/tarifas.png'); background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; cursor: pointer;}
.btnNuevo{border-width: 0px; background-image: url('../App_images/bnuevo.png'); background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; cursor: pointer;}
.btnBuscarform{border-width: 0px; background-image: url('../App_images/Buscarform.png'); background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; cursor: pointer;}
.btnAgregar{border-width: 0px; background-image: url('../App_images/agregar.png'); background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; cursor: pointer;}
.btnDelete{border-width: 0px; background-image: url('../App_images/deleteform.png'); background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; width: 16px; height: 16px; cursor: pointer;}
.btnEdit{ border-width: 0px; background-image: url('../App_images/editform.png'); background-repeat: no-repeat; top: 0px; right: 0px; bottom: 0px; left: 0px; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; width: 16px; height: 16px; cursor: pointer;}

/* varios */ 
.AlineacionDer{text-align: right; padding-right: 20px;}
.AlineacionCen{text-align: center;}
.flotante{margin: 5px;float: left;}
