/*generales*/
#art-main {
  position: relative;
  width: 100%;
  /*min-height: 100%;
  height: auto !important;
  height: 100%;*/
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
  /*margin: 0 auto -420px auto;*/
  margin:0 auto;
  overflow: hidden;
}
/*.push {
  height: 420px;
  margin-bottom: 0;
}*/
.art-sheet {
  position: relative;
  width:90%;
  max-width:1000px;
  margin:0 auto;
  z-index: 2;
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2D2A2B;
  overflow: hidden;
  z-index: 1;
}
.bg img {
  display: block;
  width: 100%;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all linear 60s;
  -moz-transition: all linear 60s;
  transition: all linear 60s;
}
.headerhome .bg.animate img {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2);
}
.wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.art-layout-wrapper {
  position: relative;
  margin: 0 auto;
  z-index: auto !important;
}
.art-content-layout {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.art-content-layout-row {
  display: table-row;
}
.art-content-layout .art-content {
  margin: 0 auto;
}
.art-layout-cell {
  display: table-cell;
  vertical-align: top;
}
.art-postcontent .art-content-layout {
  border-collapse: collapse;
}
.item-page {
  position: relative;
  margin: 0 auto;
  cursor: auto;
  padding:10% 0;
  /*width: 90%;
  max-width: 1200px;*/
}
.pag_aviso .columnas{
  margin:0;
  max-width:none;
}
.pag_serv {
  padding-top:0;
}
form, p, h1, h2, h3, h4, h5, h6, ul {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  margin:0 0 .5em;
  line-height:1.2em;
}
h1 {
  color: #520000;
  font-size: 1.7em;
  text-align: left;
  text-transform:uppercase;
}
h1 a{
  -webkit-transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
}
.art-postcontent p {
  margin: 8px 0;
  text-align:justify;
}
.art-postcontent p:first-child {
  margin-top: 0;
}
ul {
  list-style-type: none;
}
ol {
  list-style-position: inside;
}
a {
  text-decoration:none;
  color:#520000;
}
a img {
  border: 0;
}
a:hover {
  color:#D1AA66;
}
.imagen_intro {
  width: 100%;
  max-width: 377px;
  margin: 0 auto 20px;
}
.imagen_intro img {
  display: block;
  width: 100%;
}
.columnas {
  text-align: left;
  clear: both;
  max-width:800px;
  margin:0 auto;
}
.columna {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  /*max-width: 370px;*/
  text-align: justify;
}
.col2 {
  margin: 0 0 0 5%;
}
.col3 {
  /*display: block;
  width: 100%;*/
  max-width: 600px;
}
.columna .button {
  display:inline-block;
  float:right;
  padding:5px 10px;
  margin:0 -5px 0 0;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-size:1.7em;
  font-style:italic;
  font-weight:bold;
  text-decoration:none;
  color:#D1AA66;
  text-transform:lowercase;
  -webkit-transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
}
.columna .button:hover {
  background:#eee;
}
/*terminan generales*/

/*header*/
.art-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg_inicio.jpg) center top no-repeat;
  background-size: cover;
  border-bottom: 8px solid #D1AA65;
  z-index: 999;
}
.headerhome .art-header {
  background: none;
  border-bottom: 0;
}
.topbar {
  height: 50px;
  line-height: 50px;
  background: #632425;
  color: #ddd;
  text-align: right;
}
.topbar span.numero {
  color: #D1AA66;
}
.topbar img {
  width: 20px;
  vertical-align: middle;
  margin-left: 20px;
}
.logo {
  text-align: center;
  padding: 25px 0;
}
.headerhome .logo {
  padding: 3% 0;
}
.logo img {
  width: 160px;
}
.headerhome .logo img {
  width: 240px;
}
/*.buscar {
  position: absolute;
  right: 22px;
  top: 125px;
  font-size: 13px;
}
.buscar input {
  width: 215px;
  height: 28px;
  border: 1px solid #ccc;
  padding: 0 0 0 10px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0, .1);
  -moz-box-shadow: 0 0 4px rgba(0,0,0, .1);
  box-shadow: 0 0 4px rgba(0,0,0, .1);
  font-style: italic;
  color: #ccc;
  font-size: 13px;
  background: #fff url(../images/bg_buscar.png) no-repeat 195px center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: open sans, arial;
}*/
/*termina header*/

