/*SHADOWBOX*/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../images/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height: 32px;line-height: 32px;}
#sb-title-inner{font-size: 28px;}
#sb-info,#sb-info-inner{height:30px;line-height:20px;}
#sb-nav{float:right;height:30px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:30px;width:30px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;background-size:30px;}
#sb-nav a:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.5;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;

    /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
    opacity: 0.5;
}

#sb-nav-close{background-image:url(../images/ico_close.svg);}
#sb-nav-next{background-image:url(../images/ico_arrow.svg);}
#sb-nav-previous{background-image:url(../images/ico_arrow.svg);
                 -moz-transform: scaleX(-1);
                 -o-transform: scaleX(-1);
                 -webkit-transform: scaleX(-1);
                 transform: scaleX(-1);
                 filter: FlipH;
                 -ms-filter: "FlipH";
}
#sb-nav-play{background-image:url(../images/play.png);}
#sb-nav-pause{background-image:url(../images/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

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

/*div {
    border:1px solid #f00;
}*/

body {
    background-color:#fff;
    color: #666;
    font: 15px/22px 'Lato',Arial,sans-serif;
    margin: 0px;
    padding: 0px;
}

p{
    font-weight:300;
}

img{
    display:block;
}

blockquote {
    font-style: italic;
    margin-left:20px;
}

h1, h2, h3, h4 {
    margin: 1em 0em;
    font-weight:300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}


h2 {
    font-size:2.5em;
    line-height:1em;
    color:#388;
}


h3 {
    font-size:1.5em;
    line-height:1.2em;
    color:#666;
    font-weight:normal;
}


h4 {
    font-size:20px;
    color:#666;
    font-weight:normal;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #388;
    text-decoration: none;
}

a img {
    border: medium none;
}

a:hover {
    color: #700;
    text-decoration:underline;
}
a.none{
    color:inherit;
    text-decoration:none;
}

a.none:hover{
    color:inherit;
    text-decoration:none;
}

p{
    margin:0;
}

.clear {
    clear: both;
}

#main, .wrapper{
    padding:0 20%;
    margin:0px auto;
    text-align:center;
    padding-bottom:40px;
}

#main{
    background:url(../images/bg.png) bottom center repeat-x;
}

