/*
  JAtiencia 20.08.2015
  Implementa estilos para personalización de interfaces internas
*/
.accionesFrm {
    height: 30px;
    text-align: left;
}

.btnGridView, .btnGridAdd, .btnGridEdit, .btnGridDelete,.btnGridPlay, .btnGridPdf, .btnGridExcel {
    color: #0f6cb6;
    font-size: 11px;
    font-weight: bold;
}

.ui-icon-pdf {
    background: url("images/pdf_icon.png") no-repeat top left;
    height: 16px;
    width: 19px;
    display: inline-block;
}
.ui-icon-excel {
    background: url("images/icon_excel.png") no-repeat top left;
    height: 16px;
    width: 19px;
    display: inline-block;
}

.customer-photo {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    background-position: center center;
    vertical-align: middle;
    line-height: 80px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
}

#btnAccionesGrid {
    text-align: center;
}

#btnAccionesGrid img {
    vertical-align: baseline;
}

p.terminoCondicion {
    text-align: justify;
    font-size: 12px;
}

.menuServicios{
    background: rgba(37, 80, 109, 0.9019607843137255);
}

.menuServicios:hover{
    background: rgba(37, 80, 109, 0.7)
}

.fondoPaginaPrincipal {
    overflow-y: auto;
    height: 72vh; 
    min-height: 72vh; 
    width: 100%; 
    min-width: 100%; 
    background-size: cover;
    background-image: url(../Content/imagenes/palacio_de_najas.png);
}