li.button-row.telefono {
    display: none !important;
}

@media (max-height: 500px) {
    #speedCube {
        display: none;
    }
}

.widSSPComponent {
    max-width: 293px !important;
}


/*=========================================
    Ajustes Nico
=========================================*/

.mg_item_featured {
    float: left;
    position: relative;
}

#promo {
    float: left;
    margin-bottom: 27px;
    margin-left: -22px;
    margin-top: 1px;
 position: relative;
}

#render_text {
    float: left;
    font-family: 'Chantilly';
    font-size: 16px;
    height: 106px;
    line-height: 26px;
    position: relative;
    width: 624px;
}

.tooltip {
    display: none;
    opacity: 0;
    left: 940px;
    position: absolute;
    top: 26px;
    z-index: 999;
}

.title {
    float: left;
    height: 47px;
    margin-bottom: 29px;
    position: relative;
}

#inner_content {
    width: 100%;
    position: relative;
    float: left;
}

#inner_content p {
    position: relative;
    float: left;
    width: 100%;
    text-align: justify;
}

#page_content_wrapper .inner .sidebar_content {
    float: left;
    width: 90%;
    padding-left: 43px;
}


/*=========================================
    Sliding home
=========================================*/

#window {
    -webkit-box-shadow: 0 0 8px #000000;
    -moz-box-shadow: 0 0 8px #000000;
    box-shadow: 0 0 8px #000000;
    clear: both;
    width: 621px;
    height: 236px;
    background: #131310;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#slideshow {
    width: 1242px;
    height: 472px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

#slideshow li {
    width: 621px;
    height: 236px;
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
}


/*=========================================
    Sliding box
=========================================*/

section {
    display: block;
}

#boxes {
    float: left;
    margin-top: 3px;
    position: relative;
    width: 100%;
}

.imagebox {
    -webkit-box-shadow: 0 0 8px #000000;
    -moz-box-shadow: 0 0 8px #000000;
    box-shadow: 0 0 8px #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
    width: 299px;
    height: 236px;
}

.imagebox img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.slidingbox {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    margin-top: -7px;
    width: 280px;
    height: 280px;
    background: rgba(33, 33, 33, 0.7);
    color: #ffffff;
}

#imagebox1:hover #slidingbox1 {
    margin-top: -240px;
}

.imagebox.s2 {
    position: relative;
}


/*=========================================
    Defecto
=========================================*/



html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1.5;
}

blockquote:before,
block367 quote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}

#page_content_wrapper .comment-reply-link {
    padding: 0;
    width: 100%;
}

#page_content_wrapper form p {
    padding: 0;
}


/*
    Global Layout
*/

@font-face {
    font-family: 'Titillium';
    src: url('fonts/TitilliumText22L002-webfont.eot');
    src: url('fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/TitilliumText22L002-webfont.woff') format('woff'), url('fonts/TitilliumText22L002-webfont.ttf') format('truetype'), url('fonts/TitilliumText22L002-webfont.svg#Titillium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chantilly';
    src: url('fonts/Chantilly-Light.ttf');
}

html {
    overflow-x: hidden;
}

body {
    background: #000;
    font-size: 12px;
    font-family: "helvetica neue", Helvetica, Verdana, Arial, sans-serif;
    padding: 0;
    margin: 0;
    color: #bbb;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px dotted #555;
    background: transparent;
    margin: auto;
    margin-bottom: 20px;
    width: 100%;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #3E70EB;
    text-decoration: none;
    outline: none;
}

a:active {
    color: #fff;
    background: #3E70EB text-decoration: none;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

#searchform label {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Titillium';
}

#searchform input[type=text] {
    width: 90%;
}

h3 {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}

h4 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}

h5 {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

h6 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: 'Titillium';
    letter-spacing: -1px;
}

h6 {
    letter-spacing: 0px;
}

.strong,
strong {
    font-weight: bold;
    color: #fff;
}

.middle {
    vertical-align: -30%;
}

pre,
code,
tt {
    font: 13px 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
    padding: 20px;
    display: block;
    overflow: auto;
    margin-top: 10px;
    margin: 0 0 20px 0;
    width: 92%;
    background: transparent;
    border: 0;
    color: #fff;
    border-top: 1px dotted #555;
    border-bottom: 1px dotted #555;
}

.clear {
    clear: both;
}

img.mid_align {
    vertical-align: middle;
    margin-right: 5px;
    border: 0;
}

label.error,
.error {
    font-size: 11px;
    color: #ff0000;
    display: block;
}

.with_bg {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

img.frame {}

.frame_left {
    padding: 5px;
    float: left;
    margin: 0 20px 10px 0;
    text-align: center;
}

.frame_left .caption,
.frame_right .caption,
.frame_center .caption {
    margin: 7px 0 2px 0;
    display: block;
    color: #999;
}

.frame_right {
    padding: 5px;
    float: right;
    margin: 0 0 10px 20px;
    text-align: center;
}

.frame_center {
    padding: 5px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
    display: table;
}

.dropcap1 {
    text-align: center;
    width: 30px;
    height: 30px;
    background: #3e70eb;
    float: left;
    padding: 10px;
    margin-right: 12px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-size: 22px;
}

blockquote {
    padding-left: 60px;
    width: 80%;
    background: transparent url("images/quote_bg.png") no-repeat top left;
    min-height: 50px;
    margin: 20px 0 20px 0;
}

blockquote h2 {
    font-weight: normal;
    font-size: 20px;
}

blockquote h3 {
    font-weight: normal;
    font-size: 18px;
}

.arrow_list,
.check_list,
.star_list {
    margin-top: 15px;
}

.arrow_list li {
    margin: 5px 0 0 20px;
    list-style-image: url("images/arrow_li.png");
}

.check_list li {
    margin: 5px 0 0 25px;
    list-style-image: url("images/tick_button.png");
}

.star_list li {
    margin: 5px 0 0 25px;
    list-style-image: url("images/icon_star.png");
}

#respond {
    width: 100%;
    float: left;
    margin: 0 0 40px 0;
}

#wrapper {
    width: 100%;
}

.logo_wrapper {
    margin: 0 1px 0 30px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 25px 0 0;
    z-index: 9999;
}

.arrow-down {
    float: left;
    width: 0;
    height: 0;
    margin-left: 30px;
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
    border-top: 40px solid #000;
}

.mail > a:hover {
    color: #b4e1ed;
}

.logo_wrapper img {
    margin-left: -5px;
    margin-top: 43px;
}

#menu_wrapper {
    width: auto;
    margin: auto;
    z-index: 999;
    float: left;
    /*display: none;*/
    position: fixed;
    bottom: 65px;
    left: 35px;
}


/*body.home
{
    left: -400px;
}*/

.nav,
.subnav {
    list-style: none;
    position: relative;
}

.subnav {
    background: none;
}

.nav li {
    display: block;
    float: none;
    margin: 0;
    clear: both;
}

.nav li a {
    font-size: 24px;
    font-family: 'Titillium';
    color: transparent;
    text-transform: uppercase;
    color: #fff;
    /*text-shadow: 0px 0px 1px #fff;*/
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 36px;
    display: block;
    letter-spacing: -1px;
}

.nav li a:hover {
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
}

.nav li ul {
    display: block;
    padding: 00;
    list-style: none;
    padding: 10px;
    float: left;
    width: 250px;
    z-index: 999;
    margin: 0;
}

