/*!
 * BootMetro v1.0.0-alpha1
 *
  */


html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}


button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a
{
    color: #8A151E;
    text-decoration: none;
}

a:hover, a:focus
{
    color: #FFCC00;
    text-decoration: underline;
}


small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}


label,
input,
button,
select,
textarea {
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Open Sans";
}



select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #555555;
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}



textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: none;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: none;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: none;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: none;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: none;
}


input[type="radio"], input[type="checkbox"]
{
    margin-top: 1px;
    line-height: normal;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 4px;
    padding-left: 8px;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}


select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -webkit-box-shadow: none;
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: none;
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: none;
}


input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}


input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -webkit-box-shadow: none;
     -moz-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: none;
          box-shadow: 0 0 6px #f8b9b7;
  box-shadow: none;
}


input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}


body {
  position: relative;
  font-weight: 300;
}

a {
  text-decoration: none;
}

/*
No border on images when in a link.
*/

img {
  border-style: none;
}


input,
button,
select,
textarea {
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  height: auto;
  min-width: 260px;
  min-height: 39px;
  padding: 4px 4px 4px 8px;
  overflow-y: scroll;
  word-wrap: break-word;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
textarea {
  min-width: 64px;
  min-height: 24px;
  font-weight: 400;
  line-height: 1.3636;
  border-style: solid;
  border-width: 2px;
  background-clip: padding-box;
}


/*
Select control.
*/

select {
  min-width: 80px;
  min-height: 24px;
  padding: 2px;
  border-style: solid;
  border-width: 2px;
  background-clip: padding-box;
}

/*
Range control.
*/

input[type=range] {
  width: 280px;
  height: auto;
  padding: 17px 0 32px 0;
}




label.radio,
label.checkbox {
  position: relative;
  padding-left: 0;
  cursor: pointer;
}

input[type=radio],
input[type=radio] ~ span.metro-radio,
input[type=radio] ~ span.metro-radio::before,
input[type=radio] ~ span.metro-radio::after {
  display: inline-block;
  vertical-align: middle;
}


input[type=radio] ~ span.metro-radio {
  padding-top: 4px;
  padding-left: 36px;
}

input[type=radio] ~ span.metro-radio::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-family: 'IcoMoon';
  text-indent: -9999px;
  background: #FFF;
  border: 2px solid #BABABA;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: "\e10b";
}

input[type=radio]:checked ~ span.metro-radio::after {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 999;
  width: 12px;
  height: 12px;
  font-family: 'IcoMoon';
  text-indent: -9999px;
  background: #000;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  content: "\e10b";
}

input[type=radio]:not(:checked):disabled ~ span.metro-radio::before,
input[type=radio]:disabled ~ span.metro-radio::before,
input[type=radio]:disabled ~ span.metro-radio::after {
  cursor: default;
  background: #868686;
}

/* Metro Checkbox
-------------------------------------------------- */

label.checkbox input[type=checkbox],
label.checkbox input[type=checkbox] ~ span.metro-checkbox,
label.checkbox input[type=checkbox] ~ span.metro-checkbox::before,
label.checkbox input[type=checkbox] ~ span.metro-checkbox::after {
  display: inline-block;
  vertical-align: middle;
}

label.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

label.checkbox input[type=checkbox] ~ span.metro-checkbox {
  padding-top: 4px;
  padding-left: 36px;
}

label.checkbox input[type=checkbox]:checked ~ span.metro-checkbox::after {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 999;
  width: 18px;
  height: 18px;
  font-family: 'IcoMoon';
  font-size: 16px;
  color: #202020;
  background-color: #FFF;
  border: 2px solid #BABABA;
  content: "\e379";
}

label.checkbox input[type=checkbox] ~ span.metro-checkbox::after {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 999;
  width: 18px;
  height: 18px;
  font-family: 'IcoMoon';
  font-size: 16px;
  background-color: #FFF;
  border: 2px solid #BABABA;
  content: "\2003";
}

label.checkbox input[type=checkbox]:not(:checked):disabled ~ span.metro-checkbox::after,
label.checkbox:hover input[type=checkbox]:disabled ~ span.metro-checkbox::after,
label.checkbox input[type=checkbox]:disabled ~ span.metro-checkbox::after {
  cursor: default;
  background: #BABABA;
}

label.checkbox input[type=checkbox]:disabled ~ span.metro-checkbox::after {
  color: #4c4c4c;
}

/* RTL support
-------------------------------------------------- */

[dir="rtl"] label.checkbox input[type="checkbox"] ~ span.metro-checkbox,
[dir="rtl"] input[type="radio"] ~ span.metro-radio {
  padding-right: 36px;
  padding-left: 0;
}

[dir="rtl"] input[type=radio] ~ span.metro-radio::before {
  right: -10px;
}

[dir="rtl"] input[type=radio]:checked ~ span.metro-radio::after {
  right: 6px;
}

[dir="rtl"] label.checkbox input[type=checkbox]:checked ~ span.metro-checkbox::after {
  right: 0;
}

[dir="rtl"] label.checkbox input[type=checkbox] ~ span.metro-checkbox::after {
  right: 0;
}



/*
Button control.
*/

button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 4px 8px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3636;
  border: 2px solid #cccccc;
  background-clip: padding-box;
}

/*
File upload control.
*/

input[type=file] {
  width: 340px;
  height: 32px;
  min-width: 100px;
  min-height: 20px;
  padding: 0;
  margin: 7px 8px 21px 8px;
  background-clip: padding-box;
}




input:hover, select:hover, textarea:hover
{
    border-color: #B93B44;
}





tr.tituloslistado, td.tituloslistado {
background-position: 0% 0%;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #f8f8f8 0%, #ececec 100%);
    background-color: #F2F2F2;
    background-attachment: scroll;
}

