@charset "iso-8859-2";
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

.popup .overlay {
  position:fixed;
  top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  background:rgba(0,0,0,0.7);
  z-index:990;
  display:none;
}

.popup .content {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(0);
  background:#fff;
  width:800px;
  height:auto;
  z-index:999;
  text-align:center;
  padding:20px;
  box-sizing:border-box;
  font-family:"Open Sans",sans-serif;
  border:4px solid #948a73;
}

.popup .close-btn {
  cursor:pointer;
  position:absolute;
  right:20px;
  top:20px;
  width:30px;
  height:30px;
  background:#222;
  color:#fff;
  font-size:25px;
  font-weight:600;
  line-height:30px;
  text-align:center;
  border-radius:50%;
}

.popup.active .overlay {
  display:block;
}

.popup.active .content {
  transition:all 300ms ease-in-out;
  transform:translate(-50%,-50%) scale(1);
}

button {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  padding:15px;
  font-size:18px;
  border:2px solid #222;
  color:#222;
  text-transform:uppercase;
  font-weight:600;
  background:#fff;
}

ol, ul {
    list-style: none;
}

#clear {
    clear: both;
}

body {
    background: url(../img/bg.jpg) repeat-x #544d3a;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 11px;
    margin: 0;
    color: #544d3a;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'DailyNews-ItalicRegular';
    src: url('../fonts/dani____-webfont.eot');
    src: url('../fonts/dani____-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dani____-webfont.woff') format('woff'),
    url('../fonts/dani____-webfont.ttf') format('truetype'),
    url('../fonts/dani____-webfont.svg#DailyNews-ItalicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DailyNews-RegularRegular';
    src: url('../fonts/danr____-webfont.eot');
    src: url('../fonts/danr____-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/danr____-webfont.woff') format('woff'),
    url('../fonts/danr____-webfont.ttf') format('truetype'),
    url('../fonts/danr____-webfont.svg#DailyNews-RegularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** //////  BASE SITE //////  **/
#base1 {
    width: 100%;
}

#page {
    width: 980px;
    background: #FFF;
    margin: 0px auto 0px auto;
}

#top {
    width: 980px;
    height: 30px;
    margin: 0px auto 0px auto;
}

#header {
    width: 980px;
    height: 353px;
    border-top: 5px solid #948a73;
}

#facebook {
    width: 180px;
    height: 30px;
    text-align: right;
    margin: -12px 0 0 753px;
    top: 110px;
    position: absolute;
    z-index: 500;
}

#twitter_icon {
    width: 36px;
    height: 32px;
    text-align: right;
    margin: 23px 0 0 914px;
    top: 110px;
    z-index: 101;
    position: absolute;
    display: block;
    background: url(../img/social/twitter.png) no-repeat;
    cursor: pointer;
}

#facebook_icon {
    width: 36px;
    height: 32px;
    text-align: right;
    margin: 63px 0 0 914px;
    top: 110px;
    z-index: 101;
    position: absolute;
    display: block;
    background: url(../img/social/facebook.png) no-repeat;
    cursor: pointer;
}

#google_icon {
    width: 36px;
    height: 32px;
    text-align: right;
    margin: 153px 0 0 914px;
    top: 110px;
    /*z-index: 101;*/
    position: fixed;
    display: block;
    /*background: url(../img/social/google-plus.png) no-repeat;*/
    /*cursor: pointer;*/
}

#fix_social {
    position: fixed;
    display: block;
}

#mail_icon {
    width: 36px;
    height: 32px;
    text-align: right;
    margin: 103px 0 0 914px;
    top: 110px;
    z-index: 101;
    position: absolute;
    display: block;
    background: url(../img/social/email.png) no-repeat;
    cursor: pointer;
}

#tripadvisor {
    width: 91px;
    height: 30px;
    text-align: right;
    margin: -12px 0px 0 2px;
    top: 110px;
    position: absolute;
    z-index: 110;
    display: block;
}