.nav li ul li ul {
    display: block;
    padding: 00;
    list-style: none;
    padding: 10px;
    float: left;
    width: 220px;
    z-index: 999;
    margin: 0;
}

.nav li ul li {
    width: 100%;
}

.nav li ul li a {
    float: none;
    width: 100%;
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 20px;
}

.nav li ul li a {
    height: auto;
}

.nav li.current-menu-parent ul {
    display: none;
}

.nav li.current-menu-item > a,
.nav li > a:hover,
.nav li > a.hover,
.nav li > a:active,
.nav li.current-menu-parent > a {
    color: #fff;
}

.nav li.current-menu-item ul li a:hover,
.nav li ul li a:hover,
.nav li ul li:hover a,
.nav li ul li.current-menu-item a {
    border: 0;
    color: #fff;
}

#footer {
    width: 100%;
    z-index: 999;
    background: #000;
    bottom: 0;
    position: fixed;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    border-top: 2px solid #fff;
}

#copyright {
    float: left;
    font-family: 'Chantilly';
    font-size: 14px;
    letter-spacing: 0.01em;
    margin: 0 0 0 16px;
    padding: 10px 0 7px;
    width: 57%;
}

#content_wrapper {
    width: 72%;
    float: left;
    margin: 0;
}

#page_content_wrapper {
    width: 710px;
    padding-bottom: 30px;
    margin-left: 30px;
    background: transparent url('images/000_80.png') repeat;
    display: none;
    position: absolute;
    /*height: 100%;*/
    overflow: hidden;
    margin-top: -2px;
    left: 250px;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    border: 2px solid #fff;
    padding-top: 20px;
}

#content_wrapper .inner {
    height: 600px;
    overflow: hidden;
}

#page_content_wrapper .inner {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}
.inner_wrapper {
  /*height: 600px;*/
  overflow: auto;
}
#view_slideshow {
    position: absolute;
    background: #000000;
    padding: 5px;
    font-size: 11px;
    top: 35px;
    right: 20px;
    z-index: 3;
    cursor: pointer;
}

#move_next {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 250px;
    right: 20px;
    z-index: 2;
    background: transparent url('images/move_next.png') no-repeat center center;
    display: block;
}

#move_prev {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 250px;
    left: 20px;
    z-index: 2;
    background: transparent url('images/move_prev.png') no-repeat center center;
    display: block;
}

.card.desc h1 {
    display: block;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
}

#content_wrapper .card {
    float: left;
    height: 600px;
    overflow: hidden;
    margin: 0;
}

#content_wrapper .card .title {
    display: block;
    position: relative;
    top: -44px;
    padding: 10px 0 10px 15px;
    left: 0px;
    width: 80%;
    background: #000;
    font-size: 11px;
}

#content_wrapper .card .title h2 {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, "helvetica neue", Helvetica, Verdana, sans-serif;
}

#content_wrapper .card_content {
    background: #999;
    color: #000;
    height: 200px;
    top: -10px;
    position: relative;
    padding: 10px 15px 10px 15px;
}

#content_wrapper .card.desc {
    float: left;
    padding: 30px 40px 30px 30px;
    width: 260px;
    background: transparent url('images/kwicks_shadow.png') repeat-y center right;
}

.post_wrapper {
    width: 100%;
    margin: 0 0 30px 0;
}

.post_wrapper.single {
    width: 100%;
    margin: 0;
}

.post_date {
    width: 60px;
    height: 100px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: transparent url('images/bg_date.png') no-repeat;
}

.post_date .month {
    width: 100%;
    font-size: 11px;
    text-align: center;
    margin-top: 8px;
}

.post_date .year {
    width: 100%;
    font-size: 11px;
    text-align: center;
    margin-top: -10px;
}

.post_date .date {
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-top: -10px;
}

.post_date .comments {
    width: 100%;
    font-size: 11px;
    text-align: center;
    margin-top: 11px;
    font-weight: normal;
    text-shadow: 0 0 0;
}

.post_social {
    width: 100%;
    padding-bottom: 10px;
}

.post_social iframe,
.post_social div {
    margin-right: 25px;
    position: relative;
    top: 2px;
}

.post_social iframe.facebook_button {
    top: 3px;
}

body.page-template-template-gallery-flip-php .post_social,
body.page-template-template-gallery-f-php .post_social {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 400px;
    text-align: right;
}

.post_header {
    width: 75%;
    float: left;
    margin-bottom: 10px;
    margin-top: 0;
}

.post_img_date {
    width: 40px;
    background: #3e70eb;
    float: left;
    padding: 10px;
    margin-right: 12px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-top: -1px;
}

.post_img_date .day {
    font-size: 18px;
}

.post_img_date .month {
    margin-top: -5px;
}

.post_detail {
    font-size: 11px;
    color: #999;
    background: transparent url('images/000_50.png') repeat;
    display: block;
    width: 390px;
    padding: 11px 10px 7px 10px;
    margin-top: -39px;
    z-index: 999;
    position: relative;
}

.post_excerpt {
    width: 98%;
    margin: 18px 0 0 0;
}

.post_header .post_detail,
.recent_post_detail {
    width: 80%;
    padding: 5px 10px 5px 0;
    float: left;
}

.post_detail_wrapper {
    float: left;
    width: 96%;
    margin: 0 0 10px 0;
}

#about_the_author {
    width: 98%;
    float: left;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

#about_the_author .header span {
    display: block;
    padding: 10px 0 10px 20px;
    font-size: 14px;
}

#about_the_author .thumb {
    width: 80px;
    float: left;
    margin: 20px 0 0 20px;
}

#about_the_author .thumb img {
    padding: 3px;
    width: 50px;
}

#about_the_author .description {
    width: 370px;
    float: left;
    padding: 20px 0 20px 0;
}

.comment .left img.avatar {
    width: 50px;
}

.comment {
    width: 490px;
    padding-bottom: 20px;
    float: left;
}

.comment .left {
    width: 60px;
    float: left;
}

.comment_arrow {
    display: none;
}

.comment .right {
    width: 70%;
    float: left;
    padding: 0 15px 10px 15px;
    background: transparent;
    margin-top: -2px;
}

ul.children div.comment .right {
    width: 69%;
}

.comment .right p {
    margin: 0;
    padding: 0;
}

#content_wrapper ul.children {
    list-style: none;
    margin: -40px 0 0px 74px;
    border-left: 1px solid #eeeeee;
    padding: 5px 20px 2px 0;
    float: left;
    width: 106%;
}

#content_wrapper ul.children ul.children {
    margin-top: -10px;
    padding-bottom: 0;
    width: 83.5%;
}

.comment_wrapper {
    float: left;
    margin-left: 25px;
    border-left: 1px solid #eeeeee;
}

.comment_date {
    float: left;
    margin: 0 0 0 10px;
    background: #3E70EB;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 5px 3px 5px;
    font-size: 10px;
}

ul.children .comment {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    margin-top: 15px;
    margin-left: 55px;
    float: left;
}

ul.children .comment:last-child {
    padding-top: 0;
    padding-bottom: 15px;
}

ul.children .comment:first-child {
    padding-top: 10px;
    margin-top: 0px;
}

.arrow_list,
.check_list,
.star_list {
    margin-top: 15px;
}

.arrow_list li {
    margin: 5px 0 0 20px;
    list-style-image: url("images/arrow_li.png");
}

.one_half {
    float: left;
    width: 47%;
}

