html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset,
figure {
    margin: 0;
    padding: 0
}

img,
fieldset {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio {
    max-width: 100%
}

iframe,
object {
    max-width: 100%
}

html {
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: .81em/150%;
    /*font: .81em/150% "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    background: rgb(242, 242, 242);
    word-wrap: break-word;
    color: #666
}

a {
    //text-decoration: underline;
    outline: 0;
    color: #000
}

a:hover {
    text-decoration: none;
    color: rgb(218, 154, 51);
}

p {
    margin: 0 0 1.2em;
    padding: 0
}

small {
    font-size: 87%
}

blockquote {
    font: italic 110%/130% "Times New Roman", Times, serif;
    padding: 8px 30px 15px
}

ul,
ol {
    margin: 1em 0 1.4em 24px;
    padding: 0;
    line-height: 140%
}

li {
    margin: 0 0 .5em 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4em;
    margin: 20px 0 -1.6em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
    word-wrap: normal
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.8em
}

h3 {
    font-size: 1.6em
}

h4 {
    font-size: 1.4em
}

h5 {
    font-size: 1.2em
}

h6 {
    font-size: 1em
}

input,
textarea,
select,
input[type=search],
button {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    height: 45px;
    display: block;
    left: 0;
    text-indent: 5px;
    font-size: 100%;
    font-weight: normal;
    text-align: left;
    border: 1px solid #cdcdcd;
    padding: 10px 10px;
}

input[type=radio]{
    height: 15px;
}

textarea,
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=url] {
    //background-color: #f5f5f5;
    border: 1px solid #cdcdc;
    padding: 5px 10px;
    -webkit-appearance: none
}

input[type=text],
input[type=search],
input[type=email],
input[type=url] {
    width: 100%;
    //max-width: 90%;
    height: 45%;
    border: 1px solid #cdcdcd;
    padding: 10px 10px;
}

textarea {
    line-height: 150%;
    width: 100%;
    border: 1px solid #cdcdcd;
    padding: 10px;
    height: 150px;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus {
    outline: 0;
    border-color: #4ec6f6;
    box-shadow: 0 0 10px rgba(78, 198, 246, .3)
}

input[type=reset],
input[type=submit],
button {
    height: 50px;
    line-height: 100%;
    background-color: #ffc711;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 0px 25px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0, rgba(0, 0, 0, 0) 100%);
    -webkit-appearance: none
}

input[type=reset]:hover,
input[type=submit]:hover,
button:hover {
    background-color: #000;
    color: #fff
}

.un {
    background: #cdcdcd;
}

#pagewrap,
.pagewidth,
#headerwrap,
#header,
#main-nav,
#body,
#layout,
#content,
.post,
.author-box,
.post-nav,
.pagenav,
#sidebar,
.widget,
#footerwrap,
#footer {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    //background-color: white;
}

.pagewidth {
    width: 978px;
    margin: 0 auto
}

#body {
    padding: 0 0 40px;
    background: rgb(242, 242, 242);
}

#content {
    margin: 40px 0 60px;
    width: 676px;
    float: left
}

#sidebar {
    width: 252px;
    float: right;
    margin: 40px 0 60px
}

.sidebar-left #content {
    float: right
}

.sidebar-left #sidebar {
    float: left
}

.sidebar-none #content {
    width: 100%;
    float: none
}

.full_width #layout {
    width: 100%;
    max-width: 100%
}

.full_width #content {
    padding: 0;
    width: auto;
    float: none
}

.full_width #sidebar {
    width: auto;
    float: none
}

.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1 {
    margin-left: 3.2%;
    float: left
}

.col4-1 {
    width: 22.6%
}

.col4-2,
.col2-1 {
    width: 48.4%
}

.col4-3 {
    width: 74.2%
}

.col3-1 {
    width: 31.2%
}

.col3-2 {
    width: 65.6%
}

.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first {
    margin-left: 0;
    clear: left
}

#header {
    position: relative;
    height: 170px;
    z-index: 100;
    /*width: 1170px;*/
}

#site-logo {
    font: small-caps bold 38px/100% 'Old Standard TT', "Times New Roman", Times, serif;
    text-align: left;
    width: 100%;
    position: absolute;
    top: 30px;
    margin: 20px 0 .4em;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .1)
}

#site-logo a {
    color: #000;
    text-decoration: none
}

#site-logo a:hover {
    text-decoration: none
}