#menu {
    width: 980px;
    height: 51px;
    background-color: #F2EDE3;
    border-bottom: 1px solid #948a73;

    /*background-image: linear-gradient(to bottom,#EAE3D3 60% , white);*/

}

#home {
    width: 207px;
    height: 38px;
    margin: -4px 0px 0px 0px;
    padding: 8px 0px 0px 43px;
    float: left;
}

#menubar {
    width: 730px;
    height: 38px;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 0px 0px;
    float: left;
}

#content {
    width: 980px;
    margin: 35px 0px 0px 0px;
}

#flags {
    width: 778px;
    height: 35px;
    margin: 5px 48px 0px 35px;
    float: left;
    padding: 0 0 0 56px;
}

#flags2 {
    width: 879px;
    height: 35px;
    margin: 40px 0 0px 0;
    float: left;
    padding: 0 0 0 45px;
}

/** //////  BANNERS //////  **/
#banners {
    width: 932px;
    margin: 0px 0px 0px 48px;
}

/** //////  BANNERS //////  **/
#banners-video {
    height: 284px;
    margin: 40px 0px 5px 48px;
    background-color: black;
    width: 873px;
    border: 5px solid #cebc96;
    padding-top: 25px;
    padding-bottom: 25px;
}



#b1 {
    width: 262px;
    height: 285px;
    margin: 0px 48px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #f2ede3;
    border-top: 5px solid #cebc96;
    border-bottom: 1px solid #cebc96;
    float: left;
}

#b1_pre {
    width: 262px;
    height: 285px;
    margin: 0px 48px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #968e79;
    border-top: 5px solid #cebc96;
    border-bottom: 1px solid #cebc96;
    float: left;
    color: white;
}

#b1-video {
    width: 262px;
    height: 284px;
    /*background: #f2ede3;*/
    float: right;
}

#b1mid {
    width: 262px;
    height: 285px;
    margin: 0px 48px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #f2ede3;
    border-top: 5px solid #cebc96;
    border-bottom: 1px solid #cebc96;
    float: left;
}

.bannerfont {
    font-family: 'DailyNews-ItalicRegular';
    font-size: 16px;
    line-height: 24px;
    float: left;
    text-align: justify;
    padding: 10px 0px 0px 10px;
}

#b1a {
    width: 223px;
    height: 94px;
    padding: 10px 20px 0px 19px;
    float: left;
    font-family: 'DailyNews-ItalicRegular';
    font-size: 16px;
    line-height: 24px;
}

#b1a_pre {
    width: 223px;
    height: 94px;
    padding: 10px 20px 0px 19px;
    float: left;
    font-family: 'DailyNews-ItalicRegular';
    font-size: 16px;
    line-height: 24px;
    color: white;
}

#b1amid {
    width: 223px;
    height: 69px;
    padding: 10px 20px 0px 19px;
    float: left;
    font-family: 'DailyNews-ItalicRegular';
    font-size: 16px;
    line-height: 24px;
}

#b1b {
    width: 222px;
    height: 108px;
    padding: 14px 20px 0px 20px;
    float: left;
    line-height: 18px;
    background: #e5decf;
    text-align: justify;
}

#b1b4_es {
    width: 262px;
    height: 122px;
    padding: 0 0 0px 0;
    float: left;
    line-height: 18px;
    background: url(../img/bg_time_es.jpg) no-repeat;
}

#b1b4_en {
    width: 262px;
    height: 122px;
    padding: 0 0 0px 0;
    float: left;
    line-height: 18px;
    background: url(../img/bg_time_en.jpg) no-repeat;
}



#b1b3 {
    width: 259px;
    height: 118px;
    padding: 4px 0px 0px 3px;
    float: left;
    line-height: 18px;
    background: #e5decf;
}

#b1c3 {
    width: 222px;
    height: 27px;
    float: left;
    line-height: 13px;
    padding: 12px 20px 0px 20px;
}

#b1c {
    width: 222px;
    height: 32px;
    float: left;
    line-height: 13px;
    padding: 12px 20px 0px 20px;
}