.one_half.last {
    margin-left: 3%;
}

.one_half.gallery2 {
    overflow: hidden;
    position: relative;
    height: 230px;
    background: #000;
}

.one_half.gallery2 .one_half_img {
    height: 230px;
    position: absolute;
}

.one_half.gallery2 .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    display: none;
    cursor: pointer;
}

.one_half.gallery2 .shadow .zoom {
    padding: 5px 15px 5px 15px;
    margin: auto;
    background: transparent;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 40%;
    left: 40%;
}

.one_third {
    width: 30%;
    float: left;
    min-height: 50px;
    margin-right: 3%;
}

.one_third.last {
    margin-right: 0;
}

.one_third.gallery3 {
    overflow: hidden;
    position: relative;
    height: 134px;
}

.one_third.gallery3 .one_third_img {
    position: absolute;
}

.one_third.gallery3 .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    display: none;
    cursor: pointer;
}

.one_third.gallery3 .shadow .zoom {
    padding: 5px 15px 5px 15px;
    margin: auto;
    background: transparent;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 35%;
    left: 35%;
}

.two_third {
    float: left;
    width: 64%;
    margin-right: 3%;
}

.one_fourth {
    width: 22%;
    float: left;
    margin-right: 3%;
    margin-bottom: 2%;
}

.one_fourth.last {
    margin-right: 0;
}

.one_fourth.gallery4 {
    overflow: hidden;
    position: relative;
    height: 108px;
}

.one_fourth.gallery4 .one_fourth_img {
    position: absolute;
}

.one_fourth.gallery4 .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    display: none;
    cursor: pointer;
}

.one_fourth.gallery4 .shadow .zoom {
    padding: 5px 15px 5px 15px;
    margin: auto;
    background: transparent;
    font-size: 10px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 31%;
    left: 30%;
}

.gallery_thumbnail {
    margin-right: 3px;
}

.one_fifth {
    width: 14%;
    float: left;
    margin-right: 6%;
    margin-bottom: 2%;
}

.one_fifth.last {
    margin-right: 0;
}

.one_sixth {
    width: 11%;
    float: left;
    margin-right: 6%;
    margin-bottom: 2%;
}

.one_sixth.last {
    margin-right: 0;
}

.post_img {
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.cufon.space {
    margin-bottom: 15px;
}

#content_slider_wrapper {
    width: 100%;
    height: 20px;
    background: transparent;
    position: fixed;
    bottom: 200px;
}

#content_slider {
    width: 90%;
    height: 20px;
    background: transparent;
    margin: 0;
    cursor: pointer;
    position: relative;
}

#content_slider .ui-slider-handle {
    width: 11%;
    background: transparent url('images/000_slider.png') repeat center center;
    height: 20px;
    margin: 0;
    position: absolute;
    display: block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

body.single #page_content_wrapper .inner .sidebar_content,
body.page-template-blog-php #page_content_wrapper .inner .sidebar_content {
    padding-bottom: 0px;
}

#page_content_wrapper .inner .sidebar_content hr {
    width: 98%;
    margin-left: -5px;
}

#page_content_wrapper .inner .sidebar_wrapper {
    width: 200px;
    float: left;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar {
    width: 180px;
    float: left;
    margin-top: 0;
    min-height: 300px;
}

#page_content_wrapper .inner .sidebar_wrapper .sidebar .content {
    width: 100%;
    margin: 0 10px 0 15px;
}


/*
    Input layout
*/

input[type=text],
input[type=password],
select {
    padding: 5px;
    font-size: 12px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    margin: 0;
    background: #f9f9f9;
    border: 0;
    color: #666;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

input[type=text].blur,
textarea.blur {
    color: #999;
    font-style: italic;
}

label {
    color: #fff;
}

textarea {
    padding: 5px;
    font-size: 12px;
    color: #666;
    margin: 0;
    height: 200px;
    overflow: auto;
    background: #f9f9f9;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    border: 0;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

input[type=submit],
input[type=button],
a.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 13px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #ffffff;
    border: solid 1px #111111;
    background: #333333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333));
    background: -moz-linear-gradient(top, #666666, #333333);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333');
    border-radius: 3px;
}

.btn-submit.btn-submit-contact:hover {
    background: #4387F5;
}

a.comment-reply-link {
    margin-top: 10px;
    float: right;
    font-size: 10px;
}

a.button {
    padding-top: 8px;
}

input[type=submit].medium,
input[type=button].medium,
a.button.medium {
    font: 16px/100% Arial, Helvetica, sans-serif;
}

input[type=submit].large,
input[type=button].large,
a.button.large {
    font: 20px/100% Arial, Helvetica, sans-serif;
}

#cancel-comment-reply-link {
    float: right;
    display: block;
    margin: 7px 20px 0 10px;
    font-size: 11px;
}

input[type=submit]:active,
input[type=button]:active {
    position: relative;
    top: 1px;
    left: 1px;
    background: #444444;
    background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#777));
    background: -moz-linear-gradient(top, #444444, #777);
}

input[type=submit].left,
input[type=button].left,
a.button.left {
    float: left;
}

input[type=submit].right,
input[type=button].right,
a.button.right {
    float: right;
}

input[type=submit].center,
input[type=button].center,
a.button.center {
    margin: auto;
}

.pagination {
    margin: 0 0 20px 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.pagination a {
    padding: 5px 7px 5px 7px;
    margin: 0 3px 0 3px;
}

#anything_slider,
.slideshow {
    width: 940px;
    height: 400px;
    margin: auto;
    position: relative;
    clear: both;
}

.slideshow {
    margin: 0 0 15px 0;
}

#anything_slider .wrapper,
.slideshow .wrapper {
    width: 939px;
    overflow: hidden;
    height: 400px;
    margin: 0;
    position: absolute;
}

.slideshow .wrapper {
    padding: 5px;
}

#anything_slider .wrapper ul,
.slideshow .wrapper ul {
    width: 30000px;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

#anything_slider ul li,
.slideshow ul li {
    display: block;
    float: left;
    padding: 0;
    height: 391px;
    width: 959px;
    margin: 0;
}

#anything_slider #start-stop,
.slideshow #start-stop {
    display: none;
}

#anything_slider .arrow,
.slideshow .arrow {
    position: relative;
    top: 450px;
    left: -813px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: right;
    margin-right: 7px;
}

#anything_slider .arrow.forward,
.slideshow .arrow.forward {
    background: transparent url('images/right_slide_nav.png') no-repeat;
    text-indent: -9999px;
}

#anything_slider .arrow.back,
.slideshow .arrow.back {
    background: transparent url('images/left_slide_nav.png') no-repeat;
    text-indent: -9999px;
}

#anything_slider a.arrow:hover,
.slideshow a.arrow:hover {
    /* CSS3 standard */
    opacity: 0.6;
}

.slideshow #thumbNav {
    position: relative;
    clear: both;
    top: 94%;
}


/*@-moz-document url-prefix() { .slideshow #thumbNav { margin-top: 52% } } */

#thumbNav a {
    display: block;
    width: 14px;
    height: 14px;
    background: url(images/slider_bullet_nav.png) no-repeat 0 -14px;
    border: 0;
    margin-right: 3px;
    float: left;
    cursor: pointer;
    position: relative;
    top: 140px;
    left: 0;
    padding-right: 4px;
    cursor: pointer;
    color: transparent;
    text-indent: -9999px;
}

.slideshow #thumbNav a {
    top: 0;
}

