@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,700italic,400italic,300italic");
@import url("bootstrap.css");
@import url("font-awesome.css");
@import url("NeutraTextTF-Demi.otf");
@import url("Roboto-Regular.ttf");

@font-face {
  font-family: Roboto;
  src: url("Roboto-Regular.ttf");
}

@font-face {
  font-family: NeutraTextTF;
  src: url("NeutraTextTF-Demi.otf");
}

/*!
Proyecto: Parque Serenidad
Fecha: Agosto - Septiembre 2015
Autor: @josemariopy
URL: http://www.creativ.im
OJO: Mirar siempre al final de este documento donde se 
hace la SOBRE ESCRITURA DEL CSS ORIGINAL y los AGREGADOS... 
*/
* {
  margin: 0;
  padding: 0;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body {
  font-weight: 300;
  font-family: 'Roboto', Arial, sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 170%;
  background-color: black;
  width: 100%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  font-weight: 400;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 3px 0 3px;
  text-transform: uppercase;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  font-family: 'Roboto', Arial, sans-serif;
  color: #5a4a42;
}
a {
  color: #5a4a42;
  text-decoration: none;
}
a:hover {
  color: #caa166;
  text-decoration: underline;
}
p {
  margin: 0 0 20px;
}
em {
  color: #5a4a42;
}
.btn {
  padding: 12px 24px;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  font-weight: 700;
  font-size: 1em;
}
.btn.btn-primary {
  background: #caa166;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background: #418f47;
}
.btn.btn-default {
  background-color: #ffffff;
  color: #caa166;
}
.btn.btn-default:hover {
  background-color: #caa166;
  color: #ffffff;
}
header {
  background-color: #ffffff;
}
header .logo {
  display: block;
  float: left;
  width: 367px;
  height: 77px;
  text-indent: -9999px;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px;
}
header .navbar {
  border: 0;
  margin: 0;
  background: transparent;
}
header .navbar .navbar-nav {
  margin-top: 30px;
  float: right;
}
header .navbar .navbar-nav li a {
  color: #5a4a42;
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .navbar .navbar-nav li a:hover {
  background: #caa166;
  color: #ffffff;
}
header .navbar .navbar-nav li.dropdown > .dropdown-menu {
  background: rgba(202, 161, 102, 0.65);
  border: 0;
  box-shadow: none;
  padding: 0;
}
header .navbar .navbar-nav li.dropdown > .dropdown-menu > li {
  opacity: .65;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar .navbar-nav li.dropdown > .dropdown-menu > li a {
  color: #ffffff;
  padding: 10px;
  font-weight: 400;
}
header .navbar .navbar-nav li.dropdown > .dropdown-menu > li:hover {
  opacity: 1;
}
header .navbar .navbar-nav li.dropdown > .dropdown-menu > li:hover a {
  font-weight: 500;
}
header .navbar .navbar-nav > .open > a,
header .navbar .navbar-nav > .open > a:focus,
header .navbar .navbar-nav > .open > a:hover {
  background: #caa166;
  color: #ffffff;
}
header .navbar .navbar-search {
  position: relative;
  float: right;
  border: 0;
  margin: 20px 10px 8px 0;
  padding: 9px 10px;
  font-size: 20px;
  background: #ffffff;
  color: #caa166;
  outline: 0;
}
header .navbar .navbar-search:focus,
header .navbar .navbar-search:hover {
  background: #caa166;
  color: #ffffff;
}
header .panel-group {
  margin: 0;
}
header .panel-group .panel,
header .panel-group .panel.panel-default {
  border: 0;
  background-color: black;
}
header .panel-group .panel-centered {
  text-align: center;
}
header .panel-group .panel-centered input {
  width: 100%;
  padding: 12px 24px;
  font-size: 1em;
}
header .panel-group .panel-centered input.searchfield {
  padding: 10px 24px;
  border: 1px solid #caa166;
  outline: 0;
}
#slider-main .carousel-indicators {
  text-align: right;
}
#slider-main .carousel-indicators li {
  width: 13px;
  height: 13px;
}
#slider-main .carousel-indicators li.active {
  width: 14px;
  height: 14px;
}
#slider-main .carousel-inner .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#slider-main .carousel-inner .item img {
  width: 100%;
  height: 400px;
}
section.home-section {
  background-color: #ffffff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*-webkit-box-shadow: 0px 5px 5px #e4d6ba;*/
  /*-moz-box-shadow: 0px 5px 5px #e4d6ba;*/
  /*box-shadow: 0px 5px 5px #e4d6ba;*/
}
section.home-section header h2 {
  font-size: 24px;
  color: #5a4a42;
  text-align: center;
  margin-bottom: 20px;
}
section.home-section header h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #5a4a42;
  margin: 10px auto 0;
}
section.home-section article img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 1px;
  border: 1px solid #caa166;
}
section.home-section article .exequias-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: 305px;
  width: 100%;
  margin-bottom: 15px;
}
section.home-section article .exequias-list .fecha-exequias {
  text-align: center;
  margin: 20px 0;
}
section.home-section article .exequias-list .item-exequias {
  padding: 10px 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c2b59b;
}
section.home-section article .exequias-list .item-exequias:before {
  display: block;
  content: "";
  background-image: url('../images/cross.jpg');
  background-repeat: no-repeat;
  width: 15px;
  height: 19px;
  float: left;
  margin: 10px 10px 0 0;
}
section.home-section article .exequias-list .item-exequias strong {
  display: block;
}
.top-header {
  background-image: url('../images/top-header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}
.top-header h1 {
  color: #ffffff;
  margin: 45px 0 40px;
}
section.interna {
  background-color: #ffffff;
  padding: 50px;
  margin-top: -80px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0px 5px 5px #e4d6ba;
  -moz-box-shadow: 0px 5px 5px #e4d6ba;
  box-shadow: 0px 5px 5px #e4d6ba;
}
section.interna img {
  max-width: 100%;
}
section.interna img.m10 {
  margin: 10px;
}
section.interna ul {
  padding-left: 25px;
}
section.interna #slider-interna {
  width: 400px;
  display: inline-block;
  float: right;
  padding: 1px;
  margin: 10px;
  border: 1px solid #c2b59b;
}
section.interna #slider-interna .carousel-indicators {
  width: 92%;
  left: 30%;
  text-align: right;
  bottom: 5px;
}
section.interna #slider-interna.fullwidth {
  width: 100%;
  margin-bottom: 30px;
}
section.interna .head-sucursal span {
  color: #5a4a42;
  text-transform: uppercase;
}
section.interna .head-sucursal h2 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: bold;
  color: #5a4a42;
  text-transform: uppercase;
  font-size: 29px;
  margin: 0px;
  padding: 0px;
}
section.interna .head-sucursal hr {
  background: #c2b59b;
  height: 1px;
  margin: 5px 0 10px;
}
section.interna .head-sucursal .info-contacto {
  color: #5a4a42;
}
section.interna .map-sucursal {
  width: 98%;
  padding: 1px;
  border: 1px solid #c2b59b;
  height: 250px;
}
section .block-planes > div {
  border: 1px solid black;
  text-align: center;
  padding: 0;
  margin: 5px;
  width: 48%;
}
section .block-planes > div img {
  margin: 25px 0;
  max-width: 90%;
}
section .block-planes .plan-memorial {
  color: #bdb88a;
}
section .servicios-list .servicios-block {
  background-color: #caa166;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
section .servicios-list .servicios-block a {
  color: inherit;
  text-decoration: none;
  display: block;
}
section .servicios-list .servicios-block img {
  width: 100%;
  height: auto;
  opacity: .4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
section .servicios-list .servicios-block h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 3;
  color: #ffffff;
  height: 30px;
}
section .servicios-list .servicios-block:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
section .listado-sucursales {
  margin-top: 20px;
}
section .listado-sucursales .item-sucursal {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2b59b;
}
section .listado-sucursales .item-sucursal img {
  max-width: 100%;
  height: auto;
  padding: 1px;
  border: 1px solid #c2b59b;
}
section .listado-sucursales .item-sucursal .info-sucursal p {
  padding: 0;
  margin: 0;
}
section .listado-sucursales .item-sucursal .info-sucursal p a {
  color: inherit;
}
section .listado-sucursales .item-sucursal .info-sucursal p a.mail {
  color: #caa166;
}
section .buscador-dif .label-block {
  height: 45px;
  display: table;
}
section .buscador-dif .label-block label {
  display: table-cell;
  vertical-align: middle;
}
section .buscador-dif input[type="text"] {
  width: 100%;
  padding: 10px 24px;
  border: 1px solid #caa166;
  outline: 0;
}
.tabs-ps {
  margin: 15px 0;
}
.tabs-ps .nav-tabs {
  padding: 0;
}
.tabs-ps .nav-tabs > li {
  margin-right: 4px;
}
.tabs-ps .nav-tabs > li a {
  color: #000000;
  padding: 14px 16px;
  border-radius: 0;
}
.tabs-ps .nav-tabs > li a:hover {
  background-color: black;
}
.tabs-ps .nav-tabs > li.active a {
  color: #5a4a42;
  font-weight: 700;
}
.tabs-ps .tab-content {
  padding: 25px 0;
}
.table {
  border: 1px solid #bdc3c7;
}
.table > thead > tr > th, .table > tbody > tr > th {
  text-transform: uppercase;
  background-color: #5a4a42;
  color: #ffffff;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th {
  padding: 12px;
  vertical-align: middle;
}
.table > tbody > tr:hover {
  background-color: black;
}
.paginacion .pagination {
  padding: 0;
}
.paginacion .pagination > li > a,
.paginacion .pagination > li > span {
  color: #000000;
  border-color: black;
}
.paginacion .pagination > li > a .glyphicon,
.paginacion .pagination > li > span .glyphicon {
  font-size: .7em;
}
.paginacion .pagination .active > a,
.paginacion .pagination .active > span {
  background-color: #caa166;
  color: #ffffff;
  font-weight: 700;
}
.paginacion .pagination .active > a:hover,
.paginacion .pagination .active > span:hover {
  border-color: #caa166;
}
button,
input,
optgroup,
select,
textarea {
  border: 1px solid #bdc3c7;
  padding: 10px;
  outline: 0;
  height: auto;
  border-radius: 0;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  border-color: #bdc3c7;
  box-shadow: none;
}
button.form-control,
input.form-control,
optgroup.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid #bdc3c7;
  padding: 10px;
  outline: 0;
  height: auto;
  border-radius: 0;
}
button.form-control:focus,
input.form-control:focus,
optgroup.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: #bdc3c7;
  box-shadow: none;
}
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  line-height: inherit;
  padding-top: 8px;
  padding-bottom: 8px;
}
.form-group label {
  display: block;
}
.time {
  width: 90px;
  margin: 0 5px;
}
.day {
  width: 135px;
  margin: 0 5px;
}
.detalle-plan .head-comparativo {
  margin-bottom: 40px;
}
.detalle-plan h3 {
  font-size: 22px;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
}
.detalle-plan .titulocomparativo {
  text-align: left;
}
.detalle-plan .titulocomparativo h3 {
  margin-top: 40px;
  color: #5a4a42;
}
.detalle-plan .logoplan {
  text-align: right;
}
.detalle-plan .bloque-subtitulo {
  margin-bottom: 15px;
  color: #5a4a42;
}
.detalle-plan .bloque-subtitulo h3 {
  margin: 0;
  padding: 0;
}
.detalle-plan .third-title {
  color: #5a4a42;
}
.detalle-plan.memorial .table > thead > tr > th {
  text-transform: uppercase;
  background-color: #bdb88a;
  color: #ffffff;
}
.detalle-plan.memorial h3 {
  color: #bdb88a;
}
.detalle-plan.memorial .bloque-subtitulo {
  color: #bdb88a;
}
.detalle-plan.memorial .third-title {
  color: #bdb88a;
}
footer {
  background-color: #ffffff;
  padding: 25px 0;
  color: #5a4a42;
}
footer .logo {
  display: block;
  float: left;
  width: 160px;
  height: 77px;
  text-indent: -9999px;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  color: #5a4a42;
}
footer ul li a:hover {
  color: #418f47;
  text-decoration: none;
}
footer .col-sm-3 {
  border-left: 1px solid #c2b59b;
}
footer .col-sm-3:first-child {
  border-left: 0;
}
@media screen and (max-width: 1201px) {
  header .navbar .navbar-nav {
    float: left;
    margin-top: 0;
  }
  #slider-main .carousel-inner .item img {
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  header .navbar .navbar-nav li a {
    font-size: .9em;
  }
  footer .col-sm-3:nth-child(2) {
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 277px;
    height: 58px;
    margin-left: 3px;
    margin-right: 3px;
  }
  header .navbar-collapse {
    border: 0;
  }
  header .navbar .navbar-nav {
    width: 100%;
    margin: 0;
    background-color: black;
  }
  header .navbar .navbar-nav li a {
    font-size: 1.1em;
    padding: 15px;
  }
  header .navbar .navbar-nav li.dropdown > .dropdown-menu {
    background-color: #ffffff;
  }
  header .navbar .navbar-nav li.dropdown > .dropdown-menu > li {
    opacity: 1;
  }
  header .navbar .navbar-nav li.dropdown > .dropdown-menu > li a {
    color: #caa166;
  }
  header .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  header .navbar .navbar-search {
    padding: 6px 7px;
    margin: 20px 5px 8px 0;
  }
  header .navbar .navbar-toggle {
    margin-top: 20px;
    margin-right: 0px;
    font-size: 20px;
    background: #ffffff;
    color: #caa166;
    border: 0;
    border-radius: 0;
    padding: 6px 7px;
  }
  header .navbar .navbar-toggle:focus,
  header .navbar .navbar-toggle:hover {
    background: #caa166;
    color: #ffffff;
  }
  header .navbar-collapse {
    padding: 0;
  }
  #slider-main .carousel-inner .item img {
    height: 150px;
  }
  .top-header h1 {
    font-size: 27px;
  }
  section.interna {
    padding: 25px;
  }
  section.interna #slider-interna {
    float: none;
    display: block;
    margin: 20px auto;
    width: 99%;
  }
  section.interna #slider-interna .carousel-inner img {
    width: 100%;
    height: auto;
  }
  section.interna .block-planes > div {
    width: 99%;
  }
  .detalle-plan .titulocomparativo,
  .detalle-plan .logoplan {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  footer .logo {
    margin: 0 auto 20px;
    float: none;
    width: 130px;
    height: 63px;
  }
  footer .col-sm-3 {
    border-left: 0;
  }
  footer .col-sm-3 .menu-footer {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .fix-formgroup {
    display: block;
    margin-top: 15px;
  }
  .fix-formgroup input,
  .fix-formgroup select {
    margin-left: 14px;
  }
}
@media screen and (max-width: 400px) {
  header .logo {
    width: 185px;
    height: 39px;
  }
}
@media screen and (min-width: 768px) {
  header .navbar .navbar-search {
    color: #5a4a42;
    font-size: 1em;
    margin-top: 0;
    margin-right: 0;
  }
}
body#tinymce {
    background-color: #fff;
}
body#tinymce ul {
    padding-left: 25px;
}
#map-canvas img {
    max-width: none;
}

