@font-face
{
    font-family: 'BodoniStd-Book';
    src: url('fonts/BodoniStd-Book.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'BankGothic';
    src: url('fonts/BankGothic Lt BT Light.ttf');
    font-weight: normal;
    font-style: normal;
}

body
{
    background: url("images/body_bg.jpg") no-repeat fixed right center #797979;
    color: #000;
    font-family: BodoniStd-Book;
    font-size: 1.1em;
}

a
{
    text-decoration: none;
}

p
{
    margin-bottom: 15px;
}

#title
{
    width: 100%;
    height: 75px;
    margin-bottom: 30px;
    background: url("images/header.png");
}

h1
{
    font-family: BankGothic;
    padding-top: 15px;
    padding-left: 15px;
    color: white;
}

h2
{
    color: #7c222b;
    margin-bottom: 15px;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px dotted;
}

strong
{
    font-weight: bold;
}

#logo
{
    width: 115px;
    height: 175px;
    background: url('images/logo.png');
    background-size: 100% 100%;
    left: -125px;
    top: 25px;
    position: relative;
    float: left;
}

#pad
{
    height: 100px;
    width: 100%;
    float: left;
}

/* MENU */
#menu-wrapper
{
    float: left;
    height: 150px;
    width: 100%;
}

#menu
{
    width: 380px;
    height: 100px;
    margin: 5px auto 0 auto;
}

#nav a
{
    background-size: 100% 100%;
    display: block;
    position: relative;
    float: left;
    height: 70px;
    width: 70px;
}

.nav-text
{
    display: none;
}

/* LANGUAGE */
#lang
{
    float: right;
    position: relative;
    top: -35px;
}

.lang-img
{
    width: 30px;
    height: 30px;
    display: inline;

    float: left;
    position: relative;
}

/* BUTTONS */
#start
{
    background: url("images/b1.png");
}

#start:hover
{
    background: url("images/b1_s.png");
}

#start { background: url("images/b1.png"); }
#start:hover, #start.active { background: url("images/b1_s.png"); }

#oceu { background: url("images/b2.png"); }
#oceu:hover, #oceu.active { background: url("images/b2_s.png"); }

#gallery { background: url("images/b3.png"); }
#gallery:hover, #gallery.active { background: url("images/b3_s.png"); }

#rates { background: url("images/b4.png"); }
#rates:hover, #rates.active { background: url("images/b4_s.png"); }

#how { background: url("images/b5.png"); }
#how:hover, #how.active { background: url("images/b5_s.png"); }

#contact { background: url("images/b6.png"); }
#contact:hover, #contact.active { background: url("images/b6_s.png"); }

/* CONTENT */
#main-wrapper
{
    margin: 0 auto;
    width: 720px;
}

#content
{
    width: 100%;
    background: #fff;
    box-shadow: 10px 10px 5px rgba( 0, 0, 0, 0.4 );
    float: left;
}

#cloud-layer
{
    background: url("images/top-layer.png");
    background-size: 100% 100%;
    width: 645px;
    height: 200px;
    position: absolute;
    z-index: 200;
}

#start-detail
{
    margin: 35px;
    background: url( images/bg-portada.jpg );
    background-size: 100% 100%;
    width: 645px;
    height: 200px;
    float: left;
    position: relative;
}

#rates-detail
{
    margin: 0 35px 35px;
    background: url( images/bg-tarifas.jpg );
    background-size: 100% 100%;
    width: 645px;
    height: 200px;
    float: left;
}

.full-width-colum
{
    width: 100%;
    float: left;
    margin: 35px;
}

.colum
{
    margin-left: 35px;
    width: 300px;
    float: left;
    text-align: justify;
    line-height: 20px;
}

.cite
{
    border: 1px solid #7C222B;
    border-radius: 7px 7px 7px 7px;
    color: #7C222B;
    font-size: 0.9em;
    font-style: italic;
    padding: 5px;
}

/* RATES */
.price
{
    font-family: BankGothic;
}

.rates-note
{
    background-color: #fff8d3;
    padding: 5px;
    border-radius: 5px;
    font-size: 0.8em;
}

.ask
{
    color: #000;
    background: url( images/ask-bg.png );
    border: 1px solid #777777;
    border-radius: 5px 5px 5px 5px;
    padding: 4px;
    font-family: BankGothic;
    font-size: 0.8em;
}

.ask:hover
{
    color: #000;
    background: url( images/ask-bg-hv.png );
}

.dollars
{
    color: #7c222b;
}

.room-prices
{
    font-family: BankGothic;
    float: right;
}

table
{
    margin-bottom: 20px;
    width: 100%;
}

.rates-h2
{
    color: #000000;
    font-family: BankGothic;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 15px;
}

/* CONTACT */
#fs1, #fs2, #fs3
{
    margin-left: 30px;
    width: 150px;
    float: left;
}

#fs3
{
    width: 91%;
}

#fs1 label, #fs2 label, #fs3 label
{
    font-family: BankGothic;
    font-size: 0.9em;
    float: left;
}

input, textarea, select
{
    display: block;
    width: 180px;
    height: 25px;
    margin-bottom: 15px;
    color: #000;
    background: url( images/ask-bg.png );
    border: 1px solid #777777;
    border-radius: 3px;
    font-size: 0.8em;

    float: left;
}

textarea
{
    background: #FFF;
}

.submit
{
    width: 75px;
    font-family: BankGothic;
}

input:hover, textarea:hover
{
    background: #FFF;
}

.people
{
    width: 50px;
    clear: left;
}

.send
{
    margin-top: 15px;
    background: #7c222b;
    color: white;
    width: 100px;
    float: right;
}

form
{
    float: left;
    width: 430px;
}

textarea
{
    width: 100%;
    height: 150px;
}

.rates-info
{

    font-size: 0.85em;
    background: #EEE;
}

.form-info
{
    float: left;
    font-family: Georgia;
    font-size: 0.65em;
    line-height: 29px;
    width: 240px;
    padding: 10px;
    margin-left: 15px;
    background: #EEE;
}

#form-detail
{
    margin: 35px;
    background: url( images/bg-form.jpg );
    background-size: 100% 100%;
    width: 645px;
    height: 200px;
    float: left;
}
    
/* FOOTER */
#footer
{
    background: #7c222b;
    position: fixed;
    bottom: 0px;
    height: 50px;
    width: 100%;
    font-size: 0.7em;
}

.foot-item
{
    display: inline;
    margin-right: 5px;
    margin-top: 20px;
    float: left;
    position: relative;
}

.foot-img
{
    width: 30px;
    display: inline;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
    position: relative;
}

#info
{
    margin: 0px auto;
    width: 950px;
    height: 50px;
    color: #AAA;
    font-family: BankGothic;
}

#info img
{
    float: left;
    width: 30px;
}

.imgtransfx img
{
    position: absolute;
    left: 0; top: 0;
}

#menu-info
{
    width: 300px;
    height: 30px;
    margin: 10px auto;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    font-family: BankGothic;
}

#wassap
{
    width: 30px;
    height: 30px;
}

#cloud-info
{
    top: -150;
    width: 164px;
    height: 99px;
    background: url( images/cloud.png );
    position: relative;
    display: none;
    top: -125px;
}

#gallery-bottom img, #gallery-top img
{
    height: 115px;
    margin: 0 4px 0 0;
    padding: 0;
    width: 115px;
}

#gallery-top
{
    float: left;
    margin-bottom: 25px;
}

#gallery-bottom
{
    float: left;
    width: 100%;
}

#main-gallery ul, #gallery-bottom ul, #gallery-top ul
{
    margin-top: 5px;
    margin-left: 5px;
}

#main-gallery li, #gallery-bottom li, #gallery-top li
{
    float: left;
}

#main-gallery li
{
    margin-top: 25px;
    margin-left: 25px;
}

#main-gallery img
{
    height: 148px;
    padding: 0;
    width: 148px;
}

#main-gallery a
{
    background: url("images/gallery-pic.png") repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 148px;
    position: absolute;
    height: 148px;
    width: 148px;
    background-size: 100%;
}

#main-gallery a:hover
{
    background-size: 110%;
}

#gallery-bottom a, #gallery-top a
{
    background: url("images/gallery-pic.png") repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    height: 115px;
    position: absolute;
    width: 115px;
    background-size: 100%;
}

#gallery-bottom a:hover, #gallery-top a:hover
{
    background: url("images/gallery-pic.png") repeat scroll center center  rgba(0, 0, 0, 0);
    background-size: 110%;
}

#trip
{
    float: left;
}

#trip img
{
    width: 70px;
}

#end
{
    width: 100%;
    height: 100px;
    background: red;
    float: left;
    background: url("images/end.png") repeat scroll center center  rgba(0, 0, 0, 0);
}

#result-wrapper 
{
    background: none repeat scroll 0 0 #7C222B;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-family: bankgothic;
    font-size: 13px;
    margin: 20px auto;
    padding: 15px;
    width: 600px;
}

.only-smart
{
    display: none;
}
/*
@media screen and ( max-width:500px )
{
    #main-wrapper
    {
        margin: 0 auto;
        width: 350px;
    }   
}
*/
@media screen and ( max-width:500px )
{   
    #main-wrapper
    {
        margin: 0 auto;
        width: 95%;
    }

    #content
    {
        margin-top: 50px;
    }

    #start-detail, #logo, #menu-wrapper, #form-detail, .form-info
    {
        display: none;
    }


    .colum 
    {
        margin-left: 35px;
    }

    #fs1, #fs2, #fs3, .send {
        clear: left;
    }

    .send 
    {
        float: left;
    }

    #fs3
    {
        width: 300px;
    }

    .no-smart
    {
        display: none;
    }

    .only-smart
    {
        display: block;
    }

    #foot-nav a
    {
        color: #fff;
        font-size: 1em;
        margin: 10px;
        font-family: BankGothic;
    }
}