#thumbNav a:hover {
    background-position: 0 0px;
}

#thumbNav a.cur {
    background-position: 0 0;
}

.caption-left h3,
.caption-right h3,
.caption-bottom h3 {
    color: #b11623;
    line-height: 0.9em;
    text-transform: uppercase;
    font-size: 40px;
    padding-top: 25px;
    letter-spacing: -2px;
    display: none;
}

.caption-left p,
.caption-right p,
.caption-bottom p {
    color: #fff;
    margin: 10px 0 0 3px;
}

@-moz-document url-prefix() {
    .caption-left p,
    .caption-right p,
    .caption-bottom p {
        margin-top: 30px
    }
}

.caption-left {
    background: #000;
    width: 300px !important;
    position: relative;
    top: -200px;
    padding: 0 12px 20px 15px;
    z-index: 999;
    display: none;
}

.caption-right {
    width: 300px;
    background: transparent;
    position: relative;
    left: 612px;
    padding: 0 12px 20px 15px;
    top: -200px;
    z-index: 999;
    display: none;
}

#page_content_wrapper ul.flickr {
    margin: 0 0 10px 0;
}

#page_content_wrapper ul.flickr li img {
    width: 70px;
}

#page_content_wrapper .sidebar .content .posts.blog li img,
#page_content_wrapper .posts.blog li img {
    float: left;
    margin: 0 10px 2px 0;
    padding: 3px;
    width: 50px;
}

#page_content_wrapper .sidebar .content .sidebar_widget,
#page_content_wrapper .sidebar .content .posts.blog {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

#page_content_wrapper .sidebar .content .posts.blog li {
    padding: 0 0 10px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li {
    margin: 30px 0 0 0;
    padding: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li h2 {
    font-size: 18px;
    display: block;
    text-align: left;
}

#page_content_wrapper .sidebar .content .sidebar_widget li:first-child {
    margin: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 0 15px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li {
    padding: 0 0 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #555;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child {
    border-top: 1px dotted #555;
    padding-top: 10px;
}

#page_content_wrapper table#wp-calendar {
    background: #000;
    color: #999;
    border: 1px dotted #555;
    margin-bottom: 30px;
    font-size: 1.1em;
    width: 100%;
}

#page_content_wrapper table#wp-calendar a {
    color: #fff;
    font-weight: bold;
}

#page_content_wrapper table#wp-calendar caption {
    font-family: Quicksand;
    margin-bottom: 10px;
    color: #F8C100;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
}

#page_content_wrapper table#wp-calendar tr th,
#page_content_wrapper table#wp-calendar tr td {
    padding: 0 8px 0 7px;
    border-bottom: 0;
}

table#wp-calendar tr th {
    background: #333;
}

#page_content_wrapper table#wp-calendar tfoot tr {
    display: none;
}

#page_content_wrapper .sidebar .content .sidebar_widget li.widget_calendar h2,
#searchsubmit {
    display: none;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr {
    list-style: none;
    margin: 5px 0 30px 0;
    float: left;
    display: block;
    padding: 0 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li,
#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    border: 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img {
    width: 50px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter {
    margin: 0;
    margin-top: 15px;
    list-style: none;
    font-size: 11px;
    padding: 0 0 3px 0;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li {
    padding-left: 32px;
    padding-bottom: 10px;
    background-image: url(images/icon_twitter_bird.png);
    background-repeat: no-repeat;
    background-position: 0px 0.3em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:first-child {
    background-position: 0px 1.0em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media {
    list-style: none;
    margin: 10px 0 15px 0;
    float: left;
    display: block;
    padding: 0 0 3px 0;
    margin-left: -5px;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

ul.list {
    margin: 5px 0 0 20px;
}


/*
 * jQuery Nivo Slider v2.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */


/* The Nivo Slider styles */

.nivoSlider {
    position: relative;
    width: 960px;
    height: 360px;
    margin: auto;
    margin-top: 15px;
    background: #000;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
}


/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 60;
    display: none;
}


/* The slices in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 50;
    height: 100%;
}


/* Caption styles */

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #999;
    width: 400px;
    height: auto;
    z-index: 89;
    background: transparent url('images/000_70.png') repeat;
}

.nivo-caption.right {
    right: 0;
}

.nivo-caption h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.nivo-caption p {
    padding: 10px 15px 20px 15px;
    margin: 0;
}

.nivo-caption a.button {
    text-shadow: -1px 0 1px #000;
}

.nivo-caption a {
    display: inline !important;
}

.nivo-html-caption {
    display: block;
}


/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav {
    display: none;
}

.nivo-directionNav a {
    position: relative;
    top: 120px;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 80px;
    display: block;
}

.nivo-directionNav a.nivo-prevNav {
    background: transparent url('images/left_slide_nav.png') no-repeat center 15px;
    text-indent: -9999px;
    left: 20px;
}

.nivo-directionNav a.nivo-nextNav {
    background: transparent url('images/right_slide_nav.png') no-repeat center 15px;
    text-indent: -9999px;
    left: 895px;
    top: 42px;
}

.nivo-prevNav:active {
    background: transparent url('images/left_slide_nav_dark.png') no-repeat center 15px;
}

.nivo-nextNav:active {
    background: transparent url('images/right_slide_nav_dark.png') no-repeat center 15px;
}


/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    display: block;
    background: transparent;
    z-index: 99;
    float: none;
    margin: auto;
    padding: 10px 0 0 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    top: 103%;
    left: 0;
}

.nivo-controlNav a {
    position: relative;
    z-index: 99;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: transparent url('images/bullet_nav_bg.png') no-repeat top;
    display: block;
    float: left;
    text-indent: -9999px;
    margin: 0 7px 0 0;
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    background: transparent url('images/bullet_nav_bg_active.png') no-repeat top;
}

.nivo-controlNav {
    position: absolute;
    bottom: 0px;
    /* Put the nav below the slider */
    position: absolute;
}

.nivo-controlNav img {
    display: inline;
    /* Unhide the thumbnails */
    position: relative;
    margin-right: 10px;
}

.nivo-html-caption {
    display: none;
}

.highlight_yellow {
    background: #ffc600;
    color: #000;
    text-shadow: -1px 0 1px #fff;
}

.highlight_black {
    background: #000;
    color: #fff;
}

#page_content_wrapper ul.twitter {
    margin: 0;
    list-style: none;
}

#page_content_wrapper ul.twitter li {
    padding-left: 32px;
    background-image: url(images/icon_twitter_bird.png);
    background-repeat: no-repeat;
    background-position: 0px 0.3em;
    padding-bottom: 2em;
}

#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr,
ul.flickr {
    list-style: none;
    margin: 15px 0 -10px 0;
    float: left;
    display: block;
    clear: both;
}

ul.flickr li {
    float: left;
    margin: 0 5px 5px 0;
}

#page_content_wrapper .sidebar .content .posts.blog {
    list-style: none;
    margin-top: 15px;
    font-size: 11px;
}

#page_content_wrapper .sidebar .content .posts.blog li,
#page_content_wrapper .posts.blog li {
    line-height: 1.7em;
    clear: both;
    border: 0;
    background: none;
    border-bottom: 1px dotted #555;
}

#page_content_wrapper .sidebar .content .posts.blog li {
    padding-top: 10px;
}

#page_content_wrapper .sidebar .content .posts.blog li strong.header,
#page_content_wrapper .posts.blog li strong.header {
    font-weight: normal;
    font-size: 12px;
}

