/* 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%;
}

/* 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%;
  }
}

.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;
}

/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    text-align:center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
}

#ddmenu ul
{ 
    margin:0 auto;
    padding:0;
    text-align:center; /* Alignment of each top-level menu items within the UL */
    width:100%;
    font-size:0;
    background:#0095b1;
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990; 
    border-radius:2px;
    padding-top:2px;
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:14px;
    display:inline-block;   
    *display:inline;
    zoom:1; /*for IE6-7*/
    position:relative;
    color:#eeeeee;
    line-height:44px; /*This determines the height of the menu*/
    vertical-align:middle;
    transition:background-color 0.2s;
    outline:none;
  -moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ddmenu .full-width {
    position:static;
}

#ddmenu .over
{
    color:#333333;
    background-color:#F3F3F3;
    border-radius:0;
}

#ddmenu .over.no-sub {
    color:#333333;
    background-color:#F3F3F3;
    border-radius:0;
}

#ddmenu .top-heading
{
    font-weight:normal;
    margin:0 22px;
    color:inherit;
    text-decoration:none;
    display:inline-block; 
    outline:0;
    cursor:pointer;
}

/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover
{
    color:inherit;
}
#ddmenu a:hover
{
    text-decoration:underline;
}

#ddmenu a:focus
{
    outline:1px dotted #09F;
}

/* caret(arrow icon) */
#ddmenu .caret
{
    color:inherit;
    left:-18px;
    width: 0;
    height: 0;
    overflow:hidden;/*for IE6*/
    vertical-align:middle;
    margin-bottom:2px;
    border-top: 4px solid;/*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}  
        
/* sub-menu layout
----------------------------*/

#ddmenu .dropdown
{
    width:auto;    
    left:0px;
    color:#333333;   
    padding:0;margin:0;display:none;position:absolute;overflow:hidden;
    top:100%;    
    border:1px solid #bbb;border-top:none;
    border-radius:0 0 3px 3px;
    box-shadow: 0px 6px 6px rgba(0,0,0,0.175);
}

#ddmenu .full-width .dropdown {
    width:100%;
    padding:0;
    margin:0;
}

#ddmenu .offset300 {
    left:-300px;right:auto;
}

#ddmenu .right-aligned {
    left:auto;
    right:0px;
}

#ddmenu .over .dropdown
{
    display:block;
}

#ddmenu .dd-inner {
    text-align:center;
    padding:20px;
    margin:0px;
    background-color:#F3F3F3;
    white-space:nowrap;
    font-size:13px;
}

#ddmenu ul ul
{ 
    margin:0;padding:0;text-align:left;width:auto;background:none;border:none;display:block;position:static;z-index:0;border-radius:0;
}

#ddmenu ul ul li
{
    font-size:13px;
    padding:6px 0; /*It determines the line height*/
    color:inherit;
    line-height:1;
    margin:0;display:block;position:static;background:none;border:none;transition:none;border-radius:0;
}
  
/* links in sub menu
----------------------------*/

#ddmenu .dropdown a
{
    color:#444;
    line-height:1;
    text-decoration:none;
    transition:color 0.4s;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus
{
    text-decoration:underline;
    color:#0099FF;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column
{
    text-align:left;
    vertical-align:top;/*or middle*/
    display:inline-block;
    *display:inline;*zoom:1;
    white-space:normal;
    width:auto;min-width:200px;
    padding:0 30px;
    border-right:1px solid #333;
}

#ddmenu .dd-inner ul:last-child
{
    border-right:none;
}

#ddmenu h3 {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 24px;
}

#ddmenu li {border-radius:3px 3px 0 0;}

#ddmenu h3 {
text-transform:uppercase;
border-bottom:1px solid #333;
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}

/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon   
{
    display:none; /* hide menu icon initially */
}



/*styles for mobile*/
@media only screen and (max-width: 480px) 
{
    #ddmenu .column.mayHide {
        display:none;
    }

    /*override the original settings*/
    #ddmenu ul {
        width: 100%; 
        display: none;
        border-radius:0; 
         
    }
  
    #ddmenu li {
        position:relative;
        display:block;
        font-size:20px;
        text-align:left;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        border-radius:0;
    }

    #ddmenu .full-width {
       position:relative;
    }
    
    #ddmenu .dropdown {
        position:relative;
        *top:auto;/*for IE7*/
        border:none;
        border-radius:0;
        box-shadow:none;
        background-color:#F3F3F3;
    }
    
    #ddmenu .offset300 {
        left:0;
    }
    
    #ddmenu .full-width .dropdown{
        width:auto;
    }
    
    #ddmenu .dd-inner
    {
        margin:0;
        background:none;
        text-align:left;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width:auto;
        padding:0;
        border:none;
        display:block;
    }

    /*move the arrow icon to right*/
    #ddmenu .caret {
        position:absolute;
        left:auto;
        right:14px;
        top: 19px;
        border-width:5px;
    }


    /* All the following are for the .menu-icon (pure CSS) */
    #ddmenu .menu-icon {
        font-size:32px;/*icon size*/
    display: block;
        position: relative;
    width: 40px;
    height:36px;
        text-align:center;
    cursor: pointer;
    -moz-user-select:none;    
        -webkit-user-select: none;
        background-color: #eeeeee;
        border-radius: 3px;

        margin-bottom:6px;  
        /*align the icon to the left*/
        margin-left: 12px;
        margin-right: auto;
    }

    #ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 4px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #333333;
        border-bottom: 0.125em solid #333333;
        box-sizing:content-box;
    }

    #ddmenu .menu-icon-active {
        background-color: #333333;
    }

    #ddmenu .menu-icon-active::before {
        border-color: #eeeeee;
    }
}