#b1c2 {
    width: 222px;
    height: 36px;
    float: left;
    line-height: 13px;
    padding: 8px 20px 0px 20px;
    text-align: center;
    font-family: 'DailyNews-ItalicRegular';
    font-size: 16px;
    line-height: 20px;
}

#b1c2-video {
    width: 222px;
    height: 36px;
    float: left;
    padding: 2px 0px 0px 0px;
    text-align: center;
    font-family: 'DailyNews-ItalicRegular';
    font-size: 18px;
    line-height: 17px;
    color: whitesmoke;
}


#b1c2-video-body {
    width: 222px;
    height: 36px;
    float: left;
    line-height: 15px;
    padding: 8px 0px 0px 0px;
    text-align: left;
    font-family: 'DailyNews-ItalicRegular';
    font-size: 18px;
    line-height: 16px;
    /*font-weight: bold;*/
    color: whitesmoke;
}

.btit {
    font-family: 'DailyNews-ItalicRegular';
    font-size: 24px;
    line-height: 28px;
    color: #544d3a;
    padding: 0px 0px 0px 0px;
}

.btit_pre {
    font-family: 'DailyNews-ItalicRegular';
    font-size: 24px;
    line-height: 28px;
    color: white;
    padding: 0px 0px 0px 0px;
}

/** //////  CONTADOR //////  **/
#container33 {
    margin: 45px 0 0 26px;
    width: 237px;
    padding: 0;
}

p.time {
    font-family: "Times New Roman", Times, serif;
    color: #7e7868;
    text-align: left;
    font-size: 37px;
    font-weight: bold;
}

.cd-time {
    font-family: "Times New Roman", Times, serif;
    display: inline;
    color: #e5decf;
    font-size: 1px;
}

/** //////  MENU //////  **/
ul.topnav {
    list-style: none;
    padding: 8px 0px 0px 0px;
    margin: 0;
    float: left;
    width: 730px;
    font-size: 12px;
}

ul.topnav li {
    float: left;
    margin: 0;
    padding: 0px 8px 0px 8px;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a {
    font-family: 'DailyNews-ItalicRegular';
    padding: 0px 11px 2px 11px;
    color: #544d3a;
    font-size: 16px;
    display: block;
    text-decoration: none;
    float: left;
}

ul.topnav li a:hover {
    border-bottom: 4px solid #948a73;
    padding-bottom: 6px;
}

.pulsado {
    font-family: 'DailyNews-ItalicRegular';
    color: #612221;
    height: 23px;
    font-size: 12px;
    display: block;
    text-decoration: none;
    float: left;
    border-bottom: 4px solid #9c8a65;
}

a.pulsado:hover {
    height: 19px;
}

/*///// DETALLES GALERIA  /////*/
#gallery {
    width: 884px;
    height: 182px;
    margin: 50px 48px 0px 48px;
    background: url(../img/bg_gallery.gif) no-repeat;
    padding-bottom: 30px;
}

#galleryin {
    width: 884px;
    height: 102px;
    padding: 49px 0 0 0;
    text-align: center;
}

#gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gallery ul li {
    display: inline;
    margin: 0;
}

#gallery ul img {
    margin: 0px 0px 0px 0px;
}

#galleryimg {
    width: 884px;
    height: 44px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.gallery2 {
    width: 884px;
    margin: 0px 0 0px 0;
    padding-bottom: 20px;
    float: left;
}

.galleryin2 {
    width: 884px;
    padding: 0 0 0 0;
    float: left;
}

#gallery2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#gallery2 ul li {
    display: inline;
    margin: 0;
    padding: 0 0 0 0;
}

#gallery2 ul img {
    margin: 0px 0px 1px 0px;
}

/*///// FOOTER /////*/
#footerg {
    width: 520px;
    height: 61px;
    padding: 45px 0px 0px 460px;
    background: url(../img/footer.jpg);
    margin: -1px auto -1px auto;
}