/*menu*/
.art-nav {
  background-color: rgba(255,255,255,0.03);
  position: relative;
  text-align: center;
}
.art-nav ul {
}
.art-nav li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.art-nav li:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  top: 100%;
  height: 1px;
  background: #D1AA66;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.art-nav li.active:before {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 100%;
  height: 2px;
  background: #D1AA66;
}
.art-nav li a {
  position:relative;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.1em;
    font-weight: 300;
    letter-spacing: .1em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.art-nav li a:hover {
  color: #fff;
  background:rgba(0,0,0,.2);
}
/*2o nivel*/
.art-nav li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  padding: 20px 0;
  background: rgba(0,0,0,.8);
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.art-nav li:hover>ul {
  visibility: visible;
  opacity: 1;
}
.art-nav li li {
  display: block;
}
.art-nav li li a {
  height: auto;
  font-size:.9em;
  line-height: 1.1em;
  padding: 10px 20px;
}
.art-nav li li a:hover {
  color: #fff;
  background: rgba(255,255,255,.2);
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
/*termina menu*/

/*slogan*/
.slogan {
  position: relative;
  width: 90%;
  max-width: 590px;
  margin: 0 auto;
  color: #ddd;
  text-align: center;
  font-size: 2em;
  text-shadow: 2px 2px rgba(0,0,0,.2);
  z-index: 2;
}
.slogan h1 {
  position: relative;
  padding: 30px 2%;
  margin:0;
  border: 1px solid #fff;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  text-shadow: none;
  text-align:center;
  opacity: 0;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  transform: scale(.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s .5s;
  -moz-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s .5s;
  transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s .5s;
}
.slogan.animate h1 {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.slogan h1 span {
  font-family: open sans, Helvetica neue lt std, Helvetica, Arial;
  font-size: .6em;
  color: #D1AA66;
  font-weight: 600;
}
.slogan h1:before {
  content: '';
  position: absolute;
  left: -11px;
  top: 10px;
  right: -11px;
  bottom: 10px;
  border: 1px solid #D1AA66;
}
.slogan p {
  position: relative;
  display:inline-block;
  top: -50px;
  opacity: 0;
  margin: 5% 0;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  color: #D1AA66;
  font-size: 1.3em;
  line-height:.8em;
  text-transform: uppercase;
  -webkit-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s 1s;
  -moz-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s 1s;
  transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s 1s;
  animation: color 5s ease 5s infinite normal;
  -moz-animation: color 5s ease 5s infinite normal;
  -webkit-animation: color 5s ease 5s infinite normal;
  -o-animation: color 5s ease 5s infinite normal;
}
.slogan.animate p {
  top: 0;
  opacity: 1;
}
span.destello {
  position:absolute;
    width:100px;
   height:100px;
    background:url(../images/destello.png) center center no-repeat;
  background-size:contain;
    left:0;
    bottom:-50px;
  font-size:0;
  opacity:0;
  color:transparent;
    animation: destello 5s ease 5s infinite normal;
  -moz-animation: destello 5s ease 5s infinite normal;
  -webkit-animation: destello 5s ease 5s infinite normal;
  -o-animation: destello 5s ease 5s infinite normal;
}
@-webkit-keyframes color
{
0%   {color:#D1AA66}
20%   {color:#fff}
40% {color:#D1AA66}
100% {color:#D1AA66}
}
@-moz-keyframes color
{
0%   {color:#D1AA66}
20%   {color:#fff}
40% {color:#D1AA66}
100% {color:#D1AA66}
}
@-o-keyframes color
{
0%   {color:#D1AA66}
20%   {color:#fff}
40% {color:#D1AA66}
100% {color:#D1AA66}
}
@keyframes color
{
0%   {color:#D1AA66}
20%   {color:#fff}
40% {color:#D1AA66}
100% {color:#D1AA66}
}
@-webkit-keyframes destello
{
0%   {left:-100px;opacity:0}
20%   {left:50%;opacity:1}
40% {left:100%;opacity:0}
100% {left:100%;opacity:0}
}
@-moz-keyframes destello
{
0%   {left:-100px;opacity:0}
20%   {left:50%;opacity:1}
40% {left:100%;opacity:0}
100% {left:100%;opacity:0}
}
@-o-keyframes destello
{
0%   {left:-100px;opacity:0}
20%   {left:50%;opacity:1}
40% {left:100%;opacity:0}
100% {left:100%;opacity:0}
}
@keyframes destello
{
0%   {left:-100px;opacity:0}
20%   {left:50%;opacity:1}
40% {left:100%;opacity:0}
100% {left:100%;opacity:0}
}

/*termina slogan*/

/*banner_inicio*/
.banner_home {
  border: 0px solid red;
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
  float: left;
}
/*
#slider-container112, #djslider112 ul#slider112 li {
  overflow: visible;
}
*/
.slide-desc-in:before, .slide-desc-in:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #DCBF90;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slide-desc-in:before {
  left: -15px;
}
.slide-desc-in:after {
  right: -15px;
}
.banner_home li:hover {
}
/*.banner_home #slider112 li img*/
.banner_home #slider108 li img{
  padding: 6px;
  border: 1px solid #D1AA66 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
  z-index: 1;
}
/*.banner_home #slider112 li:hover img*/
.banner_home #slider108 li:hover img {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  transform:scale(1.05);
}
.banner_home .slide-desc {
  height: 100%;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.banner_home li:hover .slide-desc {
  visibility: visible;
  opacity: 1;
}
/*.banner_home #slider112 .slide-desc-in*/
.banner_home #slider108 .slide-desc-in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*.banner_home #slider112 .slide-desc-bg*/
.banner_home #slider108 .slide-desc-bg {
  background: rgba(0,0,0,0.6);
  opacity: 1;
}
/*.banner_home #slider112 .slide-desc-text*/
.banner_home #slider108 .slide-desc-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.banner_home .slide-desc-text:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.banner_home .slide-text {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
.banner_home .slide-text h2 {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  color: #D1AA66;
  font-size: 1.3em;
  line-height: 1.2em;
}
.banner_home .slide-text h2 span.small {
  position:relative;
  left:-50px;
  opacity:0;
  display: block;
  font-family: open sans, Helvetica neue lt std, Helvetica, Arial;
  font-size: .9em;
  color: #ddd;
  font-weight: 300;
  -webkit-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s;
  -moz-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s;
  transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s;
}
.banner_home .slide-text h2 span.yellow {
  position:relative;
  right:-50px;
  opacity:0;
  display:block;
  -webkit-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s;
  -moz-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s;
  transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 1.5s;
}
.banner_home li:hover .slide-text h2 span.small{
  left:0;
  opacity:1;
}
.banner_home li:hover .slide-text h2 span.yellow{
  right:0;
  opacity:1;
}
/*termina banner_inicio*/

/*banner interior*/
.banner_interior img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
}
/*termina banner interior*/

/*inicio*/
.pag_inicio {
  padding: 0;
}
.pag_nosotros .columnas {
  text-align:center;
}
.pag_1col .columnas {
  text-align:center;
}
/*termina inicio*/

/*blog*/
/*sidebars*/
.art-content-layout .art-sidebar1, .art-content-layout .art-sidebar2 {
  margin: 0 auto;
  width: 180px;
  padding:40px 0 0;
}
.art-content-layout .art-sidebar1 {
  padding-right:20px;
}
.art-content-layout .art-sidebar2 {
  padding-left:20px;
}
.art-block {
  margin:0 0 30px;
}
.art-blockheader {
  margin: 0;
  text-align: left;
}
.art-blockheader h3 {
  font-size: 18px;
  margin:0 0 .5em;
  padding:0 0 .5em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #D1AA66;
  border-bottom:1px solid #D1AA66;
}
.art-blockcontent {
  padding: 0;
  margin: 0 auto;
  color: #242C2E;
  font-size: 13px;
  line-height: 175%;
}
.art-block ul li:before {
  display:none;
}
.art-block ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.art-block ul li:last-child {
  border-bottom: 0;
}
.art-block ul li:after {
  content:'';
  display:block;
  clear:both;
}
.art-block ul li a {
  margin: 0;
  padding: 10px;
  display: block;
  line-height:1.2em;
  color: #740000;
  font-weight:600;
  -webkit-transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
}
.art-block ul li a img {
  border: none;
  margin: 0;
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 5px;
  display:none;
}
.art-block ul li.active a {
  color: #900;
  background:rgba(0,0,0,.05);
}
.art-block ul li a:hover {
  color: #900;
  background:rgba(0,0,0,.05);
}
.art-block p {
  margin:0 0 10px;
}
/*interior*/
.blog_temas, .item-page_temas {
  padding:5% 0 10%;
}
.blog_temas>.art-post>h1, .item-page_temas .art-post:first-child h1 {
  padding:0 0 .5em;
  border-bottom:1px solid #ccc;
  font-size:1.8em;
}
.items-row {
  display: block;
  width: 100%;
  padding:0 0 5%;
  margin:0 0 5%;
  border-bottom:1px solid #ddd;
}
.items-row .item {
  display:block;
}
.blog_temas .item h1, .item-page_temas .art-post h1 {
  font-size:1.2em;
  text-transform:normal;
  border:0;
}
.items-row .item img{
  width:30%;
  height:auto;
  margin:0 4% 4% 0 !important;
}
.item-page_temas img{
  width: auto;
    max-width: 100%;
  height:auto;
  margin:0 4% 4% 0 !important;
}
.art-postheadericons {
  padding:0 0 .5em;
  color:#999;
}
.items-row .row-separator {
  display: none;
}
p.counter{
    text-align: center;
    font-weight: bold;
  padding:2% 0;
}
.art-pager {
  text-align:center;
}
.art-pager a, .art-pager span{
  display:inline-block;
  vertical-align:middle;
  padding:5px 10px;
  -webkit-transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
}
.art-pager a:hover{
  background:rgba(0,0,0,.1);
}
#jwDisqusFormFooter {
  display:none;
}
/*termina blog*/

/*contacto*/
.pag_contacto .columnas {
  max-width:none;
}
.pag_contacto .intro{
    max-width: 600px;
    margin: 0 auto 2em;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
}
.pag_contacto .intro p{
  margin:0 0 1em;
  text-align:center;
}
.pag_contacto .intro span.numero {
    color: #D1AA66;
}
.pag_contacto .intro a{
  display:inline-block;
  vertical-align:middle;
  width:20px;
  height:20px;
  padding:5px;
  margin:0 0 0 20px;
  background:#ddd;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
  overflow:hidden;
  -webkit-transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
}
.pag_contacto .intro a:hover{
  background:#632425;
}
.pag_contacto .intro a img{
  display:block;
  width:100%;
}
.pag_contacto .col1 {
  max-width: none;
}
.pag_contacto .col2 {
  max-width: none;
}
.pag_contacto .col1 fieldset, .pag_contacto .col1 form {
  padding: 0;
  margin: 0;
}
.pag_contacto .col1 fieldset.formFieldset .formBody {
  margin: 0 auto;
  float: none !important;
}
.pag_contacto .col1 fieldset.formFieldset input, .pag_contacto .col1 fieldset.formFieldset textarea {
  width: 100%;
}
.pag_contacto .col1 fieldset.formFieldset .formCaption2 {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding:0 0 5px;
  
}
a.art-button, a.art-button:link, a:link.art-button:link, body a.art-button:link, a.art-button:visited, body a.art-button:visited, input.art-button, button.art-button, button {
  display: inline-block;
  border: 2px solid #D1AA66;
  background: #fff;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  color: #520000;
  cursor: pointer;
  font-size: 14px;
  font-family: open sans, Arial;
  text-decoration: none;
  -webkit-transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
  outline:none;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -mox-box-sizing:content-box;
}
a.art-button:hover, .art-button:hover, button:hover {
  background: #E0C677 !important;
  color: #900 !important;
}
fieldset.formFieldset ol.formContainer li {
  padding:0;
  margin:0 0 10px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
  background: #FFF;
  border: 1px solid #CCC;
  margin: 0 auto;
  padding: 0 10px;
  min-height: 30px;
  font-family: open sans, Arial;
  color: #333;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.15);
  box-shadow: 0 0 4px rgba(0,0,0,.15);
  -webkit-transition:all ease-in-out .2s;
  -moz-transition:all ease-in-out .2s;
  transition:all ease-in-out .2s;
  outline:none;
}
textarea {
  padding:10px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus{
  border: 1px solid #D1AA65
}
input.art-error, textarea.art-error {
  background: #F5F5F5;
  border: 1px solid #E2341D;
  margin: 0 auto;
}
input.art-error, textarea.art-error {
  color: #22292B !important;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}
.formRed {
  color:#CF4D4D;
}
/*termina contacto*/


.art-postcontent ul>li:before, .art-post ul>li:before, .art-textblock ul>li:before {
  content: url('../images/postbullets.png');
  margin-right: 10px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.opera .art-postcontent ul>li:before, .opera .art-post ul>li:before, .opera .art-textblock ul>li:before {
  bottom: 0;
}
.art-postcontent li, .art-post li, .art-textblock li {
  color: #0F0F0F;
  margin: 3px 0 0 11px;
}
.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li, .art-postcontent ol, .art-post ol, .art-textblock ol {
  padding: 0;
}
.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li {
  padding-left: 17px;
}
.art-postcontent ul>li:before, .art-post ul>li:before, .art-textblock ul>li:before {
  margin-left: -17px;
}
.art-postcontent ol, .art-post ol, .art-textblock ol, .art-postcontent ul, .art-post ul, .art-textblock ul {
  margin: 1em 0 1em 11px;
}
.art-postcontent li ol, .art-post li ol, .art-textblock li ol, .art-postcontent li ul, .art-post li ul, .art-textblock li ul {
  margin: 0.5em 0 0.5em 11px;
}
.art-postcontent li, .art-post li, .art-textblock li {
  margin: 3px 0 0 0;
}
.art-postcontent ol>li, .art-post ol>li, .art-textblock ol>li {
  overflow: visible;
}
.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li {
  overflow-x: visible;
  overflow-y: hidden;
}
blockquote {
  background: #F5F5F5 url('../images/postquote.png') no-repeat scroll;
  padding: 10px 10px 10px 47px;
  margin: 10px 0 0 25px;
  color: #121212;
  font-weight: normal;
  font-style: italic;
  text-align: left;
  overflow: auto;
  clear: both;
}
blockquote a, .art-postcontent blockquote a, .art-blockcontent blockquote a, .art-footer blockquote a, blockquote a:link, .art-postcontent blockquote a:link, .art-blockcontent blockquote a:link, .art-footer blockquote a:link, blockquote a:visited, .art-postcontent blockquote a:visited, .art-blockcontent blockquote a:visited, .art-footer blockquote a:visited, blockquote a:hover, .art-postcontent blockquote a:hover, .art-blockcontent blockquote a:hover, .art-footer blockquote a:hover {
  color: #121212;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}
blockquote p, .art-postcontent blockquote p, .art-blockcontent blockquote p, .art-footer blockquote p {
  margin: 0;
  margin: 5px 0;
}
.Sorter img {
  border: 0;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  position: static;
  z-index: 1;
  width: 12px;
  height: 6px;
}
.Sorter a {
  position: relative;
  color: #23A4C7;
}
.Sorter a:link {
  color: #23A4C7;
}
.Sorter a:visited, .Sorter a.visited {
  color: #23A4C7;
}
.Sorter a:hover, .Sorter a.hover {
  color: #1B7D98;
}
.Sorter {
  color: #13596C;
}
.art-lightbox-wrapper {
  background: #333;
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  left: 0;
  padding: 0 100px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000000;
}
.art-lightbox, .art-lightbox-wrapper .art-lightbox-image {
  cursor: pointer;
}
.art-lightbox-wrapper .art-lightbox-image {
  border: 6px solid #fff;
  border-radius: 3px;
  display: none;
  max-width: 100%;
  vertical-align: middle;
}
.art-lightbox-wrapper .art-lightbox-image.active {
  display: inline-block;
}
.art-lightbox-wrapper .lightbox-error {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 80px;
  opacity: .95;
  padding: 20px;
  position: fixed;
  width: 300px;
  z-index: 100;
}
.art-lightbox-wrapper .loading {
  background: #fff url('../images/preloader-01.gif') center center no-repeat;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  box-shadow: 0 2px 5px #333;
  height: 32px;
  opacity: .5;
  padding: 10px;
  position: fixed;
  width: 32px;
  z-index: 10100;
}
.art-lightbox-wrapper .arrow {
  cursor: pointer;
  height: 100px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  width: 82px;
  z-index: 10003;
}
.art-lightbox-wrapper .arrow.left {
  left: 9px;
}
.art-lightbox-wrapper .arrow.right {
  right: 9px;
}
.art-lightbox-wrapper .arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.art-lightbox-wrapper .arrow.disabled {
  display: none;
}
.art-lightbox-wrapper .arrow-t, .art-lightbox-wrapper .arrow-b {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  left: 26px;
  position: relative;
  width: 30px;
}
.art-lightbox-wrapper .arrow-t {
  top: 38px;
}
.art-lightbox-wrapper .arrow-b {
  top: 50px;
}
.art-lightbox-wrapper .close {
  cursor: pointer;
  height: 22px;
  opacity: .5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 39px;
  top: 30px;
  width: 22px;
  z-index: 10003;
}
.art-lightbox-wrapper .close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.art-lightbox-wrapper .close .cw, .art-lightbox-wrapper .close .ccw {
  background-color: #fff;
  border-radius: 3px;
  height: 6px;
  position: absolute;
  left: -4px;
  top: 8px;
  width: 30px;
}
.art-lightbox-wrapper .cw {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.art-lightbox-wrapper .ccw {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.art-lightbox-wrapper .close-alt, .art-lightbox-wrapper .arrow-right-alt, .art-lightbox-wrapper .arrow-left-alt {
  color: #fff;
  display: none;
  font-size: 2.5em;
  line-height: 100%;
}
.ie8 .art-lightbox-wrapper .close-alt, .ie8 .art-lightbox-wrapper .arrow-right-alt, .ie8 .art-lightbox-wrapper .arrow-left-alt {
  display: block;
}
.ie8 .art-lightbox-wrapper .cw, .ie8 .art-lightbox-wrapper .ccw {
  display: none;
}
fieldset {
  border: none;
}
fieldset dl {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
}
fieldset dt {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 12em;
  height: 2em;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  background: none;
  line-height: 2em;
  overflow: hidden;
}
fieldset dd {
  display: block;
  min-height: 2em;
  margin: 0 0 0 12em;
  padding: 0;
  background: none;
  line-height: 2em;
}
fieldset label {
  display: inline-block;
  width: 12em;
}
fieldset textarea {
  vertical-align: text-top;
}
.img-fulltext-left, .img-intro-left {
  float: left;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0.3em 0.3em 0;
  margin-top: 0;
}
.img-fulltext-right, .img-intro-right {
  float: right;
  display: block;
  border: none;
  padding: 0;
  margin: 0 0 0.3em 0.3em;
  margin-top: 0;
}
ul.pagenav {
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
ul.pagenav li, ul.pagenav li:before {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
  content: normal;
}
ul.pagenav li.pagenav-prev {
  float: left;
}
ul.pagenav li.pagenav-next {
  margin: 0 0 0 50%;
}
div.item-page dl.tabs {
  display: block;
  margin: 0;
  padding: 0;
}
div.item-page dl.tabs:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  width: 1em;
  height: 2em;
  overflow: hidden;
}
div.item-page dl.tabs dt {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  height: 2em;
  overflow: hidden;
  border-left: solid 1px #A6A6A6;
  border-top: solid 1px #A6A6A6;
}
div.item-page dl.tabs dt h3 {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  font-size: 100%;
  overflow: hidden;
}
div.item-page dl.tabs dt h3 a {
  text-decoration: none;
}
div.item-page dl.tabs:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  border-left: solid 1px #A6A6A6;
  content: " ";
  overflow: hidden;
  height: 2em;
}
div.item-page div.current {
  clear: both;
  border: solid 1px #A6A6A6;
}
div.item-page div.current dd.tabs {
  margin: 0;
  padding: 0;
}
div.item-page .panel {
  border: solid 1px #A6A6A6;
  margin-top: -1px;
}
div.item-page .panel h3 {
  margin: 0;
  padding: 0;
}
div.item-page .panel h3 a {
  display: block;
  padding: 6px;
  text-decoration: none;
}
div.item-page .panel h3.pane-toggler-down a {
  border-bottom: solid 1px #A6A6A6;
}
div.item-page .panel .pane-slider {
  margin: 0;
  padding: 0;
}
div.item-page div.pagination ul {
  clear: both;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
div.item-page div.pagination li {
  display: block;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  white-space: nowrap;
}
div.item-page div.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#searchForm .phrases-box {
  display: block;
  float: left;
}
#searchForm .ordering-box {
  text-align: right;
}
#searchForm .phrases-box label, #searchForm .ordering-box label, #searchForm .only label {
  display: inline-block;
  width: auto;
  height: 2em;
  margin: 0;
  padding: 0 0.3em;
}
#mod-finder-searchform label {
  display: block;
}
#mod-finder-searchform input.inputbox {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}
#login-form #form-login-username label, #login-form #form-login-password label {
  display: block;
}
#login-form #form-login-username input, #login-form #form-login-password input {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 300px;
}
.breadcrumbs img {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
dl.stats-module {
  padding: 0.3em 0 0.3em 0.3em;
  margin: 0;
}
dl.stats-module dt {
  float: left;
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  width: 10em;
  padding: 0.3em 0.3em 0 0;
  margin: 0;
  font-weight: bold;
}
dl.stats-module dd {
  display: block;
  line-height: 1.5em;
  min-height: 1.5em;
  margin-left: 0 0 0 10em;
}
div.mod-languages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.mod-languages li {
  background: none;
  margin: 0 0.3em;
  padding: 0;
}
div.mod-languages ul.lang-inline li {
  display: inline;
}
div.mod-languages ul.lang-block li {
  display: block;
}
div.mod-languages img {
  border: none;
  margin: 0;
  padding: 0;
}
div.clr {
  clear: both;
}
#system-message ul li {
  background-image: none;
}
ul.actions, ul.actions li, ul.actions li img {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}
ul.actions li {
  background: none;
  list-style: none;
}
div.tip-wrap {
  background: #fff;
  border: 1px solid #aaa;
}
div.tip-wrap div.tip {
  padding: 0.3em;
}
div.tip-wrap div.tip-title {
  font-weight: bold;
}
table.category {
  width: 100%;
}
table.category thead th img {
  padding: 0 0 0 0.3em;
  margin: 0;
  border: none;
}
span.hasTip a img {
  padding: 0;
  margin: 0;
  border: none;
}
div.categories-list ul li span.item-title, div.cat-children ul li span.item-title {
  display: block;
  margin: 0 0 0.3em 0;
}
div.categories-list ul li div.category-desc, div.cat-children ul li div.category-desc {
  margin: 0 0 0.3em 0;
}
div.categories-list dl, div.cat-children dl {
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  background: none;
}
div.categories-list dl dt, div.cat-children dl dt, div.categories-list dl dd, div.cat-children dl dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  background: none;
}
div.img_caption p.img_caption {
  padding: 0.3em 0;
  margin: 0;
}
form .search label, form .finder label {
  display: none;
}
.cols-2 .column-1, .cols-2 .column-2, .cols-3 .column-1, .cols-3 .column-2, .cols-3 .column-3 {
  float: left;
  clear: right;
}
.cols-2 .column-1 {
  width: 50%;
}
.cols-2 .column-2 {
  width: 50%;
}
.cols-3 .column-1 {
  width: 33%;
}
.cols-3 .column-2 {
  width: 33%;
}
.cols-3 .column-3 {
  width: 34%;
}
.row-separator {
  clear: both;
  float: none;
  font-size: 1px;
  display: block;
}
ul.categories-module li h1, ul.categories-module li h2, ul.categories-module li h3, ul.categories-module li h4, ul.categories-module li h5, ul.categories-module li h6 {
  display: inline;
}
/* Begin Additional CSS Styles */
.separador_gris {
  height: 1px;
  margin: 15px auto;
  background: #5A5A5A;
}
.galeria_servicios {
  position: relative;
  margin: 0 0 20px 0;
  color: #464646;
}
.galeria_servicios_separador {
  position: absolute;
  top: 0;
  left: 10px;
  height: 1px;
  width: 952px;
  border-top: 2px dotted #c5c5c5;
}
.contenedor_mapa {
  margin: -10px -10px 0 -10px;
  width: 972px;
  height: 280px;
  position: relative;
  background: url(../images/bg_contenedor_mapa.jpg) no-repeat left top;
}
.contenedor_mapa_interior {
  width: 400px;
  height: 220px;
  position: absolute;
  top: 13px;
  left: 276px;
  padding: 5px;
  background: rgba(255,255,255,.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
  box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.direccion_mapa {
  width: 138px;
  height: 84px;
  position: absolute;
  top: 164px;
  left: 810px;
  color: #006699;
  line-height: normal;
}
.direccion_mapa h2 {
  font-weight: normal;
  font-size: 16px;
  color: #6C2A2B;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin: 0 0 10px 0;
}
.contenedor_forma_contacto {
  width: 612px;
  background: url(../images/bg_forma_contacto.jpg) no-repeat center top;
  margin: -20px auto 20px auto;
  position: relative;
  padding: 50px 10px 10px 10px;
  text-align: center;
}
.contenedor_forma_contacto fieldset.formFieldset legend {
  font-weight: normal;
  color: #D1AA66;
  font-size: 22px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  text-transform: uppercase;
}
.contenedor_forma_contacto fieldset.formFieldset .formBody {
  margin: 0 auto;
  float: none !important;
}
.contenedor_forma_contacto fieldset.formFieldset input, .contenedor_forma_contacto fieldset.formFieldset textarea {
  width: 340px;
}
.contenedor_forma_contacto fieldset.formFieldset .formCaption2 {
  width: 340px;
  text-align: left;
  margin: 0 auto;
}
.contenedor_forma_contacto button {
  border: 0;
  background: #D1AA66;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  color: #520000;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  cursor: pointer;
  font-size: 14px;
  font-family: open sans, Arial;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contenedor_forma_contacto button:hover {
  background: #E0C677 !important;
  ;
  color: #900 !important;
  ;
}
.contenedor_forma_contacto button:active {
  color: #520000 !important;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.25) inset;
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.25) inset;
  box-shadow: 1px 1px 3px rgba(0,0,0,.25) inset;
  background: #D1AA66;
}
.soc_no {
  display: none;
}

.search select {
  min-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.search .form-limit {
  float: right;
}
.search fieldset {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}
.search fieldset.word {
  text-align: center;
}
.search fieldset.phrases, .search fieldset.only {
  display: inline-block;
  width: 420px;
  vertical-align: top;
}
.result-title a:link {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 16px;
}
.result-created {
  font-size: 11px;
  font-style: italic;
  color: #999;
}
.cuadro_gris_qs {
  background: #f5f5f5;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.pagination {
  margin-bottom: 20px;
}
.pagination li:first-child a {
  width: 294px;
  display: block;
  padding: 4px 0;
  background: #f5f5f5;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  border-left: 0;
  text-decoration: none;
}
.pagination li a {
  width: 294px;
  display: block;
  padding: 4px 0;
  background: #f5f5f5;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #fff;
  text-decoration: none;
}
.pagination li a:hover {
  background: #900;
  color: #fff;
  text-decoration: none;
}
#article-index {
  display: none;
}
.login-fields {
  margin: 10px 0;
}
.logout {
  margin-bottom: 50px;
  text-align: center;
}
.logout button {
  margin-top: 40px;
}
.formelm, .formelm-area {
  margin: 10px 0;
}
select {
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #CCC;
  margin: 0 auto;
  padding: 0 0 0 4px;
  min-height: 30px;
  color: #069;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-shadow: none;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.15);
  box-shadow: 0 0 4px rgba(0,0,0,.15);
  font-family: open sans, Arial;
}
h2.menutitle {
  font-size: 18px !important;
}
/*footer*/
.art-footer {
  position: relative;
  height: auto;
  font-size: .9em;
  /*margin: -420px 0 0 0;*/
  z-index: 3;
  background-image: -moz-linear-gradient(50% 0% -90deg, rgb(20,20,20) 0%, rgb(47,47,47) 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(20,20,20)), color-stop(1, rgb(47,47,47)));
  background-image: -webkit-linear-gradient(-90deg, rgb(20,20,20) 0%, rgb(47,47,47) 100%);
  background-image: -o-linear-gradient(-90deg, rgb(20,20,20) 0%, rgb(47,47,47) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(20,20,20) 0%, rgb(47,47,47) 100%);
  background-image: linear-gradient(180deg, rgb(20,20,20) 0%, rgb(47,47,47) 100%);
}
.art-footer:before {
  content: '';
  position: absolute;
  width: 465px;
  height: 100%;
  top: 0;
  right: 50px;
  background: url(../images/footer.png) right top no-repeat;
  z-index: 1;
}
.art-footer a {
  color: #bbb;
  text-decoration: none;
}
.footer {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  color: #ddd;
  line-height: 1.6em;
  z-index: 2;
}
.footer h3 {
  font-size: 1.6em;
  color: #D1AA66;
  padding: 25px 0;
  margin:0;
  font-weight: normal;
}
.footer li a, .footer_left a {
  display: block;
  text-transform: uppercase;
  color: #aaa;
  line-height: 1.2em;
  padding: 5px 10px;
  margin-left: -10px;
  text-decoration: none;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.footer li a:hover, .footer_left a:hover {
  background: rgba(0,0,0,.5);
  color: #fff;
}
.footer_left {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 2% 0;
}
.footer_center {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 2% 0;
}
.footer_right {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #bbb;
  text-align:right;
}
.footer_right .art-nostyle{
  display:inline-block;
}
.footer_right .col_izq {
  display: block;
  vertical-align: top;
  text-align: left;
  margin: 0 0 3% 0;
  color: #fff;
}
.footer_right .col_izq img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.footer_right .col_der {
  display: block;
  vertical-align: top;
  text-align: left;
}
.footer_right span.numero {
  color: #D1AA66;
}
.aviso_privacidad {
  position: relative;
  text-align: center;
  background: rgba(255,255,255,.05);
  z-index:2;
}
.aviso_privacidad li {
  display: inline-block;
}
.aviso_privacidad li a {
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 11px;
  color: #ddd;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}
.aviso_privacidad li a:hover, .aviso_privacidad li.active a {
  color: #fff;
  background:rgba(0,0,0,.2);
}
.copyright {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #838383;
  font-style: italic;
  background: #464646;
  z-index:2;
}
.copyright span.amarillo {
  color: #DCBF90;
  text-transform: uppercase;
}
/*termina footer*/
