/* Este codigo pone el tipo de letra Roboto */
@font-face {
font-family: 'Roboto Condensed Regular';
font-style: normal;
font-weight: normal;
src: local('Roboto Condensed Regular'), url('RobotoCondensed-Regular.woff') format('woff');
}
@font-face {
font-family: 'Roboto Condensed Bold';
font-style: normal;
font-weight: normal;
src: local('Roboto Condensed Bold'), url('RobotoCondensed-Bold.woff') format('woff');
}

/* Este codigo pone el color del texto como gricesito */
body{
  color:#4f4f50;
}

/* Este es el contenedor principal */
.ContenedorPrincipal
{
  margin: auto;
  width: 90%;
  overflow:hidden;
}

/* Este es el choro de lapagina principal y las cintillas de precios */
.SoloTexto
{
  margin: auto;
  float:left;
  width: 70%;
}

/* Este es el Aside de los reviews del lado derecho */
.SoloReviews
{
  margin: auto;
  float:left;
  width: 30%;
}

/* Este es el footer con la animacion de la ruina y el cielo*/
.footer
{
  width: 100%;
  clear:both;
  float:center;
}

/* Este es el footer solo con el texto de abajo*/
.footerNoResponsive
{
  margin: auto;
  width: 100%;
  clear:both;
  float: center;
}

/* estas son las comillas de los reviews */
blockquote {
    clear: both;    
    margin: 1.5em 1.5em;
    background: url(../images/blockquote-left.png) no-repeat top left;
    padding: 0 0 0 68px;
    height: auto !important;
    height: 41px;
    min-height:41px;
}
blockquote p {
    background: url(../images/blockquote-right.png) no-repeat bottom right;
    padding-right: 60px;
}

.author {
    padding: 0 45px 5px 68px;
    color: #9a9a9a;
    font-size: 0.6em;
    font-style: italic;
    margin-top: -20px;
}

@media screen and (max-width:800px)
{
  .footer
  {
    display:none
  }
	.example-orbit img
	{
		width:100%;
		height:auto
	}
  .ContenedorPrincipal
  {
    width:100%;
  }
  .SoloTexto
  {
    width:100%;
  }
  .SoloReviews
  {
    width:100%;
  }
}

/*
Este codigo es de la cintilla de precios
MAIN.CSS PRICE TABLE
CSS3 Responsive Web Pricing Tables Grids
Updated 05.2015 – v7.0
Copyright QuanticaLabs
www.quanticalabs.com
*/
  