#footer {
    width: 980px;
    height: 120px;
    padding: 0px 0px 0px 0px;
    background: #7A725F;;
    margin: 0px auto 1px auto;
}

#footer2 {
    width: 980px;
    height: 52px;
    padding: 18px 0px 0px 0px;
    background: #6a6250;
    margin: -1px auto 30px auto;
    text-align: center;
    color: #D4D3D3;
    font-size: 11px;
    line-height: 16px;
}

#fmenu {
    width: 884px;
    margin: 0px auto 0px auto;
    height: 16px;
    padding: 20px 0 0 0;
    text-align: center;
}

#fmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#fmenu ul li {
    margin: 0;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 12px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    color: #cebc96;
    display: inline;
}

#fmenu ul li a {
    margin: 0;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 12px;
    padding: 0 0 0 0;
    text-decoration: none;
    color: #cebc96;
}

#fmenu ul li a:hover {
    margin: 0;
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 12px;
    padding: 0 0 0 0;
    text-decoration: none;
    color: #FFF;
    border-bottom: 2px solid #FFF;
}

#fredes {
    width: 884px;
    margin: 0px auto 0px auto;
    height: 30px;
    padding: 14px 0 0 0;
    text-align: center;
}

/*///// FONTS /////*/
.link1 {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #544d3a;
    text-decoration: none;
    font-weight: bold;
}

a.link1:hover {
    text-decoration: underline;
}

.link2 {
    font-family: "Trebuchet MS";
    font-size: 11px;
    line-height: 16px;
    color: #544d3a;
    text-decoration: none;
    font-weight: bold;
    background: url(../img/arrow_sr.gif) no-repeat right;
    padding: 1px 12px 0 0;
}

a.link2:hover {
    text-decoration: underline;
}

.link3 {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #544d3a;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    line-height: 50px;
    background: url(../img/arrow_left.gif) no-repeat left;
    padding: 0 0 0 7px;
}

a.link3:hover {
    text-decoration: underline;
}

.link4 {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #544d3a;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    line-height: 50px;
    background: url(../img/arrow_left2.gif) no-repeat left;
    padding: 0 0 0 7px;
}

a.link4:hover {
    text-decoration: underline;
}

/** //////  SECTIONS //////  **/
#header2 {
    width: 980px;
    height: 212px;
    border-top: 5px solid #948a73;
}

#slide2 {
    width: 958px;
    height: 212px;
    margin: 0px 0 0px 0;
}

#titles {
    width: 874px;
    height: 78px;
    margin: 0px 0 40px 0;
    padding: 12px 0px 0px 10px;
    float: left;
    border-top: 5px solid #948a73;
    border-bottom: 1px solid #948a73;
}

.subtitle_s {
    font-family: 'DailyNews-ItalicRegular';
    font-size: 18px;
    color: #544d3a;
}

.title_s {
    font-family: 'DailyNews-RegularRegular';
    font-size: 40px;
    color: #544d3a;
    line-height: 40px;
}

.menu_title {
    font-family: 'DailyNews-RegularRegular';
    font-size: 26px;
    color: #544d3a;
    padding: 0px 25px;
}

.txt16 {
    font-family: "Trebuchet MS";
    font-size: 16px;
    color: #544d3a;
    text-decoration: none;
    font-weight: bold;
    line-height: 24px;
}

.txt12 {
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #544d3a;
    text-decoration: none;
    line-height: 18px;
}

#sectionall {
    width: 884px;
    margin: 50px 48px 0px 48px;
    padding: 0px 0px 0px 0px;
}

#frame {
    width: 590px;
    float: left;
    padding: 3px 0 0 10px;
}

#frame1 {
    width: 350px;
    float: left;
    padding: 0 0 0 0;
    float: left;
}

#frame2 {
    width: 220px;
    float: left;
    padding: 0 20px 0 0;
    float: left;
    text-align: right;
}

#frame2a {
    width: 220px;
    float: left;
    padding: 74px 0 0 0;
    float: left;
    text-align: right;
}

