@import 'normalize.css';
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #971d61;
}
h2 {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  color: #464646;
  font-size: 1.7em;
  font-weight: normal;
}
.aviso {
  border: 2px solid #c50756;
  color: #86727a;
  width: 25%;
  display: inline-block;
  margin: 5px;
  vertical-align: top;
}
.aviso .info {
  padding: 10px;
}
.aviso h1 {
  padding: 5px;
  text-align: center;
  margin: 10px 0 0 0;
  background: #c50756;
  color: #fff;
}
.aviso h2,
.aviso h3,
.aviso h4,
.aviso h5,
.aviso h6 {
  margin: 0;
  padding: 0;
}
.aviso a {
  text-decoration: none;
  color: #c50756;
}
.aviso a:hover {
  color: #6e777b;
}
.aviso iframe {
  width: 100%;
}
.aviso img {
  width: 100%;
}
.reglamento {
  vertical-align: top;
  margin: 5px;
  border: 2px solid #097fb7;
  color: #6e777b;
  width: 25%;
  display: inline-block;
}
.reglamento a {
  text-decoration: none;
  color: #097fb7;
}
.reglamento a:hover {
  color: #6e777b;
}
.reglamento .info {
  padding: 10px;
}
.reglamento h1 {
  padding: 5px;
  margin: 10px 0 0 0;
  text-align: center;
  background: #097fb7;
  color: #fff;
}
.reglamento h2,
.reglamento h3,
.reglamento h4,
.reglamento h5,
.reglamento h6 {
  margin: 0;
  padding: 0;
}
/*table#groceryCrudTable
  font-size 12px

#groceryCrudTable_wrapper div
  font-size 12px
  color #FFF

#groceryCrudTable_wrapper .DataTables_sort_wrapper
  color #000*/
input[type="text"],
input[type="password"],
input[type="submit"],
select,
textarea {
  border-radius: 5px;
  outline: 0px;
  resize: none;
}
#loginTemplate {
  padding: 12px 0px;
  margin: 0px;
  background-color: #27c3ba;
  color: #fff;
  text-align: center;
}
#loginTemplate h1 {
  font-size: 14px;
}
#loginTemplate h1 p {
  font-size: 12px;
}
#fondo {
  background: url("../img/fdlogin.jpg");
  background-size: cover;
  padding: 7px 0;
  min-height: 567px;
}
#logoQuimaira {
  display: block;
  margin: 28px auto 0px auto;
}
#login_message {
  display: block;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  color: #9a9899;
  font-style: italic;
  font-size: 18px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}
#form_login {
  width: 330px;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 70px;
  margin: 15px auto 0px auto;
}
#form_login p {
  display: block;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
#form_login p label {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  color: #9d1e65;
}
#form_login p input[type="text"],
#form_login p input[type="password"] {
  margin: 5px auto 5px auto;
  padding: 5px 10px;
  width: 262px;
  border: none;
  background: #dfb5cc;
}
#form_login p input[type="submit"] {
  padding: 10px 20px;
  margin: 20px auto 0px auto;
  background-color: #9d1e65;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
#footerLogin {
  color: #5e5e5e;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#adminTemplate {
  background: url("../img/fd_body.jpg") no-repeat;
  background-size: cover;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