#site-description {
    font: italic 100%/130% 'Old Standard TT', "Times New Roman", Times, serif;
    text-align: center;
    width: 100%;
    color: #999;
    text-transform: none;
    text-shadow: none;
    position: absolute;
    top: 95px
}

.social-widget {
    float: right;
    margin-top: -1px;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 100
}

.social-widget a {
    text-decoration: none
}

.social-widget a:hover {
    text-decoration: none
}

.social-widget .widget {
    display: inline-block;
    margin: 0
}

.social-widget .widget div {
    display: inline
}

.social-widget .widgettitle {
    width: auto;
    font-weight: bold;
    font-size: 100%;
    text-transform: none;
    border: 0;
    letter-spacing: 0;
    position: static;
    display: inline-block;
    margin: 5px 8px 2px 0;
    padding: 0;
    background: transparent;
    box-shadow: none
}

.social-widget ul {
    margin: 6px 0 0 !important;
    padding: 0;
    display: inline;
    border: none !important
}

.social-widget ul li {
    padding: 0 2px 5px 0;
    margin: 0;
    display: inline-block;
    border: none !important;
    clear: none;
    line-height: 100%
}

.social-widget li img {
    vertical-align: middle;
    margin-top: -5px
}

.social-widget div.rss {
    display: inline
}

.social-widget div.rss a {
    background: url(images/rss.png) no-repeat left center;
    padding: 4px 0 1px 30px;
    display: inline-block
}

#header #searchform {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 160px;
    z-index: 100
}

#header #searchform #s {
    width: 90px;
    background-image: url(images/search.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding: 3px 5px 3px 28px;
    float: right;
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    transition: width .7s
}

#header #searchform #s:focus {
    width: 140px;
    color: #333
}

#main-nav {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 13px;
    left: 0;
    z-index: 100
}

#main-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block
}

#main-nav a {
    color: #000;
    display: block;
    margin: 0 8px;
    padding-top: 6px;
    text-decoration: none;
    font: 100% arial;
    font-size: 19px;
    text-transform: uppercase
}

#main-nav a:hover,
#main-nav li:hover>a {
    color: #000;
    border-bottom: solid 1px #ccc
}

#main-nav .current_page_item a,
#main-nav .current-menu-item a {
    /*border-top: solid 1px #999*/
}

#main-nav .current_page_item a:hover,
#main-nav .current-menu-item a:hover {
    color: #000;
    border-color: #000
}

#main-nav ul a,
#main-nav .current_page_item ul a,
#main-nav ul .current_page_item a,
#main-nav .current-menu-item ul a,
#main-nav ul .current-menu-item a {
    text-transform: none;
    color: #666;
    font-weight: normal;
    padding: 7px 0 7px 15px;
    margin: 0;
    width: 180px;
    background: 0;
    border: 0;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none
}

#main-nav ul a:hover,
#main-nav .current_page_item ul a:hover,
#main-nav ul .current_page_item a:hover,
#main-nav .current-menu-item ul a:hover,
#main-nav ul .current-menu-item a:hover {
    background-color: #f3f3f3;
    color: #000;
    color: black
}

#main-nav ul {
    text-align: left;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    position: absolute;
    background-color: #fff;
    border: solid 1px #ccc;
    z-index: 100;
    display: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

#main-nav ul li {
    background: 0;
    padding: 0;
    margin: 0;
    float: none
}

#main-nav ul ul {
    left: 190px;
    top: -2px
}

#main-nav li:hover>ul {
    display: block
}

.welcome-message {
    font: italic 140%/140% 'Old Standard TT', "Times New Roman", Times, serif;
    text-align: center;
    padding: 0 5%;
    margin: 20px 0 10px
}

#sliderwrap {
    position: relative;
    padding-top: 30px
}

#slider {
    position: relative
}

.slides {
    margin: 0;
    padding: 0
}

.slides li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden
}

.slides .slide-post-title {
    font-size: 160%;
    margin: 0 0 5px;
    color: #000
}

.slides .slide-post-title a {
    color: #000;
    text-decoration: none
}

.slides .slide-excerpt {
    font-size: 90%;
    line-height: 130%
}

.slides .slide-content-wrap {
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    padding-bottom: 3px;
    color: #aaa
}

.slides .slide-feature-image~.slide-content-wrap {
    position: absolute;
    bottom: 0;
    left: 0
}

.slides .slide-content-wrap-inner {
    padding: 10px 4% 2px 2%
}

