﻿/*
Descripción: Grupo5.com
Versión: 3.0
Autor: GRUPO5.COM
Autor WEB: http://www.grupo5.com/
*/

/*_____________PAGINA WEB_____________*/

body {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  /*font-family: Tahoma, Geneva, sans-serif;*/
  font-size: 0.875em;
  line-height: 1.5em;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #047396;
  text-decoration: none;
}

a:hover {
  color: #003648;
  text-decoration: underline;
}

/*añadido por mi*/

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span, td{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0;
	list-style-type:none;
}
/*!
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
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 {
  /* Responsive images (asegurar que las imágenes no se escalan más allá de sus padres) */

  max-width: 100%;
  /* Parte 1: Establecer un máximo relativo a los padres */

  width: auto\9;
  /* IE7-8 necesita ayuda para ajustar las responsive images */

  height: auto;
  /* Part 2: Escala de la altura en función del ancho, de lo contrario se extiende */

  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] {
  -webkit-appearance: button;
  cursor: pointer;
}
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;
}

/*----Impresión--*/
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  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;
  }

/*----Website por defecto--*/
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
  margin-bottom:20px; /*añadido por mi*/
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}



/*----Escritorio grande--*/
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    /*margin-left: -30px;*/
  }
  .thumbnails > li {
   /* margin-left: 25px;*/
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

/*----Tablets apaisados y escritorio--*/
@media (min-width: 768px) and (max-width: 980px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}

/*----Tablets--*/
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }

}

/*----Tabletas estrechas y por debajo--*/
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
 
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 10px;
	margin-right:10px;
  }

  .thumbnails > li {
    float: none;
    margin-left: 0;
    text-align:center;/*añadido por mi*/
  }
  
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

/*----Smartphones--*/
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    /*display: block;*/
    /*line-height: 20px;*/
  }
  input[type=checkbox], input[type=radio] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

/*
Descripción: Grupo5.com
Versión: 3.0
Autor: GRUPO5.COM
Autor WEB: http://www.grupo5.com/
*/


/*__________PÁGINA_WEB_____________*/

.limpiar{clear:both; font-size:0; line-height:0; float:none;}

acronym, abbr {
	border-bottom:1px dotted #000000;
	cursor:help;
	font-style:normal; 
}