#frame2b {
    width: 220px;
    float: left;
    padding: 74px 0 0 0;
    float: left;
    text-align: right;
}

#frame2c {
    width: 220px;
    float: left;
    padding: 40px 0 0 0;
    float: left;
    text-align: right;
}

#frame2d {
    width: 220px;
    float: left;
    padding: 40px 0 0 0;
    float: left;
    text-align: right;
}

.lili {
    font-family: "Trebuchet MS";
    font-size: 11px;
    color: #544d3a;
    text-decoration: none;
    line-height: 30px;
    font-weight: bold;
}

#sright {
    width: 243px;
    float: right;
}

#sright_contact {
    width: 331px;
    float: right;
}

#sleft_contact {
    width: 331px;
    float: left;
}

#mi {
    width: 243px;
    /*background: #eae2d2;*/
    margin: 12px 0px 0px -1px;
}

#mitop {
    width: 243px;
    height: 27px;
    /*background: url(/img/mitop.jpg);*/
    font-family: 'DailyNews-RegularRegular';
    font-size: 26px;
    color: #544d3a;
    padding: 0px 20px;
}

#mitop_contact {
    width: 365px;
    font-family: 'DailyNews-RegularRegular';
    font-size: 20px;
    color: #544d3a;
    padding-left: 11px;
    height: 28px;
}

#mitop_contact_content {
    width: 340px;
    font-family: 'DailyNews-RegularRegular';
    font-size: 15px;
    color: #544d3a;
    padding-left: 11px;
    height: 50px;
}

#mitop_contact_italic {
    width: 340px;
    font-family: 'DailyNews-RegularRegular';
    font-size: 15px;
    color: #544d3a;
    padding-left: 11px;
    font-style: italic;
    height: 50px;
}

#volver {
    text-align: center;
    background-color: #665E4B;
    border-radius: 5px;
    color: whitesmoke;
    font-family: 'DailyNews-RegularRegular';
    font-size: 17px;
    font-style: italic;
    height: 21px;
    width: 68px;
    padding-top: 7px;
    padding-right: 3px;
    margin-left: 9px;
}

#mitop_phone {
    width: 243px;
    font-family: 'DailyNews-RegularRegular';
    font-size: 18px;
    color: #544d3a;
    padding: 8px 0 0px 45px;
    line-height: 20px;
    background: url(../img/telephone.jpg) no-repeat 8px 6px;
}

#micenter {
    /*width: 223px;*/
    /*padding: 11px 0 13px 20px;*/
    width: 223px;
    padding: 20px 0 15px 20px;
    background: #EAE3D3;
    border-radius: 10px 10px 0 0;
    /*border: 1px solid #cfbc94;*/
    /*border-bottom: 0;*/
}

#micenter_contact {
    width: 293px;
    padding: 11px 0 15px 20px;
    background: #EAE3D3;
    border-radius: 10px 10px 0 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    /*border: 1px solid #cfbc94;*/
    /*border-bottom: 0;*/
}

#mitop {
    width: 243px;
    height: 29px;
    /*background: url(../img/mibottom.jpg);*/
    margin-top: -1px;
}

#mibottom {
    width: 243px;
    height: 29px;
    background: url(../img/mibottom.jpg);
    margin-top: -1px;
}

#contact_bottom {
    width: 313px;
    height: 29px;
    background: url(../img/contact_bottom.jpg);
    margin-top: -1px;
}

#sep {
    width: 243px;
    height: 20px;
}

#mvtop {
    width: 243px;
    height: 38px;
    background: url(../img/mi_top2.gif);
}

#mvbottom {
    width: 243px;
    height: 31px;
    background: url(../img/mi_bottom2.gif);
}

#btn_vid {
    width: 243px;
    height: 16px;
    padding: 15px 0 0 0;
    text-align: center;
}

ul#nav {
    list-style: none;
}

ul#nav li {
    margin: 0;
    padding: 0px 0px 6px 10px;
    background: url(../img/arrow_lo.gif) left no-repeat;
}