.gallery-caption {
    font-weight: bold;
}

#cover_content {
    position: fixed;
    top: 20%;
    left: 40px;
    z-index: 9;
}

.tf_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.tf_bg img {
    position: absolute;
    top: 0px;
    /*-482px;    -(imgh/2 - wh/2) */
    left: 0px;
    /* calculate a negative value to center horizontally */
    width: 100%;
    /* windowwidth plus negative value of left */
    /*height:1650px; /* windowheight plus negative value of top */
    z-index: 1;
    display: none;
}

.tf_pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent url(images/flip/pattern.png) repeat top left;
    z-index: 2;
}

.tf_content {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 10;
    display: none;
}

.tf_content h2 {
    color: #fff;
    font-size: 90px;
    padding: 0;
    margin: 0;
    font-family: 'Dancing Script', arial, serif;
    text-shadow: 1px 1px 2px #000;
}

.tf_content p {
    color: #fff;
    padding: 0;
    margin: 0;
    background: transparent url(images/flip/bg_content.png) repeat top left;
    padding: 40px;
    width: 500px;
    font-family: 'PT Sans Narrow', arial, serif;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #000;
    -moz-box-shadow: 1px 1px 5px #202020;
    -webkit-box-shadow: 1px 1px 5px #202020;
    box-shadow: 1px 1px 5px #202020;
    border: 4px solid #fff;
}

.tf_thumbs {
    position: absolute;
    z-index: 12;
    right: 50px;
    top: 80%;
    margin-top: -79px;
    border: 4px solid #fff;
    -moz-box-shadow: 1px 1px 5px #202020;
    -webkit-box-shadow: 1px 1px 5px #202020;
    box-shadow: 1px 1px 5px #202020;
    -webkit-box-reflect: below 5px -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(rgb(18, 18, 18)));
}

.tf_thumbs img {
    display: block;
}

.tf_loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -30px 0px 0px -30px;
    width: 60px;
    height: 60px;
    background: #000000 url(js/fullscreen/ajax-loader_dark.gif) no-repeat center center;
    z-index: 999;
}

.tf_next,
.tf_prev {
    width: 35px;
    height: 14px;
    position: absolute;
    top: 79%;
    right: 240px;
    z-index: 100;
    cursor: pointer;
    background: transparent url(images/flip/nav.png) no-repeat top left;
    opacity: 1;
}

.tf_next {
    background-position: 0px -14px;
    margin-top: 80px;
}

.tf_prev {
    background-position: 0px 0px;
    margin-top: -55px;
}

.tf_next:hover,
.tf_prev:hover {
    opacity: 0.9;
}

.tf_zoom,
.tf_fullscreen {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    z-index: 100;
    opacity: 0.6;
    background: transparent url(images/flip/icons.png) no-repeat top left;
}

.tf_zoom {
    background-position: 0px -20px;
}

.tf_fullscreen {
    background-position: 0px 0px;
}

.tf_zoom:hover,
.tf_fullscreen:hover {
    opacity: 0.9;
}

.continue {
    font-size: 16px;
}

.textwidget {
    margin-top: 15px;
    padding-top: 10px;
}

#gallery_title {
    background: transparent url('images/000_50.png') repeat;
    color: #fff;
    padding: 8px 8px 0 8px;
    z-index: 999;
    position: fixed;
    bottom: 200px;
    right: 20px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Titillium';
    letter-spacing: 1px;
}

#gallery_desc {
    background: transparent url('images/000_50.png') repeat;
    color: #ccc;
    padding: 8px;
    z-index: 999;
    position: fixed;
    bottom: 168px;
    right: 20px;
    font-size: 13px;
    font-family: 'Titillium';
    letter-spacing: 1px;
    max-width: 500px;
}

.jp-play,
.jp-pause {
    position: fixed;
    bottom: 7px;
    right: 108px;
    width: 22px;
    height: 20px;
    background: transparent url(images/sound_off.png) no-repeat left center;
    text-indent: -9999px;
    z-index: 9999;
}

.jp-pause {
    background: transparent url(images/sound_on.png) no-repeat left center;
}

.social_wrapper {
    position: fixed;
    top: 20px;
    right: 75px;
    display: none;
    z-index: 998;
}

#footer .social_wrapper {
    position: static;
    float: left;
    margin-left: 28px;
    margin-top: 7px;
}

.social_wrapper ul {
    list-style: none;
}

.social_wrapper ul li {
    float: left;
    margin-left: 0px;
}

.social_wrapper ul li.flickr {
    margin: 0 5px 0 5px;
}

.social_wrapper ul li img {
    height: 20px;
}

#footer .social_wrapper ul li img {
    height: auto;
}

.dat-footer li {
    float: left;
    list-style: outside none none;
    margin-left: 3px;
    position: relative;
}

.dat-footer li:first-child {
    margin-left: 0;
}

#tray-button,
#jp_interface_1,
#controls {
    display: none;
}

#wrapper {
    width: 100%;
}

#page_caption {
    padding: 20px;
}

.page_control {
    float: right;
    margin: 8px 3px 0 0;
}

#page_maximize {
    display: none;
    position: fixed;
    /*top:42%;*/
    bottom: 46px;
    right: 0;
    padding: 15px 15px 10px 15px;
    background: #000;
    border: 2px solid #fff;
    border-right: 0;
    visibility: hidden;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

#page_maximize {
    display: block;
    z-index: 9999;
}

#page_content_wrapper .inner #page_main_content {}

.tagcloud {
    margin-top: 10px;
}

#option_btn {
    position: fixed;
    top: 50px;
    right: 0;
    cursor: pointer;
    z-index: 999;
}

#option_wrapper {
    position: fixed;
    top: 30px;
    right: -245px;
    width: 240px;
    padding: 19px 0 23px 0;
    background: #fff url('images/option_bg.png') repeat-x;
    z-index: 99999;
    color: #666;
    font-size: 11px;
    border: 1px solid #E1E1E1;
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

#option_wrapper a {
    color: #3E70EB;
}

#option_wrapper .inner {
    width: 80%;
    margin: auto;
}

#option_wrapper .inner h4 {
    color: #222;
    font-size: 20px;
}

#option_wrapper .inner hr {
    border-top: 1px dotted #ebebeb;
}

.colorpicker_preview {
    width: 100%;
    height: 30px;
    margin: 5px 0 0 0;
}

#option_wrapper select {
    width: 195px;
}

#jquery_jplayer_1 {
    display: none;
}

#logo_arrow_right,
#logo_arrow_left {
    margin-left: 10px;
}

#back_wrapper {
    background-image: url("img/bg.png");
    border-right: 1px solid black;
    float: left;
    height: 100%;
    position: fixed;
    width: 223px;
    left: -40px;
}

#content {
    display: block;
    float: left;
    height: 519px;
    margin-left: 200px;
    position: relative;
    width: 600px;
}

.nav,
.subnav {
    display: block;
}

.nav li a {
    font-size: 20px;
}