.slides .slide-post-title,
.slides .slide-post-title a {
    color: #ccc;
    font-size: 120%;
    font-style: italic;
    margin: 0 0 2px
}

.slides .post-video {
    margin-bottom: 0
}

body.rtl #slider {
    direction: ltr
}

.flex-direction-nav {
    margin: 0;
    padding: 0;
    display: none
}

#slider:hover .flex-direction-nav {
    display: block
}

.flex-direction-nav li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-direction-nav a {
    position: absolute;
    left: 5px;
    top: 50%;
    z-index: 1000;
    width: 25px;
    height: 37px;
    display: block;
    font: normal 16px/100% "Times New Roman", Times, serif;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    margin-top: -42px;
    background-color: #000;
    //border-radius: 10em;
    background: (url(../images/slide_prev.png));
    cursor: pointer;
}

.flex-direction-nav a:hover {
    background-color: #333
}

.flex-direction-nav .flex-next {
    left: inherit;
    right: 5px
}

a.carousel-disabled {
    opacity: .2
}

#slider {
    width: 100%;
    margin: 0;
    padding: 0
}

#slider .slides>li {
    display: none
}

.slider .slides img {
    //max-width: 100%;
    width: 100%;
    height: auto !important;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flex-control-nav {
    text-align: left;
    margin: 0;
    padding: 10px 0;
    clear: both;
    position: relative
}

.flex-control-nav li {
    margin: 5px;
    padding: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.flex-control-nav a {
    text-indent: -900em;
    width: 8px;
    height: 8px;
    display: block;
    margin: 0 3px;
    background-color: #555;
    background-color: rgba(0, 0, 0, .6);
    border: solid 2px #111;
    border-radius: 10em;
    cursor: pointer
}

.flex-control-nav .flex-active {
    background-color: #ccc;
    background-color: rgba(255, 255, 255, .3);
    border-color: #666
}

.author-bio {
    margin: 0 0 30px
}

.author-bio .author-avatar {
    float: left;
    margin: 0 15px 0 0
}

.author-bio .author-avatar img {
    background-color: #fff;
    padding: 4px;
    border: solid 1px #ccc
}

.author-bio .author-name {
    margin: 0 0 5px;
    padding: 0;
    font-size: 160%
}

.author-posts-by {
    margin: 0 0 20px;
    padding: 10px 0 0;
    font-size: 140%;
    text-transform: uppercase;
    border-top: double 4px #ccc;
    border-color: rgba(118, 118, 118, .3)
}

.page-title {
    margin: 0 12px 25px;
    padding: 0;
    line-height: 110%;
    border-bottom: solid 1px #d5d5d5;
    text-transform: uppercase;
    background: rgb(242, 242, 242);
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
    padding-bottom: 4px;
}

.titulo-pagina {
    margin: 0 0 25px;
    padding: 0 0 10px 0px;
    font-size: 24px;
    line-height: 110%;
    border-bottom: solid 1px #ddd;
    line-height: 30px;
    margin-top: 20px;
    background: rgb(242, 242, 242);
}

.category-section {
    clear: both;
    margin-bottom: 30px
}

.category-section-title {
    font-size: 120%;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 10px 0 0;
    border-top: double 4px #ccc
}

.post {
    margin-bottom: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.loops-wrapper.list-post .post {
    margin-bottom: 45px
}

.post-content {
    min-width: 120px
}

.post-image {
    max-width: 100%;
    margin: 0 0 2px;
    position: relative
}

.post-image.left {
    margin: 0 20px 10px 0
}

.post-image.right {
    margin: 0 0 10px 20px
}

.post-date-wrap {
    margin: 0 0 2px;
    font: italic 90%/120% 'Old Standard TT', "Times New Roman", Times, serif
}

.post-date-wrap a {
    text-decoration: none
}

.post-date-wrap a:hover {
    text-decoration: underline
}

.post-date {
    display: inline
}

.post-date em {
    color: #bbb
}

.post-title {
    font-size: 220%;
    font-weight: bold;
    font-style: normal;
    //font-variant: small-caps;
    line-height: 110%;
    margin: 0 0 3px;
    padding: 0
}

.post-title,
.post-title a {
    text-decoration: none;
    color: #000
}

.post-title a:hover {
    text-decoration: none
}

.post-meta {
    font: italic 90%/120% 'Old Standard TT', "Times New Roman", Times, serif;
    margin: 0 0 10px;
    padding: 0;
    font-style: italic
}

.post-meta a {
    text-decoration: none
}

.post-meta a:hover {
    text-decoration: underline
}

.post-meta em {
    color: #bbb;
    margin: 0 2px
}

.more-link {
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    margin: 5px 0 10px;
    font-size: 80%;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block
}

.loops-wrapper.grid4 .post,
.loops-wrapper.grid3 .post,
.loops-wrapper.grid2 .post,
.loops-wrapper.grid2-thumb .post {
    float: left;
    margin-left: 3.2%
}

.loops-wrapper.grid4 .post {
    width: 22.5%;
    line-height: 130%
}

.loops-wrapper.grid4 .post-title {

    font-size: 130%;
    padding: 0;
    height: 20px;
    margin-top: 20px;
    font-family: arial;
    /*margin-bottom: 25px; a partir de las 870|977 - 690 hay que agrar esta regla. */
}

/*680-913*/
@media (max-width:913px) {
  .loops-wrapper.grid4 .post-title {
      font-size: 120%;
      padding: 0;
      height: 35px !important;
      margin-top: 10px !important;
      font-family: arial;
      /*margin-bottom: 25px; a partir de las 870|977 - 690 hay que agrar esta regla. */
  }
}


.loops-wrapper.grid3 .post {
    width: 31.1%
}

.loops-wrapper.grid3 .post-title {
    font-size: 170%;
    padding: 0
}

.loops-wrapper.grid2 .post {
    width: 48.3%
}

.loops-wrapper.grid2 .post-title {
    font-size: 180%;
    padding: 0
}

.loops-wrapper.grid2 .post-comment {
    font-size: 70%
}

.loops-wrapper.grid2-thumb .post {
    width: 48.3%
}

.loops-wrapper.grid2-thumb .post-title {
    margin: 0 0 5px;
    font-size: 170%
}

.loops-wrapper.grid2-thumb .post-image {
    float: left;
    margin: 5px 14px 10px 0
}

.loops-wrapper.grid2-thumb .post-content {
    overflow: hidden
}

.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left
}

.sortable.loops-wrapper.grid4 .post,
.sortable.loops-wrapper.grid3 .post,
.sortable.loops-wrapper.grid2 .post,
.sortable.loops-wrapper.grid2-thumb .post {
    margin-left: 3.2%;
    clear: none
}

.sortable.loops-wrapper.grid4 .post {
    width: 21.7%
}

.sortable.loops-wrapper.grid3 .post {
    width: 30.1%
}

.sortable.loops-wrapper.grid2 .post,
.sortable.loops-wrapper.grid2-thumb .post {
    width: 46.7%
}

.sortable.loops-wrapper.grid4,
.sortable.loops-wrapper.grid3,
.sortable.loops-wrapper.grid2,
.sortable.loops-wrapper.grid2-thumb {
    margin-left: -3.2%
}

.loops-wrapper.list-thumb-image .post-image {
    float: left;
    margin: 7px 16px 10px 0
}

.loops-wrapper.list-thumb-image .post-content {
    overflow: hidden
}

.loops-wrapper.list-large-image .post-image {
    float: left;
    margin: 7px 22px 10px 0
}

.loops-wrapper.list-large-image .post-title {
    font-size: 200%;
    margin: 0 0 5px;
    padding: 0
}

.loops-wrapper.list-large-image .post-content {
    overflow: hidden
}

.post-video,
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    font-size: .9em;
    margin-bottom: 15px
}

.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.twitter-tweet-rendered {
    max-width: 100% !important
}

.sorting-nav {
    display: none;
    padding: 0;
    margin: 5px 0 20px
}

.sorting-nav li {
    margin: 0 0 7px;
    padding: 0;
    list-style: none;
    text-align: right;
    display: inline-block
}

.sorting-nav a {
    padding: 3px 10px;
    color: #333;
    font-size: 90%;
    text-decoration: none;
    line-height: 100%;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase
}

.sorting-nav a:hover {
    text-decoration: underline
}

.sorting-nav .active a,
.sorting-nav .current-cat a {
    background-color: #000;
    color: #fff;
    position: relative;
    opacity: 1
}

.sorting-nav .active a:after {
    font-family: "fontawesome";
    content: "\f00d";
    top: 22px;
    left: 50%;
    position: absolute;
    font-size: 1em;
    margin-left: -5px;
    color: #666;
    text-shadow: none;
    opacity: 1
}

.pagenav {
    clear: both;
    padding-bottom: 20px;
    text-align: right
}

.pagenav a,
.pagenav span {
    line-height: 100%;
    padding: 6px 0 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    min-width: 24px;
    min-height: 18px;
    text-align: center;
    border-radius: 10em
}

.pagenav a {
    background-color: #111;
    color: #fff;
    text-decoration: none
}

.pagenav a:hover {
    background-color: #000
}

.pagenav .current {
    text-decoration: none
}

.author-box {
    margin: 15px 0
}

.author-box .author-avatar {
    float: left;
    margin: 0 15px 5px 0
}

.author-box .author-name {
    margin: 0 0 5px
}

.post-pagination {
    text-align: right;
    margin: .5em 0 2em
}

.post-pagination strong {
    margin-right: 3px
}

.post-pagination a {
    margin-left: 3px;
    margin-right: 3px
}

.post-nav {
    margin: 0 0 30px;
    padding: 15px 0;
    clear: both
}

.post-nav .prev,
.post-nav .next {
    width: 47%;
    position: relative
}

.post-nav a {
    text-decoration: none;
    display: block
}

.post-nav a:hover {
    text-decoration: none
}

.post-nav .prev {
    float: left
}

.post-nav .next {
    float: right;
    text-align: right
}

.post-nav .arrow {
    background-color: #222;
    color: #fff;
    font: normal 20px/100% "Times New Roman", Times, serif;
    display: block;
    width: auto;
    float: left;
    width: 32px;
    height: 28px;
    padding: 4px 0 0;
    text-align: center;
    margin: -8px 10px 17px 0;
    border-radius: 10em
}

.post-nav .next .arrow {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.post-nav a:hover span {
    background-color: #000
}

.isotope,
.isotope .isotope-item {
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity
}

.isotope-hidden {
    display: none !important
}

.commentwrap {
    margin: 40px 0 20px;
    padding: 10px 0 0;
    position: relative;
    clear: both
}

.comment-title,
#reply-title {
    font-size: 180%;
    font-style: italic;
    margin: 0 0 15px;
    padding: 0
}

.commentwrap .pagenav {
    margin: 10px 0;
    border: 0;
    box-shadow: none
}

.commentwrap .pagenav.top {
    margin: 0;
    position: absolute;
    top: 15px;
    right: 0
}

.commentlist {
    margin: 0 0 30px;
    padding: 5px 0 0;
    border-top: solid 1px #eee
}

.commentlist li {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    position: relative
}

.commentlist .comment-author {
    margin: 2px 0 5px;
    padding: 0
}

.commentlist .avatar {
    float: left;
    margin: 0 15px 0 0
}

.commentlist cite {
    font: italic 19px/120% 'Old Standard TT', "Times New Roman", Times, serif
}

.commentlist cite a {
    text-decoration: none
}

.commentlist .bypostauthor>.comment-author cite {
    background: url(images/icon-author-comment.png) no-repeat 0 2px;
    padding-left: 18px
}

.commentlist .comment-time {
    font-size: 75%;
    text-transform: uppercase
}

.commentlist .commententry {
    border-bottom: solid 1px #eee;
    position: relative;
    min-height: 40px;
    overflow: hidden;
    padding-bottom: 5px;
    word-wrap: break-word
}

.commentlist ul,
.commentlist ol {
    margin: 0 0 0 90px;
    padding: 0
}

.commentlist .reply {
    position: absolute;
    right: 0;
    top: 16px
}

.commentlist .comment-reply-link {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none
}

.commentlist .comment-reply-link:hover {
    text-decoration: none
}

#respond {
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    clear: both
}