ul#nav li a {
    padding: 0px 0px 0px 0px;
    color: #544d3a;
    text-decoration: none;
}

ul#nav li a:hover {
    text-decoration: underline;
}

.tit_int {
    font-family: 'DailyNews-ItalicRegular';
    font-size: 20px;
    color: #544d3a;
    padding: 0px 0px 0px 0px;
}

.tit_int2 {
    font-family: 'DailyNews-ItalicRegular';
    font-size: 17px;
    line-height: 34px;
    color: #544d3a;
    padding: 0px 0px 0px 0px;
}

ul#nav2 {
    list-style: none;
    text-align: justify;
}

ul#nav2 li {
    margin: 0;
    padding: 0px 0px 6px 10px;
    background: url(../img/arrow_lo2.png) left top no-repeat;
}

/** //////  NEWS //////  **/
#news1 {
    width: 884px;
    margin: -30px 0 80px 48px;
    padding: 0px 0px 0px 0px;
    float: left;
    /*border-top: 1px solid #948a73;*/
}

#news1a {
    width: 870px;
    margin: 13px 0 0px 0px;
    padding: 0px 0px 10px 10px;
    float: left;
    border-bottom: 1px solid #948a73;
    font-size: 12px;
    line-height: 18px;
}

#news1b {
    width: 200px;
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    float: left;
}

#news1b1 {
    width: 670px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
    text-align: justify;
}

.ntitle {
    font-family: 'DailyNews-ItalicRegular';
    font-size: 20px;
    color: #544d3a;
    line-height: 45px;
}

/** //////  CONTACTO //////  **/
#framec2 {
    width: 540px;
    float: left;
    padding: 3px 0 0 10px;
    text-align: left;
}

#c1 {
    width: 500px;
    height: 386px;
    float: left;
    padding: 0px 0 0 0;
}

#datos {
    width: 313px;
    height: 272px;
    float: left;
    padding: 0 0 0 0;
    background: url(../img/datos.jpg) no-repeat;
}

#datos_en {
    width: 313px;
    height: 272px;
    float: left;
    padding: 0 0 0 0;
    background: url(../img/datos_en.jpg) no-repeat;
}

#ccontent {
    margin: 10px 0 0 0;
    width: 884px;
    float: left;
}

#ctit {
    margin: 0px auto 10px auto;
    width: 868px;
    height: 128px;
    background: url(../img/tit_contacto.png);
    float: left;
}

#ctit2 {
    margin: 0px auto 20px auto;
    width: 868px;
    height: 240px;
    float: left;
}

#form_a {
    width: 250px;
    float: left;
    margin: 0 0 5px 0;
}

#form_a1 {
    width: 245px;
    height: 17px;
    float: left;
    font-size: 11px;
    padding: 4px 0 0 5px;
    font-size: 12px;
}

#form_a2 {
    width: 250px;
    height: 28px;
    float: left;
    margin-bottom: 6px;
}

.form {
    width: 211px;
    height: 20px;
    float: left;
    padding: 0 0 0 5px;
    margin: 2px 0 0 5px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    background: #eae2d2;
    border: 1px solid #cfbc94;
    color: #564e41;
}

#form_b {
    width: 500px;
    float: left;
    margin: 0 0 0 0;
}

#form_b1 {
    width: 495px;
    height: 19px;
    float: left;
    font-size: 11px;
    padding: 7px 0 0 5px;
    font-size: 12px;
}

#form_b2 {
    width: 450px;
    height: 106px;
    float: left;
}

.form2 {
    width: 445px;
    height: 86px;
    float: left;
    padding: 10px;
    margin: 0 0 0 5px;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    background: #eae2d2;
    border: 1px solid #cfbc94;
    color: #564e41;
}

.cf_btn {
    width: 81px;
    height: 30px;
    margin: 35px 150px 0px 2px;
    float: left;
    text-align: left;
}