.nav li ul li a {
    font-size: 16px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4 {
    color: #808080;
    font-size: 22px;
    margin-left: 2px;
    margin-top: -31px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

.acl ul li {
    font-family: 'Chantilly';
    font-size: 16px;
    line-height: 26px;
    margin-left: 16px;
}

.acl p {
    color: #FFFFFF;
    font-family: 'Chantilly';
    font-size: 15px;
    line-height: 19px;
}

.acl ul li {
    color: #FFFFFF;
    font-family: 'Chantilly';
    font-size: 15px;
    line-height: 20px;
    margin-left: 16px;
}

.acl h3 {
    color: #FFFFFF;
    font-size: 26px;
    text-decoration: underline;
}

.acl h3.min {
    color: #FFFFFF;
    font-size: 23px;
    margin-top: 16px;
    text-decoration: underline;
}

.sidebar_content > ul {
    margin-left: 12px;
    margin-top: -14px;
}

ul.list_servicios {
    margin-left: 17px;
    margin-top: -14px;
}

ul.list_servicios li {
    font-family: 'Chantilly';
    font-size: 15px;
}

#el_lugar p {
    font-family: 'Chantilly';
    font-size: 17px;
}

.cufon > span {
    color: #fbf8f8;
    font-size: 18px;
    position: relative;
}

.acl_servicios {
    border-left: 10px solid seagreen;
    font-family: 'Chantilly';
    font-size: 15px !important;
    font-weight: bold;
    line-height: 20px !important;
    margin-bottom: 72px;
    margin-top: 26px;
    padding-left: 9px;
}

#nuevos .list_servicios {
    margin-left: 70px;
}

.acl_servicios2 {
    background-color: #000000;
    border-left: 16px solid red;
    border-radius: 8px 8px 8px 8px;
    color: #bbb;
    font-family: 'Chantilly';
    font-size: 15px !important;
    height: auto;
    line-height: 20px !important;
    margin-bottom: 14px;
    margin-right: 11px;
    margin-top: 26px;
    padding-left: 8px;
    padding-top: 12px;
    max-width: 596px;
    width: 100%;
    padding-bottom: 12px;
    font-weight: bold;
}

.btn_tarifas {
    height: 100%;
    width: 100%;
    display: block;
}

#boxes ul li:first-child {
    padding-left: 0;
}

#boxes ul li {
    float: left;
    font-family: Chantilly;
    font-size: 18px;
    list-style: none outside none;
    padding-left: 44px;
    position: relative;
    text-transform: uppercase;
    width: 277px;
}

.cargando {
    font-family: 'Chantilly';
    font-size: 19px;
    padding-top: 50%
}

.telefono {
    margin-bottom: -14px !important;
    margin-top: 13px !important;
}

#body-content {
    display: none;
}

.cube {
    display: block;
    height: 150px;
    left: 22px;
    margin: 0 1px 0 30px;
    padding: 0 25px 0 0;
    position: relative;
    top: 24px;
    width: 147px;
    z-index: 9999;
}

.mg_item_title {
    margin-bottom: -6px !important;
    margin-top: -13px !important;
}

#mapa {
    background-color: white;
    border: 1px solid white;
    float: left;
    height: 302px;
    margin-bottom: 15px;
    padding: 11px 12px 55px;
    position: relative;
    width: 616px;
}

#mapa small {
    background-color: #3790FF;
    border: 1px solid blue;
    border-radius: 14px 0 12px 6px;
    float: right;
    font-size: 14px;
    margin-top: 8px;
    padding: 5px 16px 5px 19px;
    position: relative;
    text-decoration: blink;
}

#mapa small a {
    color: white !important;
}

#nuevos {
    background-image: url("images/bg-nuevo.png");
    border-radius: 0 15px 15px 15px;
    padding-bottom: 26px;
    max-width: 621px;
    width: 95%;
    position: relative;
}


/* TripAdvisor */

.widSSPDate,
.widSSPQuote {
    font-size: 13px !important;
}

.widSSPDate {
    font-weight: bold !important;
}

.widSSPAll a {
    font-size: 13px !important;
    font-weight: bold !important;
}

.tripadvisor {
    top: 2%;
    position: absolute;
    right: -500px;
}

.testimonials {
    background-color: rgb(255, 255, 255);
    bottom: 50px;
    right: -50px;
    height: 156px;
    max-width: 302px;
    opacity: 0.9;
    overflow-y: auto;
    padding: 7px 10px;
    position: absolute;
    display: none;
}

.testimonials span {
    color: black;
    font-family: Helvetica, Arial;
    font-size: 12px !important;
}

.testimonials .widSSPH11 {
    background: none repeat scroll 0 0 black;
    color: white;
    margin-left: -9px !important;
    margin-right: -10px !important;
    margin-top: -6px;
    padding: 2px 2px 2px 6px;
    text-transform: capitalize;
}

.widSSPH11 {
    color: rgb(44, 44, 44);
    font: bold 16px Arial, Tahoma, "Bitstream Vera Sans", sans-serif;
}

.widSSPBullet a {
    color: blue;
    text-decoration: underline;
}

.testimonials .widSSPDate {
    font-weight: bold !important;
    text-transform: capitalize;
}

.widSSPBullet > li {
    line-height: 18px;
    margin-top: 3px;
}

.cg {
    background-color: #000000;
    border-radius: 4px;
    color: #FFFFFF;
    left: -47px;
    opacity: 0.9;
    padding: 5px;
    position: absolute;
    top: 74px;
    width: 166px;
}

.cg2 {
    background-color: #000000;
    border-radius: 4px;
    color: #FFFFFF;
    left: 5px;
    margin: 0 auto;
    opacity: 0.9;
    padding: 5px;
    position: absolute;
    top: 5px;
    width: 166px;
}

#menu_responsive {
    display: none;
}

#cabanas_img {
    max-width: 100%;
}

#suites_img {
    max-width: 100%;
}

.log-resp {
    left: 2%;
    position: absolute;
    top: 2px;
    width: 34px;
}

#cabanas > img {
    left: 37px !important;
    position: absolute !important;
    width: auto !important;
    top: 387px !important;
    height: 114px;
}

#qr {
    top: 40px !important;
}

#suites > img {
    left: 37px !important;
    position: absolute !important;
    top: 500px !important;
    width: auto !important;
    border-bottom: 1px solid #0405ff;
}

.tabla_corner_bottom {
    border-radius: 0 0 7px 7px;
    text-align: right;
    margin-right: 3%;
}

#home_imgs_container {
    width: 621px;
    position: relative;
    margin: 0 auto;
}

#mp_business .oscurecido {
    border-radius: 0 10px 0 0;
}

#home_imgs_container .container_home {
    margin-top: 50px;
    float: left;
    width: 50%;
}

#home_imgs_container h4 {
    width: 300px;
    font-family: Chantilly;
    font-size: 18px;
    text-align: center;
    list-style: outside none none;
    position: relative;
    text-transform: uppercase;
    color: #bbb;
}


/*============ Anexo GermÃƒÆ’Ã‚Â¡n=============
                
                RESPONSIVE
              Wrapper y MenÃƒÆ’Ã‚Âº

=========================================*/


/*=========================TABLA TARIFAS============================
=====================================================================*/

#mp_selectmessage p {
    font-size: 21px;
    font-weight: normal;
    text-align: center;
}

#mp_selectmessage span {
    color: #3190d3;
}

#tabla_responsive td {
    width: 25%;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    text-align: center;
    line-height: 1.5em;
    color: black;
    vertical-align: middle;
}

#mp_selectmessage {
    font-size: 21px;
    font-weight: normal;
    text-align: center;
}

#tabla_responsive #nonmp_free {
    background-color: #63c594;
    background-image: url("images/noise_overlay.png");
}