#respond #cancel-comment-reply-link {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 75%;
    line-height: 100%;
    text-decoration: none;
    padding: 5px 12px;
    display: block;
    color: #fff;
    background-color: #e83903
}

#respond #cancel-comment-reply-link:hover {
    background-color: #fd3c00
}

#commentform {
    margin: 15px 0 0
}

#commentform input[type=text] {
    width: 206px;
    margin-right: 5px
}

#commentform label {
    font-weight: bold
}

#commentform label small {
    font-weight: normal
}

#commentform textarea {
    height: 140px
}

#commentform input#submit {
    padding: 7px 20px
}

.widget {
    margin: 0 0 30px;
    word-wrap: break-word
}

.widgettitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 150%;
    font-style: italic
}

.widget ul {
    margin: 0;
    padding: 2px 0 0;
    border-top: solid 1px #eee
}

.widget li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    clear: both;
    border-top: solid 1px #eee
}

.widget ul ul {
    margin: 6px 0 -6px 0;
    padding: 0;
    border-top: 0
}

.widget ul ul li {
    margin: 0;
    padding-left: 10px
}

.widget ul a {
    text-decoration: none
}

.widget ul a:hover {
    text-decoration: underline
}

.widget #wp-calendar caption {
    font-weight: bold;
    padding-bottom: 10px
}