/* ==================== FONT FACE ==================== */
@font-face 
  {
  font-family: 'YanoneKaffeesatzRegular';
  src: url('font/YanoneKaffeesatz-Regular-webfont.eot');
  src: local('-'),
  url('font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
  url('font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
  url('font/YanoneKaffeesatz-Regular-webfont.svg#webfontlKPF1zIT') format('svg');
  font-weight: normal;
  font-style: normal;
  }

/* ==================== PRICING TABLE ==================== */
/* --- base --- */
div.p_table 
  {
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: arial, sans-serif;
  font-weight: normal;
  color: #444444;
  line-height: normal !important;
  }
  
div.p_table *
  {
  box-sizing: content-box;
  line-height: normal !important;
  }

/* --- hyperlinks --- */
div.p_table a
  {
  color: #444444;
  text-decoration: none;
  }
  
/* --- lists --- */
div.p_table ul
  {
  margin: 0px;
  padding: 0px !important;
  list-style-type: none !important;
  }
  
div.p_table li
  {
  margin: 0px;
  padding: 0px !important;
  list-style-type: none !important;
  list-style-image: none !important;
  line-height: normal !important;
  }

/* --- div aligns --- */
div.p_table .align_center
  {
  text-align: center;
  }
  
/* --- div rounded corners --- */
/* --- border radius 3px --- */ 
div.p_table .radius3
  {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  }
  
/* --- border radius 5px top left --- */  
div.p_table .radius5_topleft
  {
  border-radius: 5px 0px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  }
  
/* --- border radius 5px top right --- */ 
div.p_table .radius5_topright
  {
  border-radius: 0px 5px 0px 0px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  }
  
/* ==================== HEADINGS ==================== */
/* ------ common styles ------  */
div.p_table h4,
div.p_table h2,
div.p_table h3
  {
  margin: 0px;
  padding: 0px !important;
  font-weight: normal !important;
  border: 0 !important;
  line-height: normal !important;
  }
  
div.p_table h4
  {
  font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
  font-size: 30px;
  }
  
div.p_table h4 span
  {
  font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
  font-size: 30px;
  }

div.p_table h2
  {
  font-family: 'YanoneKaffeesatzRegular', arial, sans-serif;
  font-size: 20px;
  }
  
div.p_table h3
  {
  font-size: 13px;
  } 
  
/* ==================== COLUMNS ==================== */
/* ------ common styles ------  */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 ,
div.p_table div.column_1 li.header_row_1,
div.p_table div.column_2 li.header_row_1,
div.p_table div.column_3 li.header_row_1,
div.p_table div.column_4 li.header_row_1
  {
  height: 42px;
  width: 100%;
  padding: 4px 0px 0px 0px !important;
  }
  
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2,
div.p_table div.column_1 li.header_row_2,
div.p_table div.column_2 li.header_row_2,
div.p_table div.column_3 li.header_row_2,
div.p_table div.column_4 li.header_row_2
  {
  height: 100px;
  width: 100%;
  padding: 3px 0px 7px 0px !important;
  }
  
/* --- caption correction --- */
div.p_table div.caption_column li.header_row_2
  { 
  height: 86px;
  width: 100%;
  padding: 18px 0px 6px 10px !important;
  }
  
/* ==================== CAPTION COLUMN ==================== */
div.p_table div.caption_column
  {
  width: 180px;
  height: 100%;
  float: left;
  }

/* =================== COLUMN STYLE 1 ==================== */
div.p_table div.column_1
  {
  width: 160px;
  height: 100%;
  float: left;
  position: relative;
  }
  
/* ==================== COLUMN STYLE 2 ==================== */
div.p_table div.column_2
  {
  width: 160px;
  height: 100%;
  float: left;
  position: relative;
  } 
  
/* ==================== COLUMN STYLE 3 ==================== */
div.p_table div.column_3
  {
  width: 160px;
  height: 100%;
  float: left;
  position: relative;
  }
  
/* ==================== COLUMN STYLE 4 ==================== */
div.p_table div.column_4
  {
  width: 160px;
  height: 100%;
  float: left;
  position: relative;
  }
  
/* ========== COLUMN HOVERS ========== */
div.p_table div.column_1,
div.p_table div.column_2,
div.p_table div.column_3,
div.p_table div.column_4
  {
  /* transitions */
  -webkit-transition: box-shadow 0.25s ease;
  -moz-transition: box-shadow 0.25s ease;
  -o-transition: box-shadow 0.25s ease;
  -ms-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;  
  }

div.p_table div.column_1:hover,
div.p_table div.column_2:hover,
div.p_table div.column_3:hover,
div.p_table div.column_4:hover
  {
  position: relative;
  z-index: 100;
  left: -5px;
  top: -15px;
  /* shadow */
  box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
  /* --- border radius --- */ 
  /* --- white triange bug fix --- */
  border-radius: 5px 5px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  }
  
div.p_table div.column_1:hover li.row_style_1,
div.p_table div.column_2:hover li.row_style_1,
div.p_table div.column_3:hover li.row_style_1,
div.p_table div.column_4:hover li.row_style_1,
div.p_table div.column_1:hover li.row_style_2,
div.p_table div.column_2:hover li.row_style_2,
div.p_table div.column_3:hover li.row_style_2,
div.p_table div.column_4:hover li.row_style_2,
div.p_table div.column_1:hover li.row_style_3,
div.p_table div.column_2:hover li.row_style_3,
div.p_table div.column_3:hover li.row_style_3,
div.p_table div.column_4:hover li.row_style_3,
div.p_table div.column_1:hover li.row_style_4,
div.p_table div.column_2:hover li.row_style_4,
div.p_table div.column_3:hover li.row_style_4,
div.p_table div.column_4:hover li.row_style_4
  {
  min-height: 16px;
  padding: 12px 5px 12px 5px !important;
  }
  
div.p_table div.column_1:hover li.header_row_1,
div.p_table div.column_2:hover li.header_row_1,
div.p_table div.column_3:hover li.header_row_1,
div.p_table div.column_4:hover li.header_row_1
  {
  padding-left: 5px !important;
  padding-right: 5px !important;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  } 

div.p_table div.column_1:hover li.header_row_2,
div.p_table div.column_2:hover li.header_row_2,
div.p_table div.column_3:hover li.header_row_2,
div.p_table div.column_4:hover li.header_row_2
  {
  padding-left: 5px !important;
  padding-right: 5px !important;
  }
  
div.p_table div.column_1:hover li.footer_row,
div.p_table div.column_2:hover li.footer_row,
div.p_table div.column_3:hover li.footer_row,
div.p_table div.column_4:hover li.footer_row
  {
  padding-left: 5px !important;
  padding-right: 5px !important;
  } 
  
/*==================== DATA ROWS ====================*/
/* ------ common styles ------  */
div.p_table li.row_style_1,
div.p_table li.row_style_2,
div.p_table li.row_style_3,
div.p_table li.row_style_4
  {
  width: 100%;
  height: 100%;
  min-height: 17px;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  float: left;
  }

div.p_table li.row_style_1 span,
div.p_table li.row_style_2 span,
div.p_table li.row_style_3 span,
div.p_table li.row_style_4 span
  {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: block;
  }
  
/* --- white ---  */
div.p_table li.row_style_1
  {
  background-color: #ffffff;
  }
  
/* --- light gray ---  */
div.p_table li.row_style_2
  {
  background-color: #f6f6f6;
  }
  
/* --- mid gray ---  */
div.p_table li.row_style_3
  {
  background-color: #ebebeb;
  }
  
/* --- dark gray ---  */
div.p_table li.row_style_4
  {
  background-color: #e3e3e3;
  }
  
/* --- hidden labels for responsive layout ---  */
div.p_table li.row_style_1 span > span.hidden_caption_span,
div.p_table li.row_style_2 span > span.hidden_caption_span,
div.p_table li.row_style_3 span > span.hidden_caption_span,
div.p_table li.row_style_4 span > span.hidden_caption_span
  {
  display: none;
  }
  
/*========== FOOTER ==========*/
/* ------ common styles ------  */
div.p_table li.footer_row
  {
  width: 100%;
  height: 40px;
  padding-top: 14px !important;
  padding-bottom: 6px !important;
  float: left;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #b5b5b5;
  background-color: #e2e2e2; /* background color for non-css3 browsers */
  /* gradient */
  background-image: linear-gradient(top, #f6f6f6, #d0d0d0); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0'); /* IE5.5 - 7 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#d0d0d0'); /* IE8 */
  background: -ms-linear-gradient(top, #f6f6f6, #d0d0d0); /* IE9 */
  background: -moz-linear-gradient(top, #f6f6f6, #d0d0d0); /* Firefox */ 
  background: -o-linear-gradient(top, #f6f6f6, #d0d0d0); /* Opera 11  */
  background: -webkit-linear-gradient(top, #f6f6f6, #d0d0d0); /* Chrome 11  */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #d0d0d0)); /* Chrome 10, Safari */  
  }
  
/* --- button --- */
div.p_table a.sign_up
  {
  width: 120px;
  height: 24px;
  padding: 6px 0px 0px 0px !important;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
  border: 1px solid #b5b5b5;
  background-color: #d8d8d8; /* background color for non-css3 browsers */
  outline: none;
  /* gradient */
  background-image: linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE5.5 - 7 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d8d8d8'); /* IE8 */
  background: -ms-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* IE9 */
  background: -moz-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Firefox */ 
  background: -o-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Opera 11  */
  background: -webkit-linear-gradient(top, #ffffff, #efefef 1px, #d8d8d8); /* Chrome 11  */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.05, #efefef), color-stop(1, #d8d8d8)); /* Chrome 10, Safari */
  /* shadow */
  box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  /* font */
  font-weight: bold;
  }

/* --- button hover --- */
div.p_table a.sign_up:hover
  {
  height: 24px;
  padding: 6px 0px 0px 0px !important;
  text-shadow: 0px 1px 0px #ffffff; /* text shadow for firefox 3.6+ */ 
  border: 1px solid #b5b5b5;
  background-color: #c9c9c9; /* background color for non-css3 browsers */
  outline: none;
  /* gradient */
  background-image: linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE5.5 - 7 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#c9c9c9'); /* IE8 */
  background: -ms-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* IE9 */
  background: -moz-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Firefox */ 
  background: -o-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Opera 11  */
  background: -webkit-linear-gradient(top, #d2d2d2, #dedede 1px, #c9c9c9); /* Chrome 11  */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2d2d2), color-stop(0.05, #dedede), color-stop(1, #c9c9c9)); /* Chrome 10, Safari */
  /* shadow */
  box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.5);
  }
  
/* ==================== COLUMN RIBBONS ==================== */
/* --- base --- */
div.column_ribbon
  {
  position: absolute;
  top: 0;
  left: -4px;
  z-index: 1;
  padding: 1px 0px 1px 4px;
  font-size: 11px;
  font-weight: bold;
  }
  
/* --- bottom triangle --- */ 
div.column_ribbon::before
  {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
    border-style: solid;
    border-color: transparent;
    border-width: 0 4px 4px 0;
  }

/* --- right triangles --- */ 
div.column_ribbon::after
  {
  position: absolute;
  top: 0;
  right: -11px;
  content: "";
  z-index: -1;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-style: solid;
    border-width: 8px;
  width: 0;
    height: 0;
  }

/* ==================== TOOLTIP ==================== */
/* --- base --- */
div.p_table a.tooltip
  {
  position: relative;
  text-decoration: underline;
  display: inline;
  font-size: 13px;
  opacity: 1;
  padding: 0;
  }
  
div.p_table a.tooltip:hover
  {
  color: #999999;
  text-decoration: none !important;
  }
  
div.p_table a.tooltip:hover::after, div.p_table a.tooltip:hover::before
  {
    display: block;
  }

/* --- tooltip container --- */
div.p_table a.tooltip::before
  {
  content: attr(rel);
  display: block;
  width: 140px;
    position: absolute;
  z-index: 1000;
    bottom: 150%;
    left: -10px;
    padding: 5px 10px 8px 10px;
  text-align: left;
    color: #ffffff;
    display: none;
  /* background */
  background: #404040; /* CSS2 */
  background: -moz-linear-gradient(top, #4e4e4e 0%, #404040 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4e4e), color-stop(100%,#404040)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4e4e4e 0%,#404040 100%); /* IE10+ */
  background: linear-gradient(top, #4e4e4e 0%,#404040 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#404040',GradientType=0 ); /* IE6-9 */
  /* border-radius */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* box-shadow */
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  /* text-shadow */
  text-shadow: 0px 1px 0px #292929;
  }
  
/* --- tooltip arrow --- */
div.p_table a.tooltip::after
  {
  content: "";
  display: block;
    width: 0;
    height: 0;
    position: absolute;
  z-index: 1000;
  bottom: 18px;
  left: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  border-top: 6px solid #404040;
    display: none;
  background: transparent;  
  }
  
/* ==================== ICONS FONT ==================== */
@font-face
  {
  font-family: 'icons';
  src: url('font/icons.eot?78084899');
  src: url('font/icons.eot?78084899#iefix') format('embedded-opentype'),
  url('font/icons.woff?78084899') format('woff'),
  url('font/icons.ttf?78084899') format('truetype'),
  url('font/icons.svg?78084899#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  }
 
[class^="icon-"]::after,
[class*=" icon-"]::after
  {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 10px;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  
.icon-yes-1::after 
  {
  content: '\e80c';
  color: #56a600;
  font-size: 16px;
  }
  
.icon-no-1::after
  {
  content: '\e80d';
  color: #d64747;
  font-size: 16px;
  }
  
.icon-yes-2::after
  {
  content: '\e802';
  color: #56a600;
  font-size: 14px;
  }
  
.icon-no-2::after
  {
  content: '\e803';
  color: #d64747;
  font-size: 14px;
  }
  
.icon-yes-3::after
  {
  content: '\e804';
  color: #56a600;
  font-size: 14px;
  }
  
.icon-no-3::after
  {
  content: '\e805';
  color: #d64747;
  font-size: 14px;
  }
  
.icon-yes-4::after
  {
  content: '\e806';
  color: #56a600;
  font-size: 16px;
  }
  
.icon-no-4::after
  {
  content: '\e807';
  color: #d64747;
  font-size: 16px;
  }
  
.icon-yes-5::after
  {
  content: '\e808';
  color: #56a600;
  font-size: 14px;
  }
  
.icon-no-5::after
  {
  content: '\e809';
  color: #d64747;
  font-size: 14px;
  }
  
.icon-yes-6::after
  {
  content: '\e80a';
  color: #56a600;
  font-size: 14px;
  }
  
.icon-no-6::after
  {
  content: '\e80b';
  color: #d64747;
  font-size: 14px;
  }
  
.icon-yes-7::after
  {
  content: '\e812';
  color: #56a600;
  font-size: 13px;
  }
  
.icon-no-7::after
  {
  content: '\e813';
  color: #aaaaaa;
  font-size: 13px;
  }
  
.icon-yes-8::after
  {
  content: '\e80e';
  color: #56a600;
  font-size: 14px;
  }
  
.icon-no-8::after
  {
  content: '\e80f';
  color: #aaaaaa;
  font-size: 14px;
  }
  
.icon-yes-9::after
  {
  content: '\e810';
  color: #56a600;
  font-size: 14px;
  }
  
.icon-no-9::after
  {
  content: '\e811';
  color: #aaaaaa;
  font-size: 14px;
  }
  
.icon-yes-10::after
  {
  content: '\e800';
  color: #ffa800;
  font-size: 15px;
  }
  
.icon-no-10::after
  {
  content: '\e801';
  color: #aaaaaa;
  font-size: 15px;
  }

/*
ACTIVE.CSS PRICE TABLE
CSS3 Responsive Web Pricing Tables Grids
Updated 05.2015 – v7.0
Copyright QuanticaLabs
www.quanticalabs.com
*/

/* ==================== ACTIVE COLUMN  ==================== */
div.p_table div.active_column
  {
  z-index: 110;
  left: -5px;
  top: -15px;
  /* shadow */
  box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 0px 30px rgba(0,0,0,0.5);
  /* --- border radius --- */ 
  /* --- white triange bug fix --- */
  border-radius: 5px 5px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  }
  
div.p_table div.active_column li.row_style_1,
div.p_table div.active_column li.row_style_2,
div.p_table div.active_column li.row_style_3,
div.p_table div.active_column li.row_style_4
  {
  min-height: 16px;
  padding: 12px 5px 12px 5px !important;
  }

div.p_table div.active_column li.header_row_1
  {
  padding: 4px 5px 0 5px !important;
  border-radius: 5px 5px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  } 

div.p_table div.active_column li.header_row_2
  {
  padding: 3px 5px 7px 5px !important;
  }

div.p_table div.active_column li.footer_row
  {
    padding: 14px 5px 6px 5px !important;
  }

  /*
CSS3 Responsive Web Pricing Tables Grids
Updated 05.2015 – v7.0
Copyright QuanticaLabs
www.quanticalabs.com
*/

/* ==================== RESPONSIVE LAYOUT  ==================== */
/* ------ mobile devices smaller than 1024px ------ */
@media screen and (max-width:1009px)
  {
  /* --- global --- */
  div.p_table,
  div.p_table a.tooltip
    {
    width: 100%;
    font-size: 12px;
    }
    
  /* --- headings --- */
  div.p_table h4
    {
    font-size: 20px;
    }
    
  div.p_table h4 span
    {
    font-size: 20px;
    }

  div.p_table h2
    {
    font-size: 24px;
    }
    
  div.p_table h3
    {
    font-size: 12px;
    }
      
  /* --- header row 1 ---  */
  div.p_table div.caption_column li.header_row_1 ,
  div.p_table div.column_1 li.header_row_1,
  div.p_table div.column_2 li.header_row_1,
  div.p_table div.column_3 li.header_row_1,
  div.p_table div.column_4 li.header_row_1
    {
    height: 37px;
    padding-top: 5px !important;
    }
    
  /* --- header row 2 ---  */
  div.p_table div.caption_column li.header_row_2,
  div.p_table div.column_1 li.header_row_2,
  div.p_table div.column_2 li.header_row_2,
  div.p_table div.column_3 li.header_row_2,
  div.p_table div.column_4 li.header_row_2
    {
    padding-top: 3px !important;
    padding-bottom: 7px !important;
    }
    
  /* --- caption correction --- */
  div.p_table div.caption_column li.header_row_2
    { 
    height: 85px;
    padding: 19px 0px 6px 5px !important;
    }
    
  /* --- caption column --- */
  div.p_table div.caption_column
    {
    width: 20%;
    }

  /* --- column style 1 --- */
  div.p_table div.column_1
    {
    width: 20%;
    }
    
  /* --- column style 2 --- */
  div.p_table div.column_2
    {
    width: 20%;
    } 
    
  /* --- column style 3 --- */
  div.p_table div.column_3
    {
    width: 20%;
    }
    
  /* --- column style 4 --- */
  div.p_table div.column_4
    {
    width: 20%;
    }
    
  /* --- data rows --- */
  div.p_table li.row_style_1,
  div.p_table li.row_style_2,
  div.p_table li.row_style_3,
  div.p_table li.row_style_4
    {
    min-height: 16px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    }
  
  div.p_table li.row_style_1 span,
  div.p_table li.row_style_2 span,
  div.p_table li.row_style_3 span,
  div.p_table li.row_style_4 span
    {
    padding-left: 5px !important;
    padding-right: 5px !important;
    }
    
  /* --- footer button --- */
  div.p_table a.sign_up
    {
    width: 80%;
    height: 23px;
    padding: 7px 0px 0px 0px !important;
    }
    
  /* --- button hover --- */
  div.p_table a.sign_up:hover
    {
    height: 23px;
    padding: 7px 0px 0px 0px !important;
    }
  }

/* ------ mobile devices 480 - 768px ------ */
@media screen and (max-width:767px)
  {   
  /* --- hidden labels for responsive layout ---  */
  div.p_table li.row_style_1 span > span.hidden_caption_span,
  div.p_table li.row_style_2 span > span.hidden_caption_span,
  div.p_table li.row_style_3 span > span.hidden_caption_span,
  div.p_table li.row_style_4 span > span.hidden_caption_span
    {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    }
    
  /* --- icons font --- */  
  [class^="icon-"]::after,
  [class*=" icon-"]::after
    {
    font-size: 14px !important;
    }
    
  .icon-yes-7::after,
  .icon-no-7::after
    {
    font-size: 13px !important;
    }
    
  .icon-yes-10::after,
  .icon-no-10::after
    {
    font-size: 15px !important;
    }
    
  /* --- headings --- */
  div.p_table h4
    {
    font-size: 20px;
    }
    
  div.p_table h4 span
    {
    font-size: 20px;
    }

  div.p_table h2
    {
    font-size: 20px;
    }
    
  div.p_table h3
    {
    margin-top: 2px;
    }
      
  /* --- header row 1 ---  */
  div.p_table div.caption_column li.header_row_1 ,
  div.p_table div.column_1 li.header_row_1,
  div.p_table div.column_2 li.header_row_1,
  div.p_table div.column_3 li.header_row_1,
  div.p_table div.column_4 li.header_row_1
    {
    height: 32px;
    padding-top: 6px !important;
    }
    
  /* --- header row 2 ---  */
  div.p_table div.caption_column li.header_row_2,
  div.p_table div.column_1 li.header_row_2,
  div.p_table div.column_2 li.header_row_2,
  div.p_table div.column_3 li.header_row_2,
  div.p_table div.column_4 li.header_row_2
    {
    height: 85px;
    }
    
  /* --- caption correction --- */
  div.p_table div.caption_column li.header_row_2
    { 
    height: 73px;
    padding: 16px 0px 6px 5px !important;
    }
    
  /* --- caption column --- */
  div.p_table div.caption_column
    {
    display: none;
    }
    
  /* --- column style 1 --- */
  div.p_table div.column_1
    {
    width: 25%;
    }
    
  /* --- column style 2 --- */
  div.p_table div.column_2
    {
    width: 25%;
    } 
    
  /* --- column style 3 --- */
  div.p_table div.column_3
    {
    width: 25%;
    }
    
  /* --- column style 4 --- */
  div.p_table div.column_4
    {
    width: 25%;
    }
    
  /* --- column hovers, active column */
  div.p_table div.column_1:hover,
  div.p_table div.column_2:hover,
  div.p_table div.column_3:hover,
  div.p_table div.column_4:hover,
  div.p_table div.active_column
    {
    left: 0;
    top: 0;
    /* shadow */
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
    }
    
  div.p_table div.column_1:hover li.row_style_1,
  div.p_table div.column_2:hover li.row_style_1,
  div.p_table div.column_3:hover li.row_style_1,
  div.p_table div.column_4:hover li.row_style_1,
  div.p_table div.column_1:hover li.row_style_2,
  div.p_table div.column_2:hover li.row_style_2,
  div.p_table div.column_3:hover li.row_style_2,
  div.p_table div.column_4:hover li.row_style_2,
  div.p_table div.column_1:hover li.row_style_3,
  div.p_table div.column_2:hover li.row_style_3,
  div.p_table div.column_3:hover li.row_style_3,
  div.p_table div.column_4:hover li.row_style_3,
  div.p_table div.column_1:hover li.row_style_4,
  div.p_table div.column_2:hover li.row_style_4,
  div.p_table div.column_3:hover li.row_style_4,
  div.p_table div.column_4:hover li.row_style_4,
  div.p_table div.active_column li.row_style_1,
  div.p_table div.active_column li.row_style_2,
  div.p_table div.active_column li.row_style_3,
  div.p_table div.active_column li.row_style_4
    {
    min-height: 16px;
    padding: 9px 0px 9px 0px !important;
    }
    
  div.p_table div.column_1:hover li.header_row_1,
  div.p_table div.column_2:hover li.header_row_1,
  div.p_table div.column_3:hover li.header_row_1,
  div.p_table div.column_4:hover li.header_row_1,
  div.p_table div.active_column li.header_row_1
    {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    }

  div.p_table div.column_1:hover li.header_row_2,
  div.p_table div.column_2:hover li.header_row_2,
  div.p_table div.column_3:hover li.header_row_2,
  div.p_table div.column_4:hover li.header_row_2,
  div.p_table div.active_column li.header_row_2
    {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    
  div.p_table div.column_1:hover li.footer_row,
  div.p_table div.column_2:hover li.footer_row,
  div.p_table div.column_3:hover li.footer_row,
  div.p_table div.column_4:hover li.footer_row,
  div.p_table div.active_column li.footer_row
    {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    
  /* --- disabled rounded corners --- */
  div.p_table .radius5_topleft,
  div.p_table .radius5_topright
    {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    }
  }

/* ------ mobile devices up to 480px ------ */
@media screen and (max-width:479px)
  {
  /* --- global --- */
  div.p_table,
  div.p_table a.tooltip
    {
    font-size: 11px;
    }
    
  /* --- hidden labels for responsive layout ---  */
  div.p_table li.row_style_1 span > span.hidden_caption_span,
  div.p_table li.row_style_2 span > span.hidden_caption_span,
  div.p_table li.row_style_3 span > span.hidden_caption_span,
  div.p_table li.row_style_4 span > span.hidden_caption_span
    {
    margin-bottom: 3px;
    }
    
  /* --- headings --- */
  div.p_table h4
    {
    font-size: 20px;
    }
    
  div.p_table h4 span
    {
    font-size: 20px;
    }

  div.p_table h2
    {
    font-size: 18px;
    }
    
  div.p_table h3
    {
    font-size: 11px;
    }
      
  /* --- header row 1 ---  */
  div.p_table div.caption_column li.header_row_1 ,
  div.p_table div.column_1 li.header_row_1,
  div.p_table div.column_2 li.header_row_1,
  div.p_table div.column_3 li.header_row_1,
  div.p_table div.column_4 li.header_row_1
    {
    height: 30px;
    }
    
  /* --- header row 2 ---  */
  div.p_table div.caption_column li.header_row_2,
  div.p_table div.column_1 li.header_row_2,
  div.p_table div.column_2 li.header_row_2,
  div.p_table div.column_3 li.header_row_2,
  div.p_table div.column_4 li.header_row_2
    {
    height: 75px;
    }
    
  /* --- caption correction --- */
  div.p_table div.caption_column li.header_row_2
    { 
    height: 65px;
    padding: 14px 0px 6px 5px !important;
    }
    
  /* --- data rows --- */
  div.p_table li.row_style_1,
  div.p_table li.row_style_2,
  div.p_table li.row_style_3,
  div.p_table li.row_style_4
    {
    min-height: 15px;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    }
    
  div.p_table li.row_style_1 span,
  div.p_table li.row_style_2 span,
  div.p_table li.row_style_3 span,
  div.p_table li.row_style_4 span
    {
    padding-left: 2px !important;
    padding-right: 2px !important;
    }
    
  div.p_table div.column_1:hover li.row_style_1,
  div.p_table div.column_2:hover li.row_style_1,
  div.p_table div.column_3:hover li.row_style_1,
  div.p_table div.column_4:hover li.row_style_1,
  div.p_table div.column_1:hover li.row_style_2,
  div.p_table div.column_2:hover li.row_style_2,
  div.p_table div.column_3:hover li.row_style_2,
  div.p_table div.column_4:hover li.row_style_2,
  div.p_table div.column_1:hover li.row_style_3,
  div.p_table div.column_2:hover li.row_style_3,
  div.p_table div.column_3:hover li.row_style_3,
  div.p_table div.column_4:hover li.row_style_3,
  div.p_table div.column_1:hover li.row_style_4,
  div.p_table div.column_2:hover li.row_style_4,
  div.p_table div.column_3:hover li.row_style_4,
  div.p_table div.column_4:hover li.row_style_4,
  div.p_table div.active_column li.row_style_1,
  div.p_table div.active_column li.row_style_2,
  div.p_table div.active_column li.row_style_3,
  div.p_table div.active_column li.row_style_4
    {
    min-height: 15px;
    padding: 6px 0px 6px 0px !important;
    }
  }

/*
CSS3 Responsive Web Pricing Tables Grids
Updated 05.2015 – v7.0
Copyright QuanticaLabs
www.quanticalabs.com
*/

/* ============ Style 5 ============= */
/* ========== HEADINGS  ========== */
div.p_table h4.col1,
div.p_table h4.col2,
div.p_table h4.col3,
div.p_table h4.col4
  {
  color: #ffffff;
  }
  
div.p_table h4 span
  {
  color: #ffffff;
  }

div.p_table h2.col1,
div.p_table h2.col2,
div.p_table h2.col3,
div.p_table h2.col4
  {
  color: #ffffff;
  }
  
div.p_table h2.caption
  {
  color: #ef9a36;
  }
  
div.p_table h2.caption span
  {
  color: #f6ba18;
  } 
  
div.p_table h3.col1,
div.p_table h3.col2,
div.p_table h3.col3,
div.p_table h3.col4
  {
  color: #ffffff;
  }
  
/* ========== CAPTION COLUMN  ========== */
/* --- header row 1 ---  */
div.p_table div.caption_column li.header_row_1 
  {
  border-top: 0;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  }
  
/* --- header row 2 ---  */
div.p_table div.caption_column li.header_row_2
  {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  }

/* ========== COLUMN STYLE 1  ========== */
/* --- header row 1 ---  */
div.p_table div.column_1 li.header_row_1
  {
  border-top: 0;
  border-bottom: 1px solid #e18416;
  background-color: #e18416;
  }
  
/* --- header row 2 ---  */
div.p_table div.column_1 li.header_row_2
  {
  border-top: 1px solid #ef9a36;
  border-bottom: 1px solid #ef9a36;
  background-color: #ef9a36;
  }
  
/* ========== COLUMN STYLE 2  ========== */
/* --- header row 1 ---  */
div.p_table div.column_2 li.header_row_1
  {
  border-top: 0;
  border-bottom: 1px solid #e9aa00;
  background-color: #e9aa00;
  }
  
/* --- header row 2 ---  */
div.p_table div.column_2 li.header_row_2
  {
  border-top: 1px solid #f6ba18;
  border-bottom: 1px solid #f6ba18;
  background-color: #f6ba18;
  }
  
/* ========== COLUMN STYLE 3  ========== */
/* --- header row 1 ---  */
div.p_table div.column_3 li.header_row_1
  {
  border-top: 0;
  border-bottom: 1px solid #839c0e;
  background-color: #839c0e;
  }
  
/* --- header row 2 ---  */
div.p_table div.column_3 li.header_row_2
  {
  border-top: 1px solid #94ac26;
  border-bottom: 1px solid #94ac26;
  background-color: #94ac26;
  }
  
/* ========== COLUMN STYLE 4  ========== */
/* --- header row 1 ---  */
div.p_table div.column_4 li.header_row_1
  {
  border-top: 0;
  border-bottom: 1px solid #418520;
  background-color: #418520;
  }
  
/* --- header row 2 ---  */
div.p_table div.column_4 li.header_row_2
  {
  border-top: 1px solid #579e34;
  border-bottom: 1px solid #579e34;
  background-color: #579e34;
  }
  
/* ========== RIBBONS  ========== */
/* --- base --- */
div.column_ribbon
  {
  background: #ffe3a7; /* ribbon background color */
  color: #544e41; /* ribbon text color */
  }

/* --- bottom triangle --- */
div.column_ribbon::before
  {
  border-right-color: #544e41; /* ribbon bottom triangle color */
  }

/* --- right triangles --- */
div.column_ribbon::after
  {
  border-color: #ffe3a7 transparent #ffe3a7 #ffe3a7; /* ribbon background color */
  }





.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-Social-Facebook {
    width: 50px;
    height: 50px;
    background-position: -5px -5px;
}

.sprite-Social-Google-Plus {
    width: 50px;
    height: 50px;
    background-position: -65px -5px;
}

.sprite-Social-Instagram {
    width: 50px;
    height: 50px;
    background-position: -5px -65px;
}

.sprite-Social-Pinterest {
    width: 50px;
    height: 50px;
    background-position: -65px -65px;
}

.sprite-Social-Tripadvisor {
    width: 50px;
    height: 50px;
    background-position: -125px -5px;
}

.sprite-Social-Twiter {
    width: 50px;
    height: 50px;
    background-position: -125px -65px;
}

.sprite-Social-Youtube {
    width: 50px;
    height: 50px;
    background-position: -5px -125px;
}


/** 
 *  Master Slider
 *  Core css file
 */

.master-slider{
  position: relative;
  visibility: hidden;
  -moz-transform: translate3d(0 , 0 , 0);
}

.master-slider a { 
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.master-slider, .master-slider * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.master-slider.before-init{}

.master-slider.ms-fullheight{height: 100%;}

.ms-layout-partialview .ms-view {
  overflow: visible;
  background-color:transparent;
}

.ms-layout-partialview .ms-container { overflow: hidden; }

.master-slider img, .ms-slide-bgvideocont video {max-width:none;}

.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-moz .ms-slide-bgcont>img { transform: translateX(0px); }

.ms-loading-container{
  position:absolute;
  width:100%;
  top:0;
}

.ms-slide-auto-height { display: table; }

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
  width: 36px;
  height: 36px;
  background: url(../images/loading-2.gif) no-repeat center white;
  border-radius: 60px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px;
  opacity: 0.9;
}


/* Este codigo es del Main Salide Full Screen archivo masterslider.css */
/* grab cursor 
.ms-no-swipe, .ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(grab.png), move;}
.ms-grabbing-cursor{cursor: url(grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}*/

.ms-view { 
  margin:0px auto;
  overflow:hidden;
  background:black;
  position:relative;
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
  position:absolute;
  height:100%;
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
}

.ms-wk .ms-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
  position: absolute;
  overflow:hidden;
  width: 100%;
}

.ms-slide .ms-slide-link { 
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  z-index: 110;
}

.ms-ie .ms-slide-link {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}


.ms-slide .ms-slide-bgvideocont{
  z-index: 105;
  height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{
  -webkit-transform: translateZ(0.3px);
  transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo{
  position: absolute;
  top: 0px;
}

.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {position:absolute;pointer-events: auto}

.ms-slide .ms-slide-layers,
.ms-fixed-layers {
  position: absolute;
  overflow:hidden;
  width:100%;
  height: 100%;
  z-index: 109;
  top:0px;
  pointer-events: none;
}

.ms-slide .ms-slide-video{
  position:absolute;
  top:0;
  z-index: 111;
  background:black;
  padding:0;
  margin: 0;
  border: none;
}

.ms-parallax-layer {
  width: 100%;
  position: absolute;
  top: 0;
}

.ms-scroll-parallax-cont{
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
}

.ms-wk .ms-scroll-parallax-cont{
  -webkit-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/
 
/*-----------------------------------------------------------*/
.ms-action-layer{cursor: pointer;}
.ms-btn-container{position: absolute;}
.ms-btn {
  text-decoration: none;
  display: inline-block;
  color:black;
  position: relative;
  padding: 8px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.ms-default-btn{
  background: #0074A2;
  border-radius: 5px;
  color: #FFF;
}
.ms-default-btn:hover{background-color: #0098D5;}
.ms-default-btn:active{top:1px;}


.ms-btn-s{
    padding: 14px 17px;  
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m{
    padding: 12px 40px;
}

.ms-btn-n{
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l{
    padding: 17px 50px;  
    font-size: 120%;
}

.ms-btn-box{}
.ms-btn-round{border-radius: 5px;}
.ms-btn-circle{border-radius: 100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius: 5px;}
.ms-btn-outline-circle{border-radius: 100px;}
/*-----------------------------------------------------------*/

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
  padding:0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 111;
}

.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
  position:absolute;
  cursor: pointer;
  z-index: 112;
}

.ms-slide .ms-slide-vcbtn{
  position:absolute;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile{
  position: relative;
  bottom: 0;
  left:0;
  width:100%;
  height: 28px;
  background-color: black;
  color: white;
  text-align: center;
  cursor: pointer;
  z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(../images/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
  -webkit-transform: translateZ(0.44px);
  transform: translateZ(0.44px);
}

.ms-video-img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

.ms-mask-frame{
  overflow:hidden;
  position:absolute;
  float:left;
}

/* controls */

.ms-thumb-list{
  overflow:hidden;
  position:absolute;
}

.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%; height:auto;}
.ms-thumb-frame{
  cursor: pointer;
  float: left;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }

.ms-tabs .ms-thumb-frame {
  background-color: #F6f6f6;
  text-shadow: 0 1px 1px white;
  color: #222;
  border: solid 1px white;
  border-width: 0 1px 1px 0;
  overflow: visible;
  position: relative;
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;} 
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;} 
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected { opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  top: 0px;
    left: 50%;
    margin-left: -12px;
  border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
  opacity: 1;
  top:-12px;
  border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
  bottom: 0px;
  top:auto;
  border-bottom:0px;
  border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
  opacity: 1;
  bottom:-12px;
  border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
  top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
  opacity: 1;
  left:-12px;
  border-right-color:#EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
  opacity: 1;
  right:-12px;
  border-left-color:#EDEDED;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}


.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: 100px;
}

.ms-bullets.ms-dir-v {
  position: absolute;
  top:50%;
}

.ms-bullets.ms-dir-v .ms-bullet{
  float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
  left: 10px;
  right: 10px;
  top: 5px
}

.ms-sbar.ms-dir-v {
  top: 10px;
  bottom: 10px;
  right: 5px
}

.ms-sbar .ms-bar {
  height: 4px;
  background: #333;
  border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar { width: 4px;}

.ms-sbar .ms-bar{
  position:relative;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ms-timerbar {
  width: 100%;
  bottom: 0px;
  position: absolute;
}

.ms-ctimer {
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
}

.ms-ctimer-bullet {}

.ms-time-bar{
  -webkit-transition: width 120ms linear;
  -moz-transition: width 120ms linear;
  -ms-transition: width 120ms linear;
  -o-transition: width 120ms linear;
  transition: width 120ms linear;

}

.ms-ie7 .ms-tooltip-arrow{
  height:0px;
}

.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}

@keyframes point-anim{
  0%    {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
  100%  {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}

@-webkit-keyframes point-anim{
  0%    {-webkit-transform: scale(0.5); opacity: 1; }
  100%  {-webkit-transform: scale(1.5); opacity: 0; }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border{
  animation:none;
  -moz-animation:none;
  -webkit-animation:none;
  -o-animation:none;
}


/* Este codigo es del Main Salide Full Screen archivo style.css */
/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
  width: 50px;
  height: 51px;
  background: url(../images/light-skin-1.png) no-repeat -14px -150px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
  width: 30px;
  height: 30px;
  background: url(../images/light-skin-1.png) no-repeat -24px -28px;
  top: 18px;
  right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
  width: 30px;
  background: url(../images/light-skin-1.png);
  background-position: -89px -26px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
}
.ms-skin-default .ms-nav-next {
  right: 30px;
  left: auto;
  background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../images/light-skin-1.png) no-repeat;
  margin: 4px;
  background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
  background-position: -34px -84px;
}


.ms-skin-default .ms-time-bar {
  height: 3px;
  background: #FFFFFF;
  border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-default .ms-tooltip{
  position: absolute;
  z-index: 210;
  cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
  border-top: solid 10px;
  border-top-color: silver;
  border-top-color: rgba(240, 240, 240, 0.88);
  bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
  border-bottom: solid 10px;
  border-bottom-color: silver;
  border-bottom-color: rgba(240, 240, 240, 0.88);
  top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
  border-right: solid 10px;
  border-right-color: silver;
  border-right-color: rgba(240, 240, 240, 0.88);
  left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
  border-left: solid 10px;
  border-left-color: silver;
  border-left-color: rgba(240, 240, 240, 0.88);
  right: -10px;
}

.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
  width: 12px;
  height: 12px; 
  border-radius: 15px;
  border: solid 2px #BBB;
  background: white;
  margin: -8px 0 0 -8px;
  position: absolute;
  z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
  width: 22px;
  height: 22px; 
  background: black;
  background:rgba(0, 0, 0, 0.36);
  margin: -11px 0 0 -11px;
  position: absolute;
  border-radius: 15px;
  
  animation: point-anim 1.5s infinite ;
  -moz-animation: point-anim 1.5s infinite;
  -webkit-animation: point-anim 1.5s infinite;
  -o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
  max-width:200px;
}

.ms-skin-default .ms-tooltip-cont {
  padding: 10px;
  background: silver;
  background: rgba(240, 240, 240, 0.88);
  text-shadow: 0 1px 0px white;
  margin-left: -1px;
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
  
  .ms-skin-default .ms-slide .ms-slide-vpbtn,
  .ms-skin-default .ms-video-btn,
  .ms-skin-default .ms-slide .ms-slide-vcbtn,
  .ms-skin-default .ms-nav-next,
  .ms-skin-default .ms-nav-prev,
  .ms-skin-default .ms-bullet{
    background-image:url(../images/light-skin-1-retina.png);
    background-size: 152px 225px;
  } 
}

/* Este codigo es del Main Salide Full Screen archivo ms-fullscreen.css */
.ms-fullscreen-template .slide-pattern{
  background: url(../images/pattern.png) scroll;
  width: 100%;
  height: 100%;
  z-index: 8;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0;
}

.ms-layer.bold-text-white{
  color: #FFF;
  
  font-weight: 900;
  font-size: 85px;
  text-shadow:-1px 1px black;
  margin: 0;
}

.ms-layer.thin-text-white{
  color: #FFF;
  background: rgba(0, 0, 0, 0.72);
  font-size: 77px;
  font-weight: 100;
  padding: 20px 25px;
  margin: 0;
  text-shadow: -1px 1px #000;
}

.ms-layer.thin-text-black{
  color: black;
  font-size: 77px;
  font-weight: 100;
  background: rgba(255, 255, 255, 0.78);
  padding: 20px 25px;
  margin: 0;
  text-shadow: -1px 1px rgba(255, 255, 255, 0.51);
}


.slide-1 .captiontext {
  color: #FFF;
  top: 41% !important;
  margin-top: 100px;;
  left: 256px;
  font-weight: 300;
  padding: 20px;
  text-align: center;
  width: 46%;
  font-size: 25px;
  border: solid 2px #FFF;
  text-shadow: -1px 1px #000;
}

.slide-1 .bigtext {
  top: 42% !important;
  width: 100%;
  text-align: center;
}

.slide-2 .blacktext {
  top: 43% !important;
  left: 16% !important;
}

.slide-2 .whitetext {
  top: 43% !important;
  left: 54% !important;
}

.slide-3 .bigtext {
  width: 100%;
  text-align: center;
  top: 50% !important;
}

.slide-3 .blacktext {
  left: 27% !important;
  top: 50% !important;
  padding: 7px 20px;
  margin-top: -10%;
}

.slide-4{
  color:white;
  text-shadow: -1px 1px black;
}

.slide-4 .box{
  left: 60px;
  top: 40% !important;
  width: 46%;
  padding-bottom: 18% !important;
  background: rgba(0, 0, 0, 0.72);
}

.slide-4 .small-text {
  margin: 0;
  top: 40% !important;
  font-weight: 300;
  left: 82px;
  padding: 0;
  margin-top: 16px;
}

.slide-4 .medium-text {
  font-weight: 100;
  top: 40% !important;
  font-size: 77px;
  left: 73px;
  margin: 0;
  padding: 0;
  margin-top: 25px;
}

.slide-4 .big-text{
  font-weight: 900;
  left: 77px;
  top: 40% !important;
  padding: 0;
  font-size: 80px;
  margin: 0;
  margin-top: 90px;
}

.slide-5 .video-caption {
  color: #FFF;
  border: solid 4px #FFF;
  padding: 12px 10px;
  width: 71%;
  left: 106px;
  font-weight: 600;
  text-align: center;
  font-size: 52px;
  top: 44% !important;
}