#tabla_responsive #mp_professional {
    background-color: #2392c3;
    background-image: url("images/noise_overlay.png");
}

#tabla_responsive #mp_business {
    background-color: #216698;
    background-image: url("images/noise_overlay.png");
}

#tabla_responsive .oscurecido {
    background-color: rgba(0, 0, 0, 0.25);
    max-width: 100%;
    max-height: 100%;
    background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1));
    height: 50px;
}

#mp_professional em,
#nonmp_free em,
#mp_business em {
    color: white;
    cursor: default;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
}

#tabla_responsive .mp_plan > em {
    background-color: rgba(0, 0, 0, 0.25);
    background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.1));
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    color: white !important;
    cursor: default;
    font-style: normal;
    font-weight: normal;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    width: 100%;
}

#tabla_responsive table {
    border-radius: 10px;
    background-color: white;
}

.tabla_corner_top_right {
    border-radius: 0 10px 0 0;
}

.tabla_corner_top_left {
    border-radius: 10px 0 0 0;
}

#tabla_responsive tr {
    height: auto;
    background: transparent;
}

td .mp_plan {
    position: relative;
}

p.mp_price {
    cursor: default;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    transition: bottom 0.2s linear 0s;
    width: 100%;
    color: white;
    font-size: 15px;
    bottom: -20px;
    position: relative;
}

#nonmp_free p.mp_price:hover,
#mp_professional p.mp_price:hover,
#mp_business p.mp_price:hover {
    bottom: 0px;
}

#tabla_responsive table tr.celeste td {
    background: none repeat scroll 0 0 rgba(77, 127, 179, 0.05) !important;
}

#tabla_responsive tr.sobre:hover {
    background: none repeat scroll 0 0 rgba(194, 217, 240, 0.8) !important;
}

#tabla_responsive tr:last-child > td {
    background-color: #515291;
    color: black !important;
    padding-right: 10px;
    border: none;
}

#tabla_responsive tr.red {
    background-color: #ff4646;
}

#tabla_responsive tr.azul {
    background-color: #0405ff;
    color: white;
}
#tabla_responsive tr.azul td {
    color: white;
}

#tabla_responsive tr.red td {
    color: white;
}

#tabla_responsive tr:last-child td {
    color: white !important;
    height: 33px;
}

#tabla_responsive .sobre {
    height: 29px;
}

#tabla_responsive .sobre td:not(:first-child) {
    font-size: 14px;
    font-weight: bold;
}

#tabla_responsive .sobre td:first-child {
    font-size: 12px;
    padding-left: 22px;
    font-weight:  bold;
}

tr:nth-child(2) td {
    height: 120px;
    position: relative;
    vertical-align: bottom !important;
}


div.cerrar {
  background-color: black;
  color: white;
  cursor: pointer;
  font-weight: bold;
  left: 239px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 64px;
  z-index: 999999999;
  font-size: 10px;
  padding: 4px;
}

.trip_kamuy img {
    float: left;
    max-width: 242px;
}
.trip_kamuy {
    background: white none repeat scroll 0 0;
    float: left;
    margin-left: -26px;
    position: relative;
    width: 100%;
}

@media (min-width: 878px) and (max-width: 996px) {
    #page_content_wrapper {
        left: 155px;
    }
    #page_caption .page_control {
        margin-right: 25px;
    }
    #dc-contact-7 {
        left: 229px !important;
    }
}

@media (max-width: 878px) {
    /* Menu responsive*/
    #back_wrapper {
        display: none;
    }
    #menu_responsive {
        display: block;
        position: relative;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.88);
    }
    #qr {
        left: 260px;
    }
    #menu_responsive li a:hover {
        color: black !important;
        background-color: white;
        border: 1px solid;
        opacity: .69;
        margin-left: 20px;
    }
    #menu_responsive li a {
        margin-left: 10px;
    }
    .nav {
        text-align: left;
        display: none;
    }
    .nav-btn {
        display: block;
        background-image: url("img/bg.png");
        color: #fff;
        text-align: center;
        width: 100%;
        cursor: pointer;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "Titillium";
    }
    .nav-btn:before {
        content: 'Menu';
        font-family: "Titillium";
        text-transform: uppercase;
        font-size: 20px;
    }
    .tripadvisor {
        display: none !important;
    }
    .navbar-toggle {
        background-color: transparent;
        border: 2px solid #ccc;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 2%;
        margin-top: 2px;
        padding: 7px;
        position: relative;
    }
    .navbar-toggle .icon-bar {
        background-color: #ccc;
        border-radius: 1px;
        display: block;
        height: 2px;
        margin: 2px;
        width: 22px;
    }
    /*Fin menÃƒÆ’Ã‚Âº responsive
    /*Wrapper tercer checklist*/
    #page_content_wrapper {
        left: 0px;
        top: 42px;
        margin: 0 auto;
        min-height: 100%;
        padding-bottom: 30px;
        padding-top: 20px;
        position: absolute;
        width: 100%;
        border: 0;
    }
    #page_content_wrapper img {
        margin: 0 auto;
        height: auto !important;
    }
    .page_control {
        float: right;
        left: 90%;
        margin: 0 auto;
        position: absolute;
    }
    #nuevos {
        width: 100%;
        border-radius: 0 0 15px 0;
    }
    .acl_servicios2 {
        border: 0;
        max-width: 621px;
        border-radius: 8px 8px 8px 0;
        padding-left: 4px;
    }
    #nuevos .list_servicios {
        margin-left: 16px;
    }
    #page_content_wrapper .inner {
        width: 100%;
    }
    #page_content_wrapper .inner .sidebar_content {
        float: left;
        padding-bottom: 30px;
        padding-left: 18px;
        width: 100%;
    }
    #el_lugar img {
        margin: 0 auto !important;
        width: 100% !important;
    }
    #dc-contact-7 {
        left: -202px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 404px;
        right: 0 !important;
        top: 270px !important;
        width: 100% !important;
        z-index: 2 !important;
    }
    #mapa {
        background-color: white;
        border: 1px solid white;
        float: left;
        height: 332px;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 12px 67px;
        position: relative;
        width: 90%;
    }
    #page_content_wrapper .inner .sidebar_content table {
        width: 95% !important;
        font-size: 98%;
    }
    #tabla_responsive {
        position: relative;
        padding-left: 20px;
    }
    #cabanas > img {
        left: 0px !important;
        position: absolute !important;
        top: 172px !important;
        width: auto;
    }
    #suites > img {
        left: 0px !important;
        position: absolute;
        top: 258px !important;
        width: auto !important;
    }
}

@media (max-width: 720px) {
    #page_content_wrapper .inner .sidebar_content {
      width: 96%;
    }   
    #qr {
        top: 61px !important;
    }
    #direccion {
        margin-top: 35px !important;
    }
    .tripadvisor {
        display: none !important;
    }
    #mp_professional em,
    #nonmp_free em,
    #mp_business em {
        font-size: 16px;
    }
    #mp_selectmessage p {
        font-size: 18px;
    }
    p.mp_price {
        font-size: 11px;
    }
}

@media (max-width: 650px) {
    h3 {
        font-size: 20px !important;
    }
    #window {
        width: 90%;
    }
    .container_home {
        width: 51% !important;
    }
    .dc-contact-content ol {
        min-height: 400px;
    }
    #dc-contact-7 {
        float: left !important;
        left: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 404px;
        position: relative !important;
        right: 0 !important;
        top: 266px !important;
        width: 100% !important;
        z-index: 2 !important;
    }
    .conactdata1 {
        height: 616px;
        width: 50% !important;
    }
}