#ch {
    width: 233px;
    height: 111px;
    background: url(../img/contact_h.png);
    float: left;
    margin: 60px 0 0 35px;
}

#ch2 {
    width: 233px;
    height: 169px;
    float: left;
    margin: 0 0 0 35px;
    border-bottom: #9a9b84 1px solid;
    border-top: #9a9b84 1px solid;
    background: url(../img/contact_h2.png) no-repeat;
}

#dat1 {
    width: 140px;
    height: 20px;
    float: left;
    margin: 56px 0 0 60px;
    padding: 8px 0 0 0;
    font-size: 18px;
}

#dat2 {
    width: 140px;
    height: 20px;
    float: left;
    margin: 15px 0 0 60px;
    padding: 11px 0 0 0;
    font-size: 13px;
}

.dat2 {
    font-size: 13px;
    text-decoration: none;
    color: #445131;
}

.dat2:hover {
    font-size: 13px;
    text-decoration: underline;
    color: #445131;
}

#mapa {
    width: 884px;
    height: 450px;
    float: left;
    margin: 24px 0 100px 0;
    border-top: 1px solid #948a73;
    padding-top: 30px;
}

#copy {
    margin: 10px 0px 0px 0px;
    float: left;
}

#copy a {
    color: #8f7c53;
    text-decoration: underline;
}

#copy a:hover {
    color: #8f7c53;
    text-decoration: underline;
}

.nav2 {
    text-align: justify
}

#contact_text {
    font-size: 15px;
    padding: 20px 20px 20px 8px;
    line-height: 19px;
}

.caracteristica {
    width: 241px;
    font-family: 'DailyNews-RegularRegular';
    font-size: 18px;
    color: #544d3a;
    padding: 8px 0 0px 45px;
    line-height: 32px;
    background: url(../img/telephone.jpg) no-repeat 8px 8px;
}

.phone_number {
    width: 241px;
    font-family: 'DailyNews-RegularRegular';
    font-size: 18px;
    color: #544d3a;
    padding: 8px 0 0px 0px;
    line-height: 32px;
    font-weight: bold;
}

.wa {
    width: 241px;
    font-family: 'DailyNews-RegularRegular';
    font-size: 15px;
    color: #544d3a;
    padding: 13px 0 0px 45px;
    line-height: 32px;
    background: url(../img/wa.png) no-repeat 8px 6px;
    padding-bottom: 14px;
}

#contact_phone_text {
    padding: 0px 0px 0 39px;
    font-size: smaller;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#cuatro_estrellas {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
    width: auto;
    margin: -10px 1px 1px 139px;
}

#cuatro_estrellas_pt {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
    width: auto;
    margin: -26px 1px 1px 139px;
}

/*Social Gallery*/
.social_gallery {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding-right: 6px;
    z-index: 101;
    position: absolute;
    margin: 10px 0px 0px 914px;
}

.icon_gallery {
    width: 35px;
    height: 35px;
    cursor: pointer;
    padding-bottom: 6px;
}

/*Social Footer*/
.icon_footer {
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding-right: 6px;
}

.disabled {
    cursor: auto;
}

#social_footer {
    margin: -33px 3px 0px 0px;
    float: right;
    font-size : 0px;
}

.trip_footer {
    width: 87px;
    height: 53px;
    cursor: pointer;
}

#trip_footer {
    margin: -8px 0px 0px 10px;
    float: left;
    font-size : 0px;
}

#disclaimer {
    margin-right: 100px;
}


/*IMAGE ZOOM*/
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #333;
}

.pic {
    float: left;
    width: 880px;
    height: 485px;
    overflow: hidden;
    margin-top: -10px;
    /*-webkit-box-shadow: 5px 5px 5px #111;*/
    /*box-shadow: 5px 5px 5px #111;*/
}

/*GROW*/
.grow img {
    width: 880px;
    height: 485px;
    margin-top: 0px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.grow img:hover {
    width: 1080px;
    height: 595px;
    margin-top: -50px;
}
