/*
Theme Name: Twenty Pariguana
Theme URI: https://wordpress.org/themes/twentypariguana/
Author: Pedro Jerí
Author URI: https://www.facebook.com/pedrojeri
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentypariguana

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*
*{
  margin: 0;
  padding: 0;
}
*/


html, body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body{
  background-color: #FAFAFA;
}

body a:link,
body a:visited,
body a:hover,
body a:active {
  text-decoration: none;
}

.mytitulo {
  color:#111111;
  font-family: 'Cardo';
}

.myfecha{
  font-family: 'Inter';
}

.minibox_for_desktop{
  border-radius: 0px;
  overflow: hidden;
  height: 390px;
  background-color: #FAFAFA;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);  
  margin-bottom: 25px;
  position: relative; /*para position: absolute; de logo_hotel y logo_promo */
}


/**/
ul.page-numbers {
  margin: 20px 0 10px;
  width: 100%;
  padding: 0px;
  font-size: 12px;
  line-height: normal;
  clear: both;
  float: left;
  list-style-type: none;
 }
 
ul.page-numbers li {
  float: left;
}

ul.page-numbers a,
ul.page-numbers span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E4E3E3), to(#FFFFFF));
  background: -moz-linear-gradient(top,  #E4E3E3,  #FFFFFF);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E3E3', endColorstr='#FFFFFF');
  padding: 3px 4px 2px 4px; 
  margin: 2px;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #666;
  }
 
ul.page-numbers a:hover,
ul.page-numbers span.current {  
  border: 1px solid #666;  
  color: #444;
}

ul.page-numbers span.current {  
  cursor: default;
  color: #337ab7;
}