.widget #wp-calendar td {
    width: 31px;
    padding: 4px 2px;
    text-align: center
}

.widget .feature-posts-list br {
    display: none
}

.widget .feature-posts-list .post-img {
    margin: 4px 12px 10px 0;
    float: left
}

.widget .feature-posts-list small {
    font: italic 90% "Times New Roman", Times, serif;
    display: block;
    margin: 0 0 3px
}

.widget .feature-posts-list .feature-posts-title {
    margin: 4px 0 3px
}

.widget .feature-posts-list .post-excerpt {
    display: block
}

.widget .twitter-list .twitter-timestamp {
    font: italic 90% "Times New Roman", Times, serif
}

.widget .follow-user {
    margin: 0;
    padding: 5px 0
}

.widget .links-list img,
.widget_links img {
    vertical-align: middle
}

.recent-comments-list .avatar {
    margin-right: 12px;
    float: left
}

.widget .flickr_badge_image {
    margin-top: 10px
}

.widget .flickr_badge_image img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left
}

.shortcode .flickr_badge_image {
    width: 23.8%;
    margin: 0 1.5% 1.5% 0;
    float: left
}

.shortcode .flickr_badge_image:nth-of-type(4n) {
    margin-right: 0
}

.shortcode .flickr_badge_image img {
    margin: 0
}