.alert-border-red {
  border-color: #FF5722 !important;
}
#send-message {
  font-weight: 700;
  height: 0;
  line-height: 15px;
  width: auto;
  display: none;
  padding-right: 20px;
}
#send-message span {
  display: table-cell;
  height: 53px;
  vertical-align: middle;
}
#send-message.success {
  color: #4cae4c;
}
#send-message.error {
  color: #ac2925;
}
.e-all-entries{
  display: none;
}
/* 
 SOBRE ESCRITURA AL CSS ORIGINAL... 
 */
body 
{
  overflow-x: hidden;
  background-color: #398BFB;
  /*background-color:#00A1BA;*/
}
header .logo 
{
  /*background-image: url('../iconos/activos/logo-cabecera.png');*/
}



header .navbar .navbar-nav li.dropdown > .dropdown-menu {
  background: rgba(202, 161, 102, 0.90); 
}
header .navbar .navbar-nav li.dropdown > .dropdown-menu > li {
  opacity: .90;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .navbar .navbar-nav li.dropdown > .dropdown-menu > li a {
  color: #ffffff;
  padding: 10px;
  font-weight: 600;
}
/*header .navbar .navbar-nav li.dropdown > .dropdown-menu > li:hover {
  opacity: 1;
}
*/
header .navbar .navbar-nav li.dropdown > .dropdown-menu > li:hover a {
  font-weight: 600;
  background: rgba(149, 135, 71, 0.90); 
}





section.home-section 
{
  height: 600px;
  overflow-y: scroll;
}
footer .logo 
{  
  height: 110px;
  width: 110px;
  /*background-image: url('../iconos/activos/logo-pie.png');*/
}
/* 
 CSS AGREGADOS... 
 */
.copyright
{
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
.funcionario-cita
{
  font-style: italic;
  color: orange;
}
.foto-carnet img
{
  height: 25%;
  width:  25%;
  display: inline-block;
}
.mensaje-especial
{
  z-index: 100;
  top:35%;
  left:25%;
  position: absolute;
  width:100%;
  height:auto;
}
.mensaje-especial img
{
  display:block;
  max-width:50%;
  width:auto;
  min-width:20%;
  height:auto;
}

.condolencias
{
  width: auto;
  height: 257px;
  font-size: 18px;
  padding-left: 50px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.condolencias-fecha
{
  font-size: 14px;
  font-style: italic;
}
.condolencias-nombre
{
  font-size: 18px;
}

/*
ADICIONALES.
*/
.rojo
{
  color: red;
  font-weight: bold;
}
.celeste
{
  color: #28CADC;
  font-weight: bold;
}
.naranja
{
  color: orange;
  font-weight: bold;
}
.verde
{
  color: green;
  font-weight: bold;
}

.cargar-prestaciones-mensajesi
{
  position: absolute;
  top:0%;
  left:0%;
  color:#00e600;
  font-weight: bold;
}

.cargar-prestaciones-mensajeno
{
  position: absolute;
  top:0%;
  left:0%;
  color:red;
  font-weight: bold;
}

.ver-casos-prep
{
  padding-left: 5px;
  padding-right: 5px;
  width:100%;
  display: inline-block;
  background-color: #F0F0F0;
  margin-top: 10px;
  margin-right: 10px;
}

.ver-casos input[type=submit],
.ver-casos input[type=reset]
{
  width:100%;
}

.cargar-prestaciones-submit input[type=submit],
.cargar-prestaciones-submit input[type=reset]
{
  width:100px;
}
.cargar-prestaciones input[type=date],
.cargar-prestaciones input[type=text],
.cargar-prestaciones input[type=time],
.cargar-prestaciones select

{
  width:100%;
}

.cargar-prestaciones input[type=radio]
{
  display: inline-block;
  width: auto;
}
.cargar-prestaciones .horas
{
  display: inline-block !important;
  width:24%;
}

.cargar-prestaciones #armar-contrato-numero,
.cargar-prestaciones #armar-contrato-linea,
.cargar-prestaciones #armar-contrato-centro
{
  display: inline-block !important;
  width:auto;
  height: 100%;
}

.nobr
{
  padding-top: 30px;
}
.nobr br
{
  display: none;
}
.cargar-prestacioness
{
  position: relative;
  white-space: nowrap;
}
.cargar-prestaciones td,
.cargar-prestaciones th
{
  padding-left: 5px;
  padding-right: 5px;
}

.cargar-prestaciones .td_columna1
{
  width:auto;
}

.cargar-prestaciones .td_columna2
{
  min-width: 340px;
}
.migracion
{
  position: relative;
  width:100%;
  overflow: scroll;
}

.migracion th,
.migracion td
{
  position: relative;
  vertical-align: bottom;
  padding:5px;
  width:auto;
  white-space: nowrap;
}
.encabezados
{
  padding-right: 30px;
  background-color: #EEEEEE;
  font-weight: bold;
}

/*.derecha
{
  text-align: right;
  padding-left: 30px;
}
*/
.izquierda
{
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  min-width: 30px;
}
.derecha
{
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
  min-width: 30px;
}

.nowrap
{
  width:auto;
  padding-right: auto;
  padding-left: auto;
}
.no-wrap
{
  white-space: nowrap;
  padding: 20px;
  font-size: 13px;
}

.nowrap th,
.nowrap td
{
  position: relative;
  left:0%;
  padding: 1%;
  height: 100%;
  width: auto;
  max-width:200px;
  margin-right: auto;
  margin-left: auto;
}

/*.fondoabminput
{
  width:100%;
}*/

.fondoabm input[type=text],
.fondoabm input[type=number],
.fondoabm input[type=date],
.fondoabm input[type=time],
.fondoabm input[type=submit],
.fondoabm input[type=reset]
{
  width:100%;
}

.fondoabm #armar-contrato-numero,
.fondoabm #armar-contrato-linea,
.fondoabm #armar-contrato-centro
{
  min-width:30px;
  max-width:100px;
  width:auto;
  height:100%;
}

.fondoabm select
{
  width:100%;
  height:100%;
}

.fondoabm .horas
{
  display: inline-block !important;
  width:30%;
}

.inputtd
{
  height: 40px;
}

.fondoabm a
{
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  display: block;
  height: 100%;
  width: 50px;
}

.fondoabm td,
.fondoabm th
{
  width:auto;
}

.contabm table
{
  /*background-color: red;*/
}

.contabm
{
  position: fixed;
  top: 10%;
  left: 3%;
  right: auto;
  width: auto;
  min-width: 255px;
  /*max-width: 500px;*/
  min-height: 100px;
  height: auto;
  max-height: 600px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  z-index: 100;
  border: solid 2px #DDDDDD;
  background-color: #FFFFFF;
  overflow-y: scroll; 
  overflow-x: hidden;
}
.encabezados-tableros
{
font-size: 22px;
font-weight: bold;
padding-right: 20px;
}
.rotulos-tableros
{
font-size: 16px;
font-weight: bold;
padding-right: 20px;
}
.datos-tableros
{
font-size: 16px;
padding-right: 20px;
}
.separador
{
background-color: #A99A47;
}

.divLoginLogout
{
  position: absolute;
  right:0%;
  bottom:30%;
}

.menuPrincipalContenedor
{
  width: 100%;
  height: 100%;
}


.menuPrincipalBoton
{
  width:100%;
  margin: 5px;
  height: 32%;
}

.menuPrincipalBoton a:hover
{
  background-color: #398BFB;
  color:#ffffff;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

/*.menuPrincipalBoton span
{
  margin-top:30%;
}*/
.menuPrincipalBoton a
{
  display: block;
  background-color: #ffffff;
  color: #398BFB;
  text-align: center;
  font-family: Arial, Geneva, sans-serif;
  font-size: 40px;
  font-weight: 100;
  border: solid;
  border-width: 1px;
  border-color: #BDC3C7;
  width:100%;
  height: 100%;
  padding-top: 8%;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.datosDeTablas
{
  white-space: nowrap;
  font-size: 11px;
}

.datosDeTablas div
{
  margin-left: 4px;
  margin-right: 4px;
}

.divConsulta
{
  position: fixed;
  top: 3%;
  left: 45%;
  right: auto;
  min-width: 100px;
  width: auto;
  max-width: 500px;
  min-height: 100px;
  height: auto;
  max-height: 600px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  z-index: 100;
  border: solid 2px #DDDDDD;
  background-color: #FFFFFF;
  /*background-color: red;*/
  overflow-y: scroll; 
  overflow-x: hidden;
}

.divConsulta select,
.divConsulta input[type="text"],
.divConsulta input[type="date"]
{
  width:100%;
}

.divConsulta select:hover,
.divConsulta input[type="text"]:hover,
.divConsulta input[type="date"]:hover,
.divConsulta textarea:hover,
.divLoginLogout input[type="text"]:hover,
.divLoginLogout input[type="password"]:hover,
form select:hover,
.tablaNormal select:hover,
.tablaNormal input[type="date"]:hover,
.divConsulta select:focus,
.divConsulta input[type="text"]:focus,
.divConsulta input[type="date"]:focus,
.divConsulta textarea:focus,
.divLoginLogout input[type="text"]:focus,
.divLoginLogout input[type="password"]:focus,
form select:focus,
.tablaNormal select:focus,
.tablaNormal input[type="date"]:focus
{
  border-color: #398BFB;
}

.divLoginLogout input[type="submit"],
form input[type="submit"],
.tablaNormal input[type="submit"],
.datosDeTablas input[type="submit"]
{
  background-color: #ffffff;
  color: #398BFB;
  border-color: #398BFB;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.divLoginLogout input[type="submit"]:hover,
form input[type="submit"]:hover,
.tablaNormal input[type="submit"]:hover,
.datosDeTablas input[type="submit"]:hover
{
  background-color: #398BFB;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.tablaNormal th
{
  background-color: #398BFB;
  border-style: solid;
  border-width: 1px;
  border-color: #398BFB;
  color: #ffffff;
  font-weight: 300;
}

.divConsulta input[type="submit"]
{
  display: block;
  background-color: #ffffff;
  color: #398BFB;
  border-color: #398BFB;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.divConsulta input[type="submit"]:hover
{
  display: block;
  background-color: #398BFB;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.divConsulta #expediente-centro
{
  width:30%;
}
.divConsulta #expediente-numero
{
  width:66%;
}
.divConsulta a
{
  display: block;
  background-color: #ffffff;
  color: #398BFB;
  margin-right: 15%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.divConsulta a:hover
{
  display: block;
  background-color: #398BFB;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover
{
  color: #398BFB;
  text-decoration: underline;
}
.fondo-index
{
  position:relative;
  margin-left:6.9%;
  height:100%;
}

.tabla_linda
{
  white-space: nowrap;
}

.tabla_linda tr:hover
{
  background-color: #bcd9ff;
}

.tabla_linda td,
.tabla_linda th
{
  padding-left: 5px;
  padding-right: 5px;
}

.tabla_linda input,
.tabla_linda select,
.tabla_linda textarea
{
  width: 100%;
}

.tabla_linda input:hover,
.tabla_linda select:hover,
.tabla_linda textarea:hover
{
  border-color: #398BFB;
}

.container_fino
{
  width:100%;
}

.boton_rojo
{
  background-color: #ffffff !important;
  color: #ff0000 !important;
  border-color: #ff0000 !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.boton_rojo:hover
{
  background-color: #ff0000 !important;
  color: #ffffff !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#country {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#buy
{
  background-color: #00A1BA !important;
  color: white !important;
  border: none;
  /*border-color: white !important;*/
  border-collapse: collapse;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#buy:hover
{
  /*background-color: #11194C !important;*/
  /*color: #00A1BA !important;*/
  border-color: #00A1BA !important;
  /*border: 2px solid;*/
  /*border-collapse: collapse;*/
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.inventario_div
{
  left: 0px;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  border-top: solid black 2px;
  background-color: white;
}

.inventario_div:nth-child(even)
{
  background: #ccf8ff;
}

.inventario_img
{
  display: inline-block;
  width: 20%;
  min-width: 300px;
  height: auto;
}

.inventario_tabla
{
  display: inline-block;
  margin-left: 15px;
  width: 60%;
  height: 100%;
  /*font-size: 2vw;*/
  font-size: calc(12px + 1.5vw);
}

.inventario_tabla td
{
  line-height: 0.9em;
  margin: 0px;
  padding: 5px;
}
