﻿/*Master page 1*/
* {
    padding: 0;
    font-family: "Open Sans";
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

body {
    background-image: url(../Images/FondoLogin.svg);
    background-color: #cccccc;
}

.LogoEmpresa {
    position: initial;
    margin: auto;
    width: 120px;
    height: 120px;
    max-width: 100%;
    max-height: 100%;
    background-image: url(../Images/fe33.png);
    background-repeat: no-repeat;
    border: 5px solid lightgray;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.LogoEmpresa3 {
    position: initial;
    margin: auto;
    width: 150px;
    height: 25px;
    background-image: url(../Images/Logo3.png);
    background-repeat: no-repeat;
    border: 0px solid #ff0000;
}

.xCampos {
    border-radius: 4px;
    border:1px solid gray;
    height:18px;
    padding-left:3px;
}
.xCamposChek {
}

.xTodosBotones {
    border: 1px solid gray;
    border-radius: 6px;
    background-color:lightgray;
}

.xRegresa {
    border: 1px solid gray;
    border-radius:500%;
}

.xLookUp {
    border: 1px solid gray;
    border-radius:3px;
    overflow:hidden;
}

.xRBbuscar {
    border: 1px solid gray;
    border-radius: 4px;
    overflow: hidden;
}

/**********************/
.xGrid {
    border: 1px solid gray;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width:auto;
    overflow: hidden;
    display:inline-block;
}

.xGrid td, .xGrid th {
    border: 1px solid gray;
    padding: 2px;
}

.xGrid table table td {
    border-style: none;
}
/**********************/