#adminTemplate #header {
  height: 55px;
  margin-bottom: 5px;
  padding: 0px 10px 20px 10px;
  background-color: #27c3ba;
  position: relative;
}
#adminTemplate #header a {
  color: #19a6d9;
  text-decoration: none;
  padding: 4px;
}
#adminTemplate #header .shine {
  height: 10px;
}
#adminTemplate #header h2 {
  position: absolute;
  top: 15px;
  left: 100px;
  z-index: 1;
  color: #fff;
  font-family: 'lobster';
  font-size: 35px;
  margin-left: 88px;
}
#adminTemplate #header span a {
  float: right;
  margin: 15px 0px 0px 15px;
  color: #fff;
  padding: 5px 10px;
}
#adminTemplate #header span a:hover {
  color: #9d1e65;
}
#adminTemplate #container {
  padding: 10px;
  margin: auto;
}
#adminTemplate #container #menu_wrapper {
  width: 160px;
  padding-right: 10px;
  float: left;
}
#adminTemplate #container #menu_wrapper .shadow {
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
}
#adminTemplate #container #menu_wrapper .menu {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
}
#adminTemplate #container #menu_wrapper .menu .menu_title {
  font-size: 13px;
  background: #9d1e65;
  color: #fff;
  padding: 6px;
}
#adminTemplate #container #menu_wrapper .menu a {
  color: #9d1e65;
  text-decoration: none;
  padding: 6px;
  display: block;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#adminTemplate #container #menu_wrapper .menu a:hover {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: -moz-linear-gradient(top, #fff, #f2f2f2);
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #ccc;
}
#adminTemplate #page_content {
  position: relative;
/*overflow hidden*/
  overflow: auto;
  padding: 0px 5px 5px 5px;
  width: auto;
}
#error {
  color: #c00000;
}
#error p {
  padding: 0;
  margin: 0;
}
.list_buttons {
  text-align: right;
  font-size: 9px;
}
.button_set {
  text-align: right;
  font-size: 11px;
  margin: 10px 0px;
  clear: both;
}
.button {
  font-size: 11px;
}
.gc_table {
  width: 100%;
  border-collapse: collapse;
  -moz-box-shadow: 0px 0px 3px #ccc;
  -webkit-box-shadow: 0px 0px 3px #ccc;
  box-shadow: 0px 0px 3px #ccc;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.gc_table thead tr th {
  font-size: 13px;
  background: #333;
  color: #fff;
  padding: 6px;
  text-align: left;
}
.gc_table thead tr th a {
  color: #fff;
}
.gc_table thead tr td,
.gc_table tfoot tr td {
  font-size: 11px;
  padding: 0px;
}
.gc_table thead tr th.gc_cell_left {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
.gc_table thead tr th.gc_cell_right {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.gc_table tbody tr td {
  background-color: #fff;
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f2f2f2;
  color: #555;
}
.gc_table tbody tr:hover td {
  background: -moz-linear-gradient(top, #fff, #f2f2f2);
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #ccc;
}
.table_nav tbody tr:hover td {
  background: #fff;
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f2f2f2;
  color: #555;
}
.gc_table tbody tr td.gc_cell_right {
  padding-right: 10px;
}
#imagen_gal {
  padding: 0;
  min-width: 500px;
}
#imagen_gal li {
  float: left;
  margin: 5px;
  list-style: none;
  position: relative;
  width: 130px;
  height: 130px;
  background: #fff;
}
#imagen_gal li a {
  background: url("../img/icon-delete.png") no-repeat top left;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}
#imagen_gal li img {
  position: relative;
  z-index: 0;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100px;
  height: 100px;
}
.media #imagen_gal {
  margin: 0;
}
.media #imagen_gal li {
  width: 70px;
  height: 70px;
}
.media #imagen_gal li .checked img {
  border-color: #00f;
}
.media #imagen_gal li img {
  width: 50px;
  height: 50px;
}
.media.ha #imagen_gal li {
  background: none;
  height: auto;
}
.media.ha #imagen_gal li img {
  background: #fff;
}
#imagen_cat {
  margin: 0;
  padding: 0;
}
#imagen_cat li {
  display: block;
  margin: 10px 0;
}
#imagen_cat li ul li {
  display: inline-block;
  vertical-align: top;
  background: #fff;
}
#imagen_cat li ul li a {
  background: url("../img/icon-delete.png") no-repeat top left;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
}
#imagen_cat li ul li img {
  position: relative;
  z-index: 0;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100px;
  height: 100px;
}
#imagen_cat .checked {
  background: #f00;
}
#imagen_cat .checked img {
  border-color: #f00;
}
.colorSelector {
  display: inline-block;
  vertical-align: top;
}
.alter .odd {
  background: #eee;
}