.separa{
	width:100%;
	height:15px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

.separa2{
	width:100%;
	height:25px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}

.separa3{
	width:100%;
	height:35px;
	font-size:0; /*para Explorer 6*/
	clear:both;
}


.seplin{
	/*float:left;*/
	width:100%;
	height:67px;
	background: url('../images/seplin.gif') repeat-x;
	font-size:0; /*para Explorer 6*/
}

.sepred{
	/*float:left;*/
	width:100%;
	height:67px;
	background: url('../images/sepred.gif') repeat-x;
	font-size:0; /*para Explorer 6*/
}


.sepray{
	/*float:left;*/
	width:100%;
	height:70px;
	background: url('../images/sepray.gif') repeat-x;
	font-size:0; /*para Explorer 6*/
}



.seppun{
	/*float:left;*/
	width:100%;
	height:23px;
	background: url('../images/seppun.gif') repeat-x;
	font-size:0; /*para Explorer 6*/
}

.sepaba{
	/*float:left;*/
	width:100%;
	height:23px;
	background: url('../images/sepaba.gif') repeat-x;
	font-size:0; /*para Explorer 6*/
}

.izq{float:left}
.der{float:right}

/*______________TOP________________*/

.top_logo{
	background:url('../images/fontop.jpg') repeat-x;
	padding:20px 0 10px 0;
	background-color:#e0e0e0;
}

.top_bann{
	background:url('../images/fonban.jpg') repeat-x;
	padding:20px 0px;
}

@media (max-width: 480px) {
	.top_bann{display:none}
}



/*_______________UBICA____________________*/

.top_ubica_gris{
	background:url('../images/fongri.jpg') repeat-x;
	padding:1px 0 5px 0px;
	margin-bottom: -10px;

}

.top_ubica_blanco{
	background:url('../images/fonbla.jpg') repeat-x;
	padding:1px 0 5px 0px;
	margin-bottom: -10px;
}



/*_______________PORTADA__________________*/


.top_gris{
	/*background:url('../images/fongri.jpg') repeat-x;*/
	background:#eaeaea;
	padding:1px 0 20px 0px;
}

.colores{
	background: url('../images/colores.gif') no-repeat;
}

.por_tra{
	background:url('../images/fontra.jpg') repeat-x;
	padding:10px 0 20px 0px;
}

/*Trabajos_portada*/
.trabajo {width:100%; min-height:100px; height:auto; position:relative;z-index:2;}
.trabajo img {width:auto; }
.trabajo_estado {position:absolute; width:120px; height:113px; top:-4px; left:-4px; z-index:10;}
.trabajo_web {position:absolute; top:5px; left:0; width:100%; z-index:-1;}




/*_______________DIVS________________*/
.msgnot{width:90%; padding:10px; background:#fefabc; border:1px solid #ece8a8; border-radius:6px; margin:0 auto;}


.top_blanco{
	/*background:url('../images/fonbla.jpg') repeat-x;*/
	background:#ffffff;
	padding:1px 0 20px 0px;
}

/*Trabajos_detalle*/
.detalle {
	width:auto;
	top:25px;
}

.detalle img{
	text-align:center;
	background-color: #ffffff;
	padding:4px;
    border: 1px solid #cccccc;
    max-width: 100%;
    width: auto\9;
}

.fondo-right{
	background-image: url(../images/rule.png);
	/*background-position: 76.5% 0;*/
	background-position:right;
	background-repeat: repeat-y;
}

.separa-right{
	padding-right:20px
}

/*________SIDEBAR__________*/

.sidebar{padding-left:0px;}
.sidebar_links{margin:10px 0 20px 0; /*font-size:1.2em;*/ }
.sidebar_links li{background:url(../images/trimas.gif) 5px 15px no-repeat; border-bottom: 1px solid #e7e7e7; padding:8px 15px;}
.sidebar_links li a{color:#1c1c1c; display:block;}
.sidebar_links li a:hover{color:#003648;}
.sidebar_links li.current{font-weight:bold; background:#f5f5f5 url(../images/trimas.gif) 5px 15px no-repeat}
.sidebar_links li:last-child{border-bottom: 0px solid #e7e7e7}


/*________IMAGENES_______*/

.img-izq{
	width:auto;
	max-width: 100%;
	width: auto\9;
	float:left;
	margin:0 10px 5px 0;
}

.img-izq img{border:1px solid #cccccc; background:#ffffff; padding:5px;}

@media (min-width: 320px) and (max-width: 979px) {
	.img-izq{ float:none; text-align:center; width:auto; max-width:360px; margin: 0 auto;}
	.img-izq img{ margin-bottom:10px;}

}


/*__________RESPONSIVE__VIDEO_____________*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:10px 0;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* video fixed width wrappers */
.video-wrapper {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.video-wrapper2 {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}

/*___________CONTACTO_________*/

.direccion-linea{padding:0 0 0 24px; margin:-1px 0 18px 0; background:url(../images/addr-ico.png) no-repeat 1px 3px;line-height:18px;}
.telefono-linea{padding:0 0 8px 24px; background:url(../images/phone-ico.png) no-repeat 1px 2px;}
.fax-linea{padding:0 0 8px 24px; background:url(../images/fax-ico.png) no-repeat 0 3px;}
.email-linea{padding:0 0 8px 24px; background:url(../images/email-ico.png) no-repeat 0 4px;}
.website-linea{padding:0 0 0 24px; background:url(../images/site-ico.png) no-repeat 0 3px;}

iframe#google-maps {
	border: 8px solid #fff;
	box-shadow: 0 0 8px 0 #e5e5e5;
	/*margin-bottom: 10px;*/
	-moz-box-shadow: 0 0 8px 0 #e5e5e5;
	-webkit-box-shadow: 0 0 8px 0 #e5e5e5;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}

/*_______________CAROUSEL_CLIENTES___________*/

.list_carousel {
	width: auto;
	margin-left: 0;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	
}
.list_carousel li {
	text-align: center;
	padding: 0;
	display: block;
	float: left;
	cursor:pointer
}

.list_carousel img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray;
	
	/**filter: none; anterior IE8*/
	/*filter: none\0/;  IE8 Hack */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
 }
 
.list_carousel img:hover{
     filter: none;
     -webkit-filter: grayscale(0);
 }


/*_______________ABAJO________________*/

.zona_abajo{
	background:#000000 url('../images/fonaba.jpg') repeat-x;
	padding:40px 0 20px 0px;
	margin-top:30px;
	color:#999999;
}


/*_____________POSTS_______________*/

ul.icon_post {margin:15px 5px;}
.icon_post li{
	position:relative;
	min-height:71px;
	padding:0px 0 0px 80px;
	margin:0;
	list-style:none;
	background:none;
}
.icon_post li img{
	position:absolute;
	overflow:hidden;
	top:0px;
	width:71px;
	height:71px;
	left:0px;
}

/* recent posts widget */
#ultimas-noticias .post-image { float:left; width: 50px; height: 50px; margin:10px 0 0 5px; }
#ultimas-noticias .post-texto{ display:block; overflow: hidden; padding: 9px 0 9px 20px;}
#ultimas-noticias ul li{margin: 0; padding-bottom:5px; border-bottom: 1px dotted #999999;}
#ultimas-noticias ul li:last-child { border-bottom-width: 0; }

#ultimas-noticias ul li.none {border-bottom: 0px solid #999999;}
#ultimas-noticias ul li.none .txtnot{
	height:40px;
	overflow:hidden
}	


/*___________UBICACIÓN__breadcrubm____________*/

.ubica {
  padding: 8px 15px;
  margin: 20px 0 10px 0;
  list-style: none;
  font-size:0.850em;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.ubica > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
  text-transform:uppercase;
}

.ubica > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.ubica > .current {
  color: #999999;
}

.ubica a {text-decoration:none; color:#047396;}
.ubica a:hover{text-decoration:none; color:#003648;}


/*_____________PRICING_TABLE_______________*/


.tabla-precios {font-family: Arial, Helvetica, sans-serif; background: #fff; border: 1px solid #e3e3e3; margin-bottom:20px;}

.tabla-precios .titulo {font-weight:700; font-size:0.9em; text-transform:uppercase; display:block; color:#fff7d2; text-align:center; padding: 12px 0; text-shadow: 1px 1px 1px #000;
}
.tabla-precios .precio {line-height:32px; font-weight:600; font-size:2.65em; text-transform:normal; display:block; color:#f5f5f5; text-align:center; padding:18px 0;text-shadow: 1px 1px 1px #000;
}
.tabla-precios .precio span {display: block; font-weight: 400; font-size: 11px; color: #ebebeb; margin-top: 6px; line-height: 15px;}
.tabla-precios .plan {margin: 0 !important;}
.tabla-precios .plan li {margin: 0;	background: #f5f5f5; padding:8px 20px;	text-align: center;	color: #666666;}
.tabla-precios .plan li:nth-child(2n+0) {background: #fff;}
.tabla-precios .accion {border-top: 1px solid #e9e9e9; background: #f5f5f5; padding:12px 20px; text-align:center;}
.tabla-precios .plan li strong {font-weight: 700; color: #808080;}
/* plan estilo 1 */
.tabla-precios.plan-uno .titulo {background: #115368;}
.tabla-precios.plan-uno .precio {border-top: 1px solid #126885;	background: #033c4f;}
/* plan estilo 2 */
.tabla-precios.plan-dos .titulo {background: #d83a09;}
.tabla-precios.plan-dos .precio {border-top: 1px solid #f04e0a;	background: #a72d05;}
/* plan estilo 3 */
.tabla-precios.plan-tres .titulo {background: #0f7c04;}
.tabla-precios.plan-tres .precio {border-top: 1px solid #128b05;	background: #0b5a03;}
/* plan estilo 4 */
.tabla-precios.plan-cuatro .titulo {background: #6f5741;}
.tabla-precios.plan-cuatro .precio {border-top: 1px solid #7f6143;	background: #5e4832;}




/*______________LINKS_______________*/

.lnk{
	font: normal 0.875em Arial, Helvetica, sans-serif;
	color: #ffffff;
	float:left;
	text-align:center;
	margin:15px 1px 14px 0;
}

.lnk a {
	vertical-align: middle;
	display:inline-block;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
	padding:8px 12px 8px 12px;
	text-decoration: none;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      border-radius: 4px;
}

.lnk a:hover {
	color: #000000;
	background: #f28e2a;
	text-decoration: none;
}

.lnk2{
	font: normal 0.875em Arial, Helvetica, sans-serif;
	color: #ffffff;
	float:right;
	text-align:center;
	margin:15px 1px 14px 0;
}

.lnk2 a {
	vertical-align: middle;
	display:inline-block;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
	padding:8px 12px 8px 12px;
	text-decoration: none;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      border-radius: 4px;
}

.lnk2 a:hover {
	color: #000000;
	background: #f28e2a;
	text-decoration: none;
}

.lnk3{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	/*float:left;*/
	text-align:center;
	/*margin:15px 1px 14px 0;*/
	margin:0 auto;
}

.lnk3 a {
	vertical-align: middle;
	display:inline-block;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #003648;
	padding:15px 20px 15px 20px;
	text-decoration: none;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      border-radius: 4px;
}

.lnk3 a:hover {
	color: #000000;
	background: #f28e2a;
	text-decoration: none;
}



.btweb{
	cursor: default;
	color: #ffffff;
	float:left;
	text-align:center;
	margin:5px 5px 0px 0;
	vertical-align: middle;
	display:inline-block;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	background:#da3a09 url('../images/degbtw.jpg') repeat-x;
	padding:8px 12px 8px 12px;
	text-decoration: none;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      border-radius: 4px;
}

/*___________Blockquote______________*/

blockquote {
  padding: 0 0 0 15px;
  margin: 30px 20px;
  border-left: 3px solid #c02b2e;
}

blockquote p {
  margin-bottom: 0;
  font-size: 1.1em;
  font-style:italic;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 3px solid #c02b2e;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/*_____________Listas___________*/

	/* ul - check style */
	ul.check { margin-bottom: 0; line-height: 1.5em;}
	ul.check li { background: url(../images/list-check.png) 0px 3px no-repeat; margin-bottom: 10px; padding-left: 18px; }

	/* ul - arrow style */
	ul.arrow { margin-bottom: 0; }
	ul.arrow li { background: url(../images/list-arrow.png) 2px 5px no-repeat; line-height: 1.8em; margin-bottom: 0; padding-left: 20px; }
	ul.arrow li a, a:hover {color: #333333; text-decoration:none}
	
	/* ul - aspa style */
	ul.aspa { margin-bottom: 0; line-height: 1.5em;}
	ul.aspa li { background: url(../images/list-aspa.png) 0px 3px no-repeat;  margin-bottom: 10px; padding-left: 18px; }

	
.list_logos {
	width: auto;
	margin-left: 0;
}
.list_logos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	
}
.list_logos li {
	text-align: center;
	padding: 0 15px;
	display: block;
	float: left;
	cursor:pointer;
	margin-top:10px;
}


/*_______________PORTFOLIO_____________*/


.filter ul{	margin-bottom:120px;}
.filter li { float: left; }
.filter li:after { content: "/"; }
.filter li:last-child:after { content: ""; }
.filter a { padding: 0 10px; color: #333333; text-decoration: none;}
.filter a:hover{ color: #047396;}
.filter a.current { color: #047396; font-weight:bold; }

/* Portfolio */

.portfolio {
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-right:10px;/*el mismo tamaño que el borde de la imagen*/
    background: #f8f8f8;
    border-bottom: 2px solid #c02b2e;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.07),
        0 1px 25px 0 rgba(0,0,0,.07) inset,
        0 -1px 25px 0 rgba(0,0,0,.07) inset;
}

.portfolio img{
	background-color: #ffffff;
	padding:4px;
    border: 1px solid #cccccc;
}

.portfolio:hover{
	background:#fff4db;
}


.portfolio p.title {
    margin-top: 5px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 1.2em;
    line-height:1.3em;
    font-weight:bold;
    color: #000000;
    /*text-transform: uppercase;*/
    padding:0 8px;
    height:45px;
}

.portfolio p.url {
    line-height: 1.2em;
    font-style: italic;
    padding:0 8px;
    text-align:right
}

.portfolio p.url a, a:hover{
	text-decoration:none;
	color:#003648;
}

@media (min-width: 320px) and (max-width: 767px) {
 .portfolio {
	background: #ffffff;
 	border-bottom: 0px solid #c02b2e;
 	box-shadow:none;
 }
 .portfolio:hover{
 	background:none;
 }
 .portfolio img{
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
 }
 .portfolio p.title {
 	height:25px;
 }
 .portfolio p.url{
	text-align:center;
 }
}

/*______________Paginación___________*/

	ul.pagenav li { margin: 0;float:left; }
	.pagenav li a { 
		color: #a6a6a6;
		float: left;
		margin-right: 10px;
		padding: 0 7px;
		line-height: 19px;
		border: 1px  solid transparent;
		text-decoration:none
	 }
	.pagenav li a:hover { border-color: #e3e3e3; }
	.pagenav li.current a { background: #c02b2e; border-color: #c02b2e; }
	.pagenav li:hover a,.pagenav li:hover a { color: #404040; }
	.pagenav li.current a,.pagenav li.current:hover a { color: #f3f3f3; }
	.pagenav li.prev a,.pagenav li.next a { border-color: transparent; }

/*_________Redes Sociales - Rss - Acceso remoto_________*/

#remoto{
	display: block;
	float: right;
	width: 68px;
	height: 23px;
	background: url(../images/remoto.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-top:5px;
}

#remoto:hover{
	background-position: 0 -30px;
}

#remotospan{
	display: none;
}



#facebook{
	display: block;
	float: right;
	width: 43px;
	height: 23px;
	background: url(../images/facebook.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-top:5px;
}

#facebook:hover{
	background-position: 0 -30px;
}

#facebook span{
	display: none;
}

#twitter{
	display: block;
	float: right;
	width: 43px;
	height: 23px;
	background: url(../images/twitter.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-top:5px;
}

#twitter:hover{
	background-position: 0 -30px;
}

#twitter span{
	display: none;
}

#gmas{
	display: block;
	float: right;
	width: 43px;
	height: 23px;
	background: url(../images/gmas.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-top:5px;
}

#gmas:hover{
	background-position: 0 -30px;
}

#gmas span{
	display: none;
}

#rss{
	display: block;
	float: right;
	width: 43px;
	height: 23px;
	background: url(../images/rss.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin-top:5px;
}

#rss:hover{
	background-position: 0 -30px;
}

#rss span{
	display: none;
}

@media (max-width: 480px) and (max-width: 767px) {
	#facebook, #twitter, #rss, #gmas,#remoto{display:none;}
}

/* Dimension (or rather, just the Screen Width) display */
#dimensions {
  position: fixed;
  right: 10px;
  bottom: 0px;
  background: #000;
  font-size: 13px;
  color: #FFF;
  padding: 5px 10px;
}


/*_____________CLASES FORM_____________*/


.zona_form{
	/*background-color: #f3f3f3;
	border: solid 1px #cccccc;*/
	padding-left:10px;
	width: 100%;
	margin:0 auto;
}

select, textarea, input{padding:5px 0; -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle;} 

.zona_form input[type=text], textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
	width: 73%;
	min-width:200px;
}

 select{
	display: block;
	float: left;
	margin-bottom: 10px;
	width: auto;
	min-width:200px;
}

.zona_form label{
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	padding:6px 20px 0 0;
}

.formulario{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #b3b5b3;
	padding: 8px 3px;
}

.formulario_ko[type=text]{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 8px 3px;
	
	background: #faebeb url(../images/error.gif) no-repeat;
	background-position: right center;
}

.formulario_ko, textarea{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 8px 3px;
	
	background: #faebeb url(../images/error.gif) no-repeat;
	background-position: right bottom;
}


.formulario_ok[type=text] {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #b3b5b3;
	padding: 8px 3px;
	
	background: #ffffff url(../images/correcto.gif) no-repeat;
	background-position: right center;
}
/*
.formulario_ok, textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #b3b5b3;
	padding: 8px 3px;
	
	background: #ffffff url(../images/correcto.gif) no-repeat;
	background-position: right bottom;
}*/
/* TEXT AREA */
.formulario_ok, textarea {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #333333;
	background: #ffffff;
	border: 1px solid #b3b5b3;
	padding: 5px 3px 5px 3px;
	
	background: #ffffff url(../images/correcto.gif) no-repeat;
	/*background-position: right bottom;*/
	background-position: 98% 100%;
}

.formulario_ko, textarea{
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #8f2424;
	background: #ffffff;
	border: 1px solid #d20000;
	padding: 5px 3px 5px 3px;
	
	background: #faebeb url(../images/error.gif) no-repeat;
	/*background-position: right bottom;*/
	background-position: 98% 100%;
}


/* CHECK BOX */

/*input[type=checkbox].formulario_ok {display: none;}*/
input[type=checkbox].formulario_ok + label { 
	background: #ffffff;
	border: 1px solid #b3b5b3;
	/*padding: 5px 3px 5px 3px;*/
	padding:0px;
	margin-right:3px;
	cursor: pointer;

	display: inline-block; 
	width: 16px; 
	height: 16px; 
	background: url(../images/correcto.gif) 0px 0px no-repeat; 
	background-position: 50% 50%;
	text-indent: -1000em; 
}

/*input[type=checkbox].formulario_ko {display: none;}*/
input[type=checkbox].formulario_ko + label { 
	background: #ffffff;
	border: 1px solid #d20000;
	/*padding: 5px 3px 5px 3px;*/
	padding:0px;
	margin-right:3px;
	cursor: pointer;

	display: inline-block; 
	width: 16px; 
	height: 16px; 
	background: url(../images/error.gif) 0px 0px no-repeat; 
	background-position: 50% 50%;
	text-indent: -1000em; 
}
/* 
.chkbut_ok{
	font-size: 10pt;
	margin-right: 5px;
}

.chkbut_ko {
	font-size: 10pt;
	margin-right: 5px;
	border: 1px solid #d20000;
}*/

.form-search{
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	vertical-align: middle;
	*zoom: 1;
	margin:5px 0;
}

.formulario[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1 em;
	display: inline;
    background: #000000;
	padding:7px 10px 5px 10px;
	text-decoration: none;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0.1em 0.1em #333333;
    margin:10px 0px;
    text-indent:2px

}

.formulario[type=button]:hover { background: #335e92;text-shadow: 0.1em 0.1em #24303f;}

.formulario[type=button]:disabled{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-shadow: 0.1em 0.1em #ffffff;
}

.formulario[type=button]:disabled:hover{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 1 em;
	display: inline;
    background: #000000;
	padding:7px 10px 5px 10px;
	text-decoration: none;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-shadow: 0.1em 0.1em #333333;
    margin:10px 0px;
    text-indent:2px

}

.btn:hover { background: #335e92;text-shadow: 0.1em 0.1em #24303f;}

.btn:disabled{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  text-shadow: 0.1em 0.1em #ffffff;
}

.btn:disabled:hover{
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}



/*___________TABLAS_______________*/

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  vertical-align:middle;
}

.table td.center{
	text-align:center;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}


/*_________Progress bars__________*/



@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress-text{margin-bottom:5px;font-family:'Maven Pro', sans-serif;text-transform:uppercase;letter-spacing:1px;word-spacing:2px}

.progress {
  height: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
    background-repeat: repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #11566c;
    background-repeat: repeat-x;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width 0.6s ease;
	-moz-transition: width 0.6s ease;
	-o-transition: width 0.6s ease;
	transition: width 0.6s ease;
	background-image: linear-gradient(to bottom, #149bdf, #0480be);
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #c02b2e, #c43c35);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #c02b2e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #236616, #57a957);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #236616;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #11566c, #339bb9);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #11566c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #ff7200, #f89406);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #ff7200;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*_____________MENSAJES_____________*/

.close {
  float: right;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 1.3em;
  font-size:1.3em;
}
.alert-mensaje {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.danger, .error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}


div.alert {
    padding: 20px 15px 10px 35px;
    padding-left: 35px;
    /*margin-bottom: 10px;*/
}
.nota {
    border: 1px solid #000000;
    background-color: #ffffff;
}
.error {
    border: 1px solid #d47676;
    background-color: #f6d4d4;
}
.info {
    border: 1px solid #fece89;
    background-color: #fff3c2;
}
.aviso {
    border: 1px solid #448398;
    background-color: #b4e5ec;
}
.mensaje {
    border: 1px solid #72ad55;
    background-color: #ceefbe;
}

.alert h2 {
    background: transparent url("../images/warning-icons.png") top left no-repeat;
    padding: 3px 0 5px 35px;
    margin-bottom: 0;
    font-size:1.3em;
}
.alert p {
    padding-left: 35px;
    padding-bottom: 10px;
    font-size:1em;
}
.alert .close {
    right: -8px;
    top: -17px;
}
.nota h2 {
    background-position: 0 2px;
}
.error h2 {
    background-position: 0 -76px;
    color: #ae3f3f;
}
.error p {
    color: #ae3f3f;
}
.info h2 {
    background-position: 0 -150px;
    color: #ab5e2a;
}
.info p {
    color: #ab5e2a;
}
.aviso h2 {
    background-position: 0 -227px;
    color: #448398;
}
.aviso p {
    color: #448398;
}
.mensaje h2 {
    background-position: 0 -306px;
    color: #488a28;
}
.mensaje p {
    color: #488a28;
}

/*____________Info_Cookies_______________*/

.cookieNotice{
	width: 100%; 
	position: fixed; 
	bottom:0px;
	border-top:1px solid #666;
	background: #000;
	opacity: 0.8; filter: alpha(opacity=80);
	z-index: 9999;
	
	line-height: 1.3em;
	font-family: arial;
	left: 0px;
	text-align:center;
}

.cookieNotice p {font-size: 12px; margin:0px; padding:0px; color:#fff;}
.cookieNotice p a {color:#fff; text-decoration:underline}
.cookieNotice p a:hover {color:#fff;}

.cookieNoticeContent{position:relative; margin:auto; padding:15px 10px; max-width:980px; display:block;}

/*
Website: Grupo5.com
Versión: 3.0
Autor: GRUPO5.COM
Autor WEB: http://www.grupo5.com/
*/

/*_________Google_Fonts__________*/

@import url(http://fonts.googleapis.com/css?family=Maven+Pro);
@import url(http://fonts.googleapis.com/css?family=Oswald);

/*___________H1-H2-H3_____________*/

.title {
	font-size:1.350em;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	line-height:1.450em;
	color:#003647;
	text-transform:uppercase;
}

.title a, title a:hover{text-decoration:none; color:#003647;}



/*_____________TEXTOS_____________*/

.bluelight{color:#005671;}
.darkblue{color:#003647}
.dark{color:#3c3c3c;}
.red{color:#c02b2e;}
.orange{color:#e44d26;}
.white{color:white;}
.green{color:#206057;}

.lema{
	font-size:0.84em;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:0.84em;
	font-style:italic;
	letter-spacing:0.1em;
	display:inline;
	padding-left:7px;
}

.lema a, .lema a:hover{text-decoration:none; color:#666666;}


.bigtxt {
	font-size:2.125em;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	line-height:1.3em;
	color:#ffffff;
	font-style:italic;
	text-shadow: 1px 1px 1px #000;

}

.bigtxt a, .bigtxt a:hover{text-decoration:none; color:#ffffff;}

.sub{
	font-family: 'Maven Pro', sans-serif;
	font-size:1.375em;
	color:#f9eaa6;
	font-style:italic;
	line-height:1.5em;
	text-shadow: 1px 1px 1px #000;
}
.sub span{text-shadow: none; font-weight:bold; font-style:normal;color:#000000;}
.sub a{font-family:'Oswald', sans-serif; text-shadow: none; font-style:normal;color:#000000;}
.sub a:hover{text-shadow:none; color:#003648; text-decoration:none}

.txtbig {
	font-size:1.850em;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	line-height:1.2em;
	color:#000000;
}

.txtmin{
	font: normal 0.95em Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5em;
	font-style:italic;
	text-decoration: none;
}

.txtmin span{color:#666666}
.txtmin a{color:#666666; text-decoration:none}
.txtmin a:hover{color:#003648; text-decoration:none}

.txtmin .tag{
	background:url('../images/tagicon.gif') 0px 8px no-repeat;
	padding:5px 0px 0px 15px;
	font-style:italic;
}


.txtnot{
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #3f5f78;
	line-height: 1.5em;
	text-decoration: none;
}
.txtnot a{color: #3f5f78; text-decoration: none;}
.txtnot a:hover{color: #003f54;	text-decoration: none;}

.txtnot2{
	font: normal 1.275em Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.3em;
	text-decoration: none;
	margin-bottom:8px;
}
.txtnot2 a{color: #333333; text-decoration: none;}
.txtnot2 a:hover{color: #003f54;	text-decoration: none;}


.txtmas{
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#333333;
	background:url('../images/trimas.gif') 0px 10px no-repeat;
	padding:5px 0px 0px 8px;
}

.txtmas a{color:#333333; text-decoration:none}
.txtmas a:hover{color:#047396; text-decoration:none}

.txtmas der{float:right}

.txt404 {
	font-size: 7em;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	line-height:1em;
	color:#c02b2e;
	
}

.txt404_msg{
	font-family: 'Maven Pro', sans-serif;
	font-size:2.5em;
	color:#333333;
	line-height:1.2em;
}


/*________Abajo___________*/

.titaba{
	font-family:'Oswald', sans-serif;
	font-size:1.250em;
	color:#ffffff;
}

.telaba{
	font-family:'Oswald', sans-serif;
	font-size:1.875em;
	color:#c02b2e;
	background:url('../images/phone.gif') 0px 0px no-repeat;
	padding:0px 0px 0px 35px;

}

.txtaba {
	font: normal 0.975em Arial, Helvetica, sans-serif;
	font-size:;
	color: #999999;
	line-height: 1.5em;
	text-decoration: none;
}

.txtaba a{
	font-weight:normal;
	color: #999999;
	text-decoration: underline;
}

.txtaba a:hover{
	color: #999999;
	text-decoration: none;
}


.abajo{
	font: normal 0.875em Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.5em;
	text-decoration: none;
}
.abajo a{color: #666666; text-decoration: underline;}
.abajo a:hover{color: #999999;	text-decoration: none;}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	/*width:			10em; left offset of submenus need to match (see below) */
	width:195px;
}
.sf-menu ul li {
	width:	100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN WEB ***/
.sf-menu {
	margin-bottom:	1em;
}

.sf-menu a {
	padding: 10px 10px;
	text-decoration:none;
	color: #333333;
	border-top:solid 2px transparent;
}

.sf-menu a:hover{
	border-top:solid 2px #b32528;
	color:  #000000;
}

.sf-menu a.current { 
	color: #b32528;
	border-top:solid 2px none;
}

.sf-menu li {
	float:right;
}

.sf-menu li li {
	background:	#000000;
	float:left;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:	0;
}

.sf-menu li li a{
	background:	#525252;
	color:#ffffff;
	border-top: solid 1px #6b6b6b;
}

.sf-menu li li a:hover{
	background:	#b32528;
	color:#fff1c2;
	border-top: solid 1px #6b6b6b;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*----Website por defecto--*/
@media (min-width: 980px) and (max-width: 1200px) {
	.sf-menu a {
		padding: 10px 9px;
		text-decoration:none;
	}
	.sf-menu li.not{display:none}
  }

/*----Escritorio grande--*/
  @media (min-width: 1200px) {
	.sf-menu a {
		padding: 10px 15px;
		text-decoration:none;
	}
  }


/*----Tablets apaisados y escritorio--*/
@media (min-width: 768px) and (max-width: 980px) {
	.sf-menu a {
		padding: 10px 5px;
		text-decoration:none;
		font-size:11px;
	}
	
	.sf-menu ul {width:175px;}
	.sf-menu li.not{display:none}

}

/*----Tablets apaisados y escritorio--*/
@media (min-width: 481px) and (max-width: 767px) {
	.sf-menu a {
		padding: 10px 5px;
		text-decoration:none;
	}
}

/*** Smartphones ***/
@media (max-width: 480px)  {
	.sf-menu {
		float:	left;
		margin-bottom:	1em;
	}
	.sf-menu ul {
		position: absolute;
		/*position:relative;*/
		top: -999em;
		width:100%;
	}
	sf-menu ul li {
		display:block;
	}
	.sf-menu a {
		padding: .75em 1em;
		text-decoration:none;
		color: #black;
	}
	.sf-menu a:hover{
		border-top: solid 2px transparent;
		color: #b32528;
	}

	.sf-menu a.current { 
		color: #b32528;
		border-top:solid 2px transparent;
	}

	.sf-menu li {
		background:	transparent;
		display:block;
		width:100%;
		border-bottom:1px solid #525252;
		float:left;
	}
	.sf-menu li li {
		background: #525252;
		display:none;
	}

}