#sidebar #searchform {
    position: static
}

#sidebar #searchform #s {
    width: 93%
}

#content .twitter-tweet-rendered {
    max-width: 100% !important
}

#content .twt-border {
    max-width: 100% !important;
    min-width: 180px !important
}

.widget .social-links {
    margin: 0 0 20px;
    padding: 0;
    line-height: 100%
}

.widget .social-links li {
    margin: 0 5px 5px 0;
    padding: 0;
    list-style: none;
    border: 0;
    display: inline-block
}

.widget .social-links img {
    vertical-align: middle
}

#footer {
    clear: both;
    padding: 15px 0 40px;
    background: rgb(243, 236, 225);
    width: 100%;
    no-repeat center bottom
}

#footer .widget {
    margin-bottom: 40px
}

#footer-logo {
    font: small-caps bold 32px/100% 'Old Standard TT', "Times New Roman", Times, serif;
    text-align: center;
    clear: both;
    margin: 5px 0 15px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .1)
}

#footer-logo a {
    color: #000;
    text-decoration: none
}

#footer-logo a:hover {
    text-decoration: none
}

.footer-nav {
    margin: 5px 0 10px;
    padding: 0;
    text-align: center
}

.footer-nav li {
    padding: 0;
    margin: 0 8px;
    display: inline;
    list-style: none;
    margin: 4px 0 -2px 0;
    padding: 0 15px;
    border-right: 1px solid gray;
}

.footer-nav li:last-child {
    padding: 0;
    margin: 0 8px;
    display: inline;
    list-style: none;
    margin: 4px 0 -2px 0;
    padding: 0 15px;
    border-right: none;
}

.footer-nav a {
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 3.5rem;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}

.back-top {
    clear: both
}

.back-top a {
    background: #000 url(images/arrow-up.png) no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px auto 10px;
    text-indent: -900em;
    border-radius: 10em
}

.back-top a:hover {
    background-color: #333
}

.footer-text {
    font: italic 90%/150% 'Old Standard TT', "Times New Roman", Times, serif;
    text-align: center
}

.footer-text a {
    text-decoration: none
}

.footer-text a:hover {
    text-decoration: underline
}

img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
    margin-bottom: 15px
}

.alignleft {
    float: left;
    margin-right: 30px
}

.alignright {
    float: right;
    margin-left: 30px
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%
}

.wp-caption-text {
    font: normal 95%/120% Georgia, "Times New Roman", Times, serif;
    margin: 6px 0
}

.attachment.single-attachment,
.single-attachment .attachment {
    float: none;
    margin: 0;
    text-align: left
}