@media (max-width: 629px) {
    #qr {
        left: 0px !important;
        top: 0px !important;
        position: relative !important;
        margin-left: 4px;
    }
    #direccion {
        margin-top: 11px !important;
        margin-left: 6px;
    }
    /*Tabla Tarifas*/
    .tabla_corner_bottom {
        border-radius: 0 0 0 0;
    }
    #tabla_responsive table {
        border-radius: 10px 10px 0 0;
    }
    #home_imgs_container {
        width: 300px;
    }
    #cabanas > img {
        height: 87px !important;
        left: -3px !important;
        top: 172px !important;
        width: 25px !important;
    }
    #suites > img {
        height: 58px !important;
        left: -3px !important;
        top: 258px !important;
        width: 25px !important;
    }
}

@media (max-width: 527px) {
    #tabla_responsive {
        overflow-x: scroll;
        white-space: nowrap;
    }
    td .mp_plan {
        margin: 0 6px;
    }
}

@media (max-width: 550px) {
    .promo h2{
        line-height:45px;
    }
    .promo p.code{
            font-size: 30px !important;
    }
    .promo p.txt{
        font-size: 19px !important;
    }
    
}
@media (max-width: 500px) {
   .promo p.txt{
        font-size: 13px !important;
    }
    .dat-footer li {
        float: left;
        list-style: outside none none;
        margin-left: 3px;
        position: relative;
    }
    .dat-footer li:first-child {
        margin-left: 0;
    }
    .social_wrapper {
        margin-left: 3px !important;
    }
    #copyright {
        margin-left: 4px;
        width: 68%;
    }
    /*.dat-footer ul li {
        font-size: 3px !important;
    }*/
    .dat-footer li {
        font-size: 11px !important;
        margin-left: 0px;
    }
    #controls-wrapper > div {
        display: none !important;
    }
    .jp-play,
    .jp-pause {
        position: fixed;
        right: 2px;
    }
    #footer .social_wrapper {
        bottom: 2px;
        top: auto;
        float: right;
        position: absolute;
        right: 32px;
    }
    #window {
        width: 90%;
    }
    .container_home {
        width: 51% !important;
    }
    .dc-contact-content ol {
        min-height: auto;
    }
}

@media (max-width: 430px) {
    .avgrund-popin.custom{
        margin-left:-370px !important;
    }

    ul.list_servicios li {
        font-size: 13px !important;
    }
    #dc-contact-7 {
        width: 100% !important;
    }
    #qr {
        background-size: 100% 100%;
        width: 99% !important;
    }
    .conactdata1 {
        height: 513px;
        width: 100% !important;
    }
    #dc-contact-7 {
        top: 190px !important;
    }
    /*#footer .social_wrapper
    {
    position: relative;
    float: right;
    top: 0;
    right: 55px;
    margin-top: 7px;
    }*/
    .sidebar_content > h4 {
        margin-top: 0 !important;
    }
    .title > h1 {
        line-height: 1;
        padding-top: 10px;
    }
    .cufon > span {
        color: #fbf8f8;
        font-size: 17px;
        left: 10px;
        position: absolute;
        top: 53px;
        width: 234px;
    }
}


/* Smartphones (vertical and horizontal) ----------- */

@media (min-width: 320px) and (max-width: 480px) {
    #back_wrapper {
        display: none;
    }
    #menu_responsive {
        display: block;
        position: relative;
        z-index: 1000;
    }
    #menu_responsive li a:hover {
        color: black !important;
        background-color: white;
        border: 1px solid;
        opacity: .69;
        margin-left: 20px;
    }
    #menu_responsive li a {
        margin-left: 10px;
    }
    .nav {
        text-align: left;
        display: none;
    }
    .nav-btn {
        display: block;
        background-image: url("img/bg.png");
        color: #fff;
        text-align: center;
        width: 100%;
        line-height: 36px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "Titillium";
    }
    .nav-btn:before {
        content: 'Menu';
        font-family: "Titillium";
        text-transform: uppercase;
        font-size: 20px;
    }
    .navbar-toggle {
        background-color: transparent;
        border: 2px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
        float: right;
        margin-bottom: 8px;
        margin-right: 2%;
        margin-top: 2px;
        padding: 7px;
        position: relative;
    }
    .navbar-toggle .icon-bar {
        background-color: #ccc;
        border-radius: 1px;
        display: block;
        height: 2px;
        margin: 2px;
        width: 22px;
    }
    #page_content_wrapper .inner .sidebar_content {
        float: left;
        width: 97%;
    }
    #mapa {
        float: right;
    }
    #page_content_wrapper .inner .sidebar_content >table {
        float: right;
        font-size: 98%;
        width: 95% !important;
    }
}

@media (max-width: 350px) {
    h3, h5 {
      font-size: 16px !important;
    }   
    a#page_maximize {
        display: none !important;
    }
    .page_control {
        display: none;
    }
    #copyright {
        width: 72%;
    }
}
.promo h2 {
    font-size: 40px;
    text-align:  center;
    color: black;
}

.promo p.code {
    text-align:  center;
    font-size:  40px;
    border: 1px dashed;
}

.promo p.txt {
    padding:  1vw;
    color: black;
    font-size: 21px;
}


/*--VIDEO HOME--*/
    @media (max-width: 715px) {
        .avgrund-popin.custom {
          width: 71% !important;
          left: 66% !important;
        }
        .promo a {
        display: block;
        }

    }
    @media (max-width: 532px) {
        .avgrund-popin.custom {
          left: 77% !important;
          width: 67% !important;
        }
    }
    @media (max-width: 450px) {
        .avgrund-popin.custom {
            left: 93% !important;
            width: 68% !important;
        }
    }
    @media (max-width: 420px) {
        .avgrund-popin.custom {
          left: 99% !important;
          width: 78% !important;
        }
    }
    @media (max-width: 380px) {
        .avgrund-popin.custom {
          left: 112% !important;
          width: 78% !important;
        }
    }

    @media (max-width: 335px) {
        .avgrund-popin.custom {
            left: 117% !important;
            width: 83% !important;
        }
    }

    

/*--------------*/
/*--------------*/


/*@media (width: 321px){
    #back_wrapper{
        display: none;
    }
    #menu_responsive {
    display: block;
    position: relative;
    z-index: 1000;
    }
    #menu_responsive li a:hover{
        color: black !important;
        background-color: white;
        border: 1px solid;
        opacity: .69;
        margin-left: 20px;
    }
    #menu_responsive li a{
        margin-left: 10px;
    }
    .nav{
        text-align: left;
        display: none;
    }
    
    .nav-btn{
        display: block;
        background-image: url("img/bg.png");
        color: #fff;
        text-align: center;
        width: 100%;
        line-height: 36px;
        line-height: 36px;
        text-transform: uppercase;
        font-family: "Titillium";

    }
    .nav-btn:before{
        content: 'Menu';
        font-family: "Titillium";
        text-transform: uppercase;
        font-size: 20px;

    }

.navbar-toggle {
    background-color: transparent;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    margin-bottom: 8px;
    margin-right: 2%;
    margin-top: 2px;
    padding: 7px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: #ccc;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin: 2px;
    width: 22px;
}
    #page_content_wrapper .inner .sidebar_content table{
    font-size: 79%;
}
    
    
}*/
