/* LAYOUT */

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
    background: #eeeeee;
    font: normal 10pt "Trebuchet MS", Tahoma, Verdana;
    text-align: center;
}
#layout {
  width: 960px;
  margin: 20px auto;
  text-align: left;
}
@media (min-width: 1200px) {
	#layout {
	    width: 1140px;
	}
}

#boxSup {
    width: 960px;
    height: 15px;
    line-height: 15px;
    background: transparent url('/media/img/shade-sup.png') no-repeat top left;
}
#boxInf {
    width: 960px;
    height: 10px;
    height: 15px;
    background: transparent url('/media/img/shade-inf.png') no-repeat bottom left;
    clear: both;
}
#boxMedIzq {
    padding: 0 0 0 15px;
    background: transparent url('/media/img/shade-izq.png') repeat-y top left;
}
#boxMedDer {
    padding: 0 15px 0 0;
    background: transparent url('/media/img/shade-der.png') repeat-y top right;
}
#boxMed {
    background: #ffffff;
}
#boxCuerpo {
    padding: 30px;
}
#enc {
    height: 140px;
}
#enc a.logo {
    text-indent: -999px;
    display: block;
    float: left;
    width: 500px;
    height: 135px;
    background: url('/media/img/logo.png') no-repeat left top;
}
#enc h1 {
    width: 520px;
    float: left;
    clear: left;
    margin: 0;
    padding: 0;
    font: normal 14pt "Trebuchet MS", Tahoma, Verdana;
    text-transform: uppercase;
}
#enc h1 span.i {
    font-style: italica;
    font-weight: bold;
}
#footer {
    color: #777;
    padding-top: 30px;
    text-align: center;
    clear: both;
    font-size: 8pt;
}
/* BARRA LATERAL */

#laterales {
    /*float: right;*/
    display: inline-block;
    width: 280px;
}
/* CUERPO ANGOSTO */

#cuerpo500 {
    display: inline-block;
    padding-right: 0px;
    vertical-align: top;
    width: 64.6%;
    margin-right: 3.5%;
}
@media (min-width: 1200px) {
	#cuerpo500 {
	  width: 70%;
	}
}

#cuerpo500 .box {
    padding: 30px 0 0 0;
}
/* FORMULARIOS */

.campo {
    padding: 5px;
}
#panel label {
    font-weight: bold;
}
#panel label.normal {
    font-weight: normal;
}
.ui-button {
    padding: 4px;
    !important;
    cursor: pointer;
}
.ui-widget-content {
    padding: 5px;
}
.ui-state-highlight {
    padding: 5px 10px;
    margin-bottom: 20px;
}
.ejemplo {
    font: normal 10pt georgia;
    font-style: italic;
    color: #aaaaaa;
}
.error {
    font: normal 10pt georgia;
    font-style: italic;
    color: #ff0000;
}
/* GENERALES */

h1 {
    font: normal 22pt Georgia, 'Times New Roman';
    color: #b8210e;
    margin: 0 0 30px 0;
    padding: 0;
}
a {
    color: #b8210e;
    padding: 0 1px;
}
img {
    border: 0;
}
table {
    border-collapse: collapse;
}
td {
    font-size: 10pt;
}
form * {
    font-size: 10pt;
}
.invisible {
    visibility: hidden;
}
.mouseOver .invisible {
    visibility: visible;
}
.small {
    font-size: 8pt;
    font-weight: normal;
}
.small img {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    padding-bottom: 2px;
}
.big {
    font-weight: bold;
    font-size: 12pt;
}
.strong {
    font-weight: bold;
}
/*cambios neo*/

#enc a.logo {
    float: none !important;
    width: auto;
    height: 100%;
    background: url(/media/img/logo.jpg) no-repeat top left;
    background-size: contain;
}
#boxCuerpo h1, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Montserrat', sans-serif !important;
}
.campo input[type=text], .campo input[type=password] {
    width: 300px;
}
.campo input[type=submit] {
    background: #ff7203;
    color: #fff;
    font-weight: bold;
    border: 0;
    box-shadow: 2px 2px 2px #222;
    padding: 5px;
}
body#usuarios-ingresar {
    background: #fafafa !important;
    font: normal 12px "Montserrat", Tahoma, Verdana!important;
}
body {
    background: #fafafa !important;
    font-family: "Montserrat", Tahoma, Verdana !important;
}
h1 {
    font-family: "Montserrat", Tahoma, Verdana !important;
}
#userBox {
    background: #333 !important;
    padding: 10px 10px !important;
}
.registrosEncabezado {
    background: #edebeb !important;
}
a {
    color: #c99e67 !important;
}
.registrosTabla tr.alternado td {
    background: #fafafa !important;
}
#boxMedIzq {
    padding: 0 0 0 5px !important;
    background: none !important;
}
#boxMedDer {
    padding: 0 5px 0 0 !important;
    background: none !important;
}
#boxSup, #boxInf {
    background: none !important;
}
.registrosEncabezado input {
    font-size: 10pt !important;
}
.registrosEncabezado input[type=submit] {
    background: #c99e67 !important;
    color: #fff !important;
    font-family: "Montserrat", Tahoma, Verdana !important;
    padding: 4px 10px 5px;
    font-weight: bold !important;
}
span.origen {
    background-color: #ccc !important;
    border: 1px solid #ddd;
    color: #fff !important;
}
.align-left {
    text-align: left;
}