#body .gallery {
    margin: 5px 0 20px 0
}

#body .gallery .gallery-item {
    margin: 0 8px 8px 0;
    vertical-align: top;
    width: auto;
    float: left;
    text-align: center
}

#body .gallery img {
    border: 0;
    vertical-align: middle
}

#body .gallery .gallery-caption {
    line-height: 120%;
    font-size: 90%;
    text-align: center;
    margin: 5px 0 0
}

.gallery .current {
    border: solid 1px #000 !important
}

#body .gallery-columns-1 .gallery-item {
    width: auto
}

#body .gallery-columns-1 br {
    display: none !important
}

#body .gallery-columns-2 .gallery-item {
    width: 49.2%
}

#body .gallery-columns-3 .gallery-item {
    width: 32.3%
}

#body .gallery-columns-4 .gallery-item {
    width: 23.8%
}

#body .gallery-columns-5 .gallery-item {
    width: 18.8%
}

#body .gallery-columns-6 .gallery-item {
    width: 15.4%
}

#body .gallery-columns-7 .gallery-item {
    width: 13%
}

#body .gallery-columns-8 .gallery-item {
    width: 11.18%
}

#body .gallery-columns-9 .gallery-item {
    width: 9.77%
}

#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
    margin: 0 1.5% 1.5% 0
}

#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.full_width .themify_builder_row .row_inner {
    width: 978px;
    max-width: 100%;
    margin: auto
}

.full_width .themify_builder_row.fullwidth .row_inner {
    width: auto;
    padding: 0
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.textleft {
    text-align: left
}

.textright {
    text-align: right
}

.textcenter {
    text-align: center
}

.clearfix:after,
.widget li:after,
#body:after,
#footer:after,
footer:after,
.pagenav:after,
#main-nav:after,
.menu:after,
.gallery:after,
#content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix,
.widget li,
#body,
#footer,
footer,
.pagenav,
#main-nav,
.menu,
.gallery,
#content {
    display: inline-block
}

.clearfix,
.widget li,
#body,
#footer,
footer,
.pagenav,
.menu,
.gallery,
#content {
    display: block;
}

.iconin {
    display: flex;
}


/** Personalizaciones **/

#site-logo {
    position: inherit !important;
    top: 0px;
}

ul#main-nav {
    //width: 70%;
    border-top: none !important;
    padding-top: 5px !important;
}

.separator {
    border-bottom: 1px solid black;
    margin-bottom: 45px;
}

.header-right-text {
    font-size: 1.5rem;
    color: black;
    line-height: 1.2;
}

.h1 .transparente {}

.container {
    background-color: white;
    width: 100%
}

.containers {
    width: 100%
}

.offer-details-btn {
    color: black;
    font-weight: bolder;
    text-decoration: none;
    border-radius: 0px;
    margin: 5px 0;
    padding: 10px;
    //width: 70%;
    /*De 680 a 0, el width: 30%;*/
}

.offer-price {
    color: red;
    font-weight: bold;
}

.btn-warning {
    color: black;
    background-color: #f0d64e;
    border-color: #f0d64e;
}

.em {
    color: #dd9a00;
}

.libre a {
    pointer-events: none;
    cursor: default;
}

.responsive-image {
    width: 100%;
    height: auto;
}


.footer-excerpt {
    text-align: center;
    font-size: 1rem;
    color: black;
}

.contact-block {
    margin-bottom: 5px;
}


#fbbtn {
    margin-top: -60px !important;
}
@media only screen and (max-width: 1215px) {
    #fbbtn {
        margin-top: -35px !important;
    }
}


.suscription{ margin: 20px auto; background: black; padding: 25px; color: white; max-width: 600px}
.suscription h2{ margin: 0; color: white; font-weight: bold;    text-transform: uppercase;}
.suscription p{display: block; color: #bcbcbc}
.suscription p a{color:  #bcbcbc; text-decoration: underline;}
.suscription form input{display: inline-block}
.suscription form input[type="text"], .suscription form input[type="submit"]{border-radius: 0; height: 35px; border: 0px; color: black}
.suscription form input[type="text"]{width: 50%}
.suscription form input[type="submit"]{width: auto; margin-left: -5px; background-color: #b1aca5; color: black; font-weight: bold; text-transform: uppercase;      padding: 0px 15px; padding-top: 1px;}
.suscription form input[type=radio]{width: auto}