.top{
    position:relative;
    top:0;
    width:100%;
    height:70%;
    background:url(../images/header_01.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_01.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/header_01.jpg', sizingMethod='scale')";
    -webkit-box-shadow:  0px 0px 4px 0px #333333;
    box-shadow:  0px 0px 4px 0px #333333;

}


.center {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    width: 80%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align:center;
}

.uy{
    margin:0px auto;
    width:50px;
}

.top h1,.top h2,.top h3{
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.top h1{
    display:block;
    font-weight:300;
    text-transform:uppercase;
    font-size:3.5em;
    line-height:1em;
    color:#fff;
    margin:0px auto;
    font-weight:bold;
}
.top h2{
    display:block;
    font-weight:300;
    text-transform:uppercase;
    font-size:5em;
    line-height:1em;
    color:#fff;
    margin:0px auto;
}
.top h3{
    color:#fff;
    font-weight:300;
    border-top:1px solid #fff;
    padding-top:20px;
}

.row{
    padding:20px 0px 40px 0px;
    /*border-bottom:1px solid #ccc;*/
    background:url(../images/ornament.png) bottom center no-repeat;
}

.fotos{
    clear:both;
    margin:20px;
}

.thumbs{
    display:block;
    margin:0px auto;
    text-align:center;
}

.thumbs li{
    display:inline-block;
    margin:0 1% 1% 0;
    width:20%;
    border:1px solid #ccc;
    padding:2px;
}

.thumbs li img{
    width:100%;
    height:auto;
}

.thumbs li img:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);
    /* Older than Firefox 0.9 */
    -moz-opacity:0.5;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;
    /* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
    opacity: 0.5;
}

iframe{
    margin:20px 0px;
}

.servicios{
    clear:both;
    width:100%;
}
.servicios ul{
    display:block;
    width:100%;
}
.servicios ul li{
    line-height:3em;
    margin:0 10px;
    display:inline-block;
    border-radius:20px;
    border-bottom:1px solid #ccc;
    width:80%;
    padding-left:40px;
    padding-right:40px;
    text-align:right;
    background:20px center no-repeat;
}

.coordenadas{
    background:url(../images/ico_gps.png) 20px 20px no-repeat #eee;
    background-size:70px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width:18em;
    margin:20px auto;
    padding:20px;
    text-align:left;
    text-indent:5.5em;
}
.coordenadas h3{
    margin:0;
}

.distancias{
    margin:20px auto;
    display:table;
}

.distancias thead td{
    background-color:#eee;
    font-weight:bold;
}

.distancias td{
    padding:0.5em;
    width:20%;
    border:1px solid #ccc;
    text-align:left;

}



.nobg{
    background:none;
}

.rowColor{
    background-color:#abb;
    color:#fff;
    padding:20px;
    border-top:4px solid #577;
}

footer{
    background-color:#333;
    color:#fff;
    padding:20px;
    font-weight:300;
    font-size:0.8em;
}

footer h2, footer h3, .rowColor h2, .rowColor h3{
    color:#fff;
    font-weight:300;
}

footer .col{
    display:inline-block;
    overflow:auto;
    width:45%;
    margin:0;
    color:#ccc;
}

footer a{color:#0ac}
footer a:hover{color:#0df;text-decoration:none}
footer h3{border-bottom:1px solid #666;padding-bottom:0.5em; margin:0.5em 3em;}

#contact-wrapper {
    width:80%;
    margin:0px auto;
}

#contact-wrapper div {
    clear:both;
    margin:1em 0;
}

#contact-wrapper label {
    float:none;

    display:none;

}

#contact-wrapper label.error {
    font-size:14px;
    background:#f00;
    padding:5px;
    margin: 5px 0;
    float:left;
    clear:both;
    color:#fff;
}

form#contactform textarea {
    width:100%;
    height:180px;
    display:block;
    overflow:auto;
    border:1px solid #d4d4d4;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -moz-box-shadow:inset 0 0 3px #EEF5F7;
    -webkit-box-shadow:inset 0 0 3px #EEF5F7;
    background:#FFF;
    padding-left:13px;
    padding-right:13px;
    padding-top:13px;
    -webkit-transition:.2s ease-in-out;
    -moz-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    color:#666;
}

form#contactform .message-bg {
    height:252px;
}

input,textarea {
    font-size:14px;
}

form#contactform input {
    height:40px;
    width:100%;
    font-size:14px;
    background:#FFF;
    border:1px solid #d4d4d4;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -moz-box-shadow:inset 0 0 3px #EEF5F7;
    -webkit-box-shadow:inset 0 0 3px #EEF5F7;
    padding-left:13px;
    padding-right:13px;
    -webkit-transition:.2s ease-in-out;
    -moz-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    color:#666;
    margin:0;
}

form#contactform.input-bg {
    height:40px;
    margin-bottom:30px;
    position:relative;
}

form#contactform input.submit-button {
    display:block;
    width:200px;
    height:40px;
    margin:0px auto;
    background:#399;
    cursor:pointer;
    color:#FFF;
    border:none;
    -webkit-transition:.2s ease-in-out;
    -moz-transition:.2s ease-in-out;
    -o-transition:.2s ease-in-out;
    transition:.2s ease-in-out;
}

form#contactform input.submit-button:hover {
    width:250px;
    height:50px;
    background:#288;
    color:#fff;
    cursor:pointer;
    border:none;
    font-size:20px;

}

form#contactform textarea:focus,form#contactform input:focus {
    border:2px solid #09c;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;

}

.correo:after{
    content: "ventas@tcox.com.ar";
    text-transform:lowercase;
}
/*Miralmar*/
#acquamare #menu{
    background-color:#388;
}
#acquamare h2, #acquamare a{
    color:#388;
}
#acquamare #contacto h2,#acquamare .top h2{
    color:#fff;
}

/*Acquamare*/
#acquamare #menu{
    background-color:#5ac;
}
#acquamare h2, #acquamare a{
    color:#5ac;
}
#acquamare #contacto h2,#acquamare .top h2{
    color:#fff;
}
/*Cuatro Casas*/
#cuatrocasas #menu{
    background-color:#58c;
}
#cuatrocasas h2, #cuatrocasas a{
    color:#58c;
}
#cuatrocasas #contacto h2,#cuatrocasas .top h2{
    color:#fff;
}

#menu{
    position:fixed;
    background-color:#388;
    z-index:10;
    width:100%;
    -webkit-box-shadow:  0px 0px 4px 0px #333333;
    box-shadow:  0px 0px 4px 0px #333333;
}
#menu ul{
    text-align:center;
    margin:5px 0;
}
#menu ul li{
    display:inline-block;
    padding:0 10px;
    border-right:1px solid #499;
}
#menu ul li a{
    display:block;
    font-size:1em;
    font-weight:300;
    color:#fff;
    border-bottom:1px solid transparent;

}
#menu ul li a:hover{
    border-bottom:1px solid #fff;
    text-decoration:none;
}

@media screen and (max-width: 800px) {
    body{
        font-size:0.8em;
    }
    #main{
      padding:0 10%;
    }
}