﻿.ContenidoBoton
{
    background-color:#F8FBFF; 
    font-family:Calibri,Arial,Arial Narrow,Verdana,Segoe UI;
    padding:  5px 5px 5px 5px;
    border:1px solid #a6c9e2; 
    margin-top:5px ; 
    margin-bottom:5px;
    color:#085D9A; 
    font-size:8pt;
    font-weight:700; 
    text-align:center;
    line-height:150%;
  }   
.Boton
{
   background-color:WhiteSmoke;
   font-family:sans-serif;
   font-size:8pt;
   padding:.3em .8em;
   border-style:none; 
   white-space:normal;
   width:90px;
   border: 1px solid SteelBlue;
   border-radius: 5px;
   color:#085D9A;
   cursor:pointer;         
 }
 .Boton-sm
{
   background-color:WhiteSmoke;
   font-family:sans-serif;
   font-size:8pt;
   padding:.3em .8em;
   border-style:none; 
   white-space:normal;
   width:55px;
   border: 1px solid SteelBlue;
   border-radius: 5px;
   color:#085D9A;
   cursor:pointer;         
 }
.Boton:hover
{
    background-color:#C4DAFD;
	text-decoration: none;
	border: 1px solid SteelBlue ;
	color:#085D9A;
}    
.BotonImagen
{
   /* background-image:url("../Imagenes/Iconos/mostrar.png");
    background-position: center 3px;
    background-repeat:no-repeat;*/
    background-color:White;
    font-family:sans-serif;
    white-space:normal;
    font-size:8pt;
    /*padding:  1em .1em .1em .1em;*/
    border-style:none; 
    width:80px;
    height:35px;
    border: 1px solid SteelBlue;
    border-radius: 5px;
    color:#085D9A;
    cursor:pointer;        
 
    }
    .BotonImagen:active
    {
    background-color:Red;
    
    }
    .BotonImagen:hover
    {
   /* background-image:url("../Imagenes/Iconos/mostrar.jpg");
    background-position: center 3px;
    background-repeat:no-repeat;
    background-color:White;*/
     background-color:#C4DAFD;
    /*font-family:sans-serif;
    font-size:8pt;
    padding:  1.3em .1em .1em .1em;
    border-style:none; 
    width:90px;
    height:35px;
    border: 1px solid SteelBlue;
    border-radius: 5px;
    color:#085D9A;*/
    cursor:pointer;        
    }
.BotonDesabilitado
{
    background-color:White;
    font-family: Segoe UI ,Calibri, Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size:7pt;
    padding:.3em .8em;
    width:90px;
    border: 1px solid #7D7A7A;
    border-radius: 5px;
    color:#7D7A7A;
        
 
  
}    

.Boton_ancho
{
   background-color:WhiteSmoke;
   font-family:sans-serif;
   font-size:8pt;
   padding:.3em .8em;
   border-style:none; 
   white-space:normal;
   width:180px;
   border: 1px solid SteelBlue;
   border-radius: 5px;
   color:#085D9A;
   cursor:pointer;         
 }
 
.Boton_ancho:hover
{
    background-color:#C4DAFD;
	text-decoration: none;
	border: 1px solid SteelBlue ;
	color:#085D9A;
}  