@import url(http://fonts.googleapis.com/css?family=Muli);
@import url(http://fonts.googleapis.com/css?family=JaneAusten);

/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
*/


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
*/

body { width: 100%; overflow:hidden; font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
*/

/* Always force a scrollbar in non-IE 
html { overflow-y: scroll; }
*/
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    white-space: pre; white-space: pre-wrap; word-wrap: break-word;
    padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
    border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
*/

body, select, input, textarea {
    /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
    color: #444;
    /* Set your base font here, to apply evenly */
    /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself 
h1, h2, h3, h4, h5, h6 { font-weight: bold; }*/

a, a:active, a:visited { color: #607890; text-decoration: none; }
a:hover { color: #036; }

/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.4
	Site	: www.buildinternet.com/project/supersized
        
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
        
*/

* { margin:0; padding:0; }
body { background:#111; height:100%; }
img { border:none; }

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
/**
 * Primary styles
 *
 * Author: 
*/
a:visited {color: #fff}
/*
+-----------------------------------------
|
|                              lower ie8
|
+-----------------------------------------
*/

#isltie8{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #270C1A;
    z-index: 9999999;
    display: none;
}

.ie6 #isltie8, .ie7 #isltie8{
    display: block;
}

#isltie8 p {
    color:#FFFFFF;
    font-size: 14px;
    text-align: center;
}

#isltie8 .container-ie{
    width: 622px;
    margin:0px auto;
    color:#FFFFFF;
}

#isltie8 .container-ie ul{
    display: block;
    width: 360px;
    margin:0 auto;    
}

#isltie8 .container-ie ul li
{
    list-style: none;
    float: left;
    width: 68px;
    height: 68px;
    margin: 10px;
}
#isltie8 .container-ie ul li #sf{
    display:block;
    background: url(../img/iconosBrowser.jpg) -229px 0px;
    width: 68px;
    height: 68px;
}
#isltie8 .container-ie ul li #ch{
    display:block;
    background: url(../img/iconosBrowser.jpg) -153px 0px;
    width: 68px;
    height: 68px;
}
#isltie8 .container-ie ul li #ff{
    display:block;
    background: url(../img/iconosBrowser.jpg) -80px 0px;
    width: 68px;
    height: 68px;
}
#isltie8 .container-ie ul li #ie{
    display:block;
    background: url(../img/iconosBrowser.jpg) -2px 0px;
    width: 68px;
    height: 68px;
}

#isltie8 .container-ie p span{
    text-decoration: underline;
    cursor:pointer;
}

/*
+-----------------------------------------
|
|                              MAIN LAYOUT
|
+-----------------------------------------
*/

body{
    background-color: #000;
    font-family:'Muli', sans-serif;
}

.yiiLog{
    display:none;
}
h1{
    padding: 20px 30px;
    font-size: 30px;    
    color:#6A2045   ;
    position: absolute;
}

h2
{
    font-size: 20px;    
    background-color: #45152D;
    height: 50px;
    line-height: 50px;
    color:#fff;
    padding-left: 28px;
}

h3{
    color: #3333333;
    font-size: 14px;
}

h4{
    color: #C43C80;
    font-size: 24px;
}
P ,label{
    font-size: 14px;
    color: #333333;
}

#cb{
    clear: both;
}

#prevslide{
    display: block;
    background: url("../img/btnSlides.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    cursor: pointer;
    z-index: 999999;
    text-indent: -999px;
    overflow: hidden;
}
#nextslide{
    display: block;
    background: url("../img/btnSlides.png") no-repeat scroll -30px 0 transparent;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 30px;
    cursor: pointer;   
    z-index: 999999;
    text-indent: -999px;
    overflow: hidden;
}

#sideNext{
    background: url("../img/btnSlides.png") no-repeat scroll -30px 0 transparent;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 30px;
    cursor: pointer;   
    z-index: 999999;
}

#logo{
    position:absolute;
    left:30px;
    top:0px;
    z-index: 999;
}

#logo a{
    background-image: url(../img/logo.jpg);
    width:210px;
    height: 90px;
}

#logo a:hover{
    background-position: 0px -90px;
}

#toggle-container{
    position:absolute;
    top:90px;
    z-index: 2;
    left:30px;
}

#toggle{    
    color:#330F21;
    display:block;
    position:relative;
    width: 210px;
    height: 30px;
    text-decoration: none;   
    cursor: pointer;
}

#toggle span.bg{
    background-color: white;
    position:absolute;
    opacity:.6;
    filter: alpha(opacity=60);
    display:block;
    width: 210px;
    height: 30px;
}

#toggle span.label{
    display:block;
    position:absolute;
    text-indent: 130px;
    padding-right: 20px;
    padding-top: 7px;
    width: 190px;
    height: 30px;
    
}

#toggle span.labelArrow{
    display:block;
    position:absolute;
    margin-left:185px;
    margin-top:10px;
    width: 20px;
    height: 10px;
    background: url(../img/icons.png) no-repeat 0 -1px;
}

#mainmenu{
    position:absolute;
    left:30px;
    top:-20px;
    height: 0;
    width: 210px;
    overflow: hidden;
    z-index: 2;
}

#submenu{
    margin-top:140px;
    background-color: #45152D;
    height: 100%;
    padding:10px 20px; 
}

#submenu li{
    height: 28px;
    border-top:solid 1px #581A39;
    border-bottom:solid 1px #330F21;
}

#submenu a{
    display: block;
    color:#FFF;
    text-shadow:-1px -1px #330F21;
    text-decoration: none;
    font-size: 14px;
    padding:5px 0px;     

}
#submenu .active a
{
    background: url(../img/menu-icon1.png) no-repeat 0px 6px;
    padding-left: 20px;
}

#submenu a:hover{
    background: url(../img/menu-icon.png) no-repeat 0px 6px;
    padding-left: 20px;
}
#submenu li:first-child{
    border-top:none;
}

/*
+-----------------------------------------
|                                  SOCIAL
+-----------------------------------------
*/

#social{
    position: absolute;
    top:30px;
    right:0;
    z-index: 10;
}

#social ul{
    padding:0;
    margin:0;
}

#social li{
    overflow: hidden;
    list-style: none;
    width: 36px;
    height: 36px;
    overflow:hidden;
    position: relative;
    float:right;
    clear: both;
}

#social a.ir{
    background-image: url(../img/socialIcons.png);
    width:36px;
    height:36px;
    display:block;
    float:right;
    margin-left:10px;
}
#social a.twitter{ background-position:0 -0px; }
#social a.facebook{ background-position:0 -72px; }
#social a.google{ background-position:0 -144px; }
#social a.email{ background-position:0 -216px; }

#social a.twitter:hover{ background-position:0 -36px; }
#social a.facebook:hover{ background-position:0 -108px; }
#social a.google:hover{ background-position:0 -180px; }
#social a.email:hover{ background-position:0 -252px; }

#social span.social-container{
    display:block;
    position:absolute;
    right:40px;
    top:0;
}

#social span.bg{
    border-radius:5px;
    display: block;
    float:left;
    width: 100%;
    height: 32px;
    background-color: #FFF;
    opacity:.5;
    filter: alpha(opacity=50);
}

#social span.widget{
    float: left;
    margin-top: -27px;
    margin-left:5px;
    height: 22px;
    overflow: hidden !important;
}
/*
+-----------------------------------------
                             MAIN CONTENT
+-----------------------------------------
*/

.entry-box{
    position: absolute;
    width: 520px;
    height: 200px;    
    right:0%;
    margin-right: 95px;
    bottom: 0px;
    margin-bottom: 75px;
}
#entry-bg-content{
    background-color: #FFF;
    opacity:.8;
    filter: alpha(opacity=80);
    width: 520px;
    height: 160px;   
    position:absolute;
    left:0;
    top:0;
}

.entry-text{   
    font-family:'Muli', sans-serif;
    color:#330F21;   
    font-size: 32px;
    display:block;
    position:absolute;
    left:0;
    top:0;   
    padding: 27px 10px 0 27px;
}

.entry-bg-footer
{
    background-color: #FFF;
    opacity:.5;
    filter: alpha(opacity=50);
    width: 520px;
    height: 40px;   
    position:absolute;
    bottom: 0%;
}

.btn-text{
    position: absolute;
    background-color: #222 ;
    background-image: url(../img/btn.jpg);
    background-repeat: repeat-x;
    bottom:0%;
    right: 0%;
    margin-bottom: 10px;
    margin-right: 10px;
    text-decoration: none;
    color:#ffffff;
    font-family:'Muli', sans-serif;
    font-size: 16px;
    padding: 4px 6px 6px 6px;
    width: 116px;
    height: 20px;
}
.btn-text:hover{
    color:#C43C80;
}

.close{
    position: absolute;
    width: 19px;
    height: 19px;
    background-image: url(../img/icons.png);
    background-color: transparent;      
    overflow: hidden;
    right: 0%;
    background-position: -2px -42px;
    text-indent: -99px;
    z-index: 1;
    border: none;
}

/******************************************************************** EL-BATAN*/
.entry-box-big{ 
    position:absolute;
    width: 540px;
    right: 0%;
    margin-right: 78px;
    margin-top:50px;
    /*font-family:'Muli', sans-serif;   */
    height: 430px;
}




#entry-box-big-bg
{
    background-color: #FFF;
    opacity:.8;
    filter: alpha(opacity=80);
    width: 540px;
    height: 500px;   
    position:absolute;
}


.cintillo-elBatan{
    background-image: url(../img/cintillo-elbatan.jpg);
    width:540px;
    height: 100px;
    position: absolute;    
    margin-top:70px;
}
.entry-box-big .text-box{
    position: absolute;
    margin-top:150px;
    padding: 29px 21px 10px 30px;

}
.scroll-pane
{
    overflow: hidden;
    height: 300px; 
}

.entry-box-big .jScrollPaneTrack {
    background-color: #CCCCCC;    
}
.entry-box-big .jScrollPaneDrag {
    background: #48162F;
}

.textbox p{
    padding-top:10px;
}

/**************************************************************INSTALACIONES*/
#box-accordion{
    height:375px;
    overflow: hidden;
}

#entry-box-big-bg1
{
    background-color: #FFF;
    opacity:.8;
    filter: alpha(opacity=80);
    width: 540px;
    height: 78px;   
    position:absolute;
}

.box-ins{
    position: absolute;
    width: 540px;
    height: 410px;    
    margin-top:70px;
    overflow: hidden;    
}

#entry-box-plan-bg
{
    background-color: #FFF;
    opacity:.8;
    filter: alpha(opacity=80);
    width: 540px;
    height: 410px;   
    position:absolute;
}


.inst-title
{
    display:block;
    padding-left:20px;
    border-top:1px solid #6A2045;   
    background-color: #45152D;
    height: 50px;
}

.inst-title:hover{
    padding-left: 44px;
    height: 50px;
    cursor: pointer;
    background:url(../img/title-bg.jpg) repeat-x;
}

.arrow-bg{
    background:url(../img/title-arow.png) no-repeat;
    width:40px;
    height: 15px;
    display: block;
    float:right;
    margin-right: 20px;
    margin-top: 17px;
}

.list-contnent{   
    border-bottom: 1px solid #57585A;
    background-color: #FFF;
    opacity:.8;
    filter: alpha(opacity=80);
}

.list-contnent h3{
    padding: 10px 10px 10px 20px;
    color:#000;
}


#generales{
    background: url(../img/icons-instalaciones.png) 0px 0px no-repeat; 
    width:32px; 
    height: 32px; 
    display: block; 
    float: left;
    margin:8px 14px 0px 0px;
    margin-right: 10px; 
}

#areas-verdes{
    background: url(../img/icons-instalaciones.png) 0px -32px no-repeat; 
    width:32px; 
    height: 32px; 
    display: block; 
    float: left;
    margin:8px 14px 0px 0px;
    margin-right: 10px; 
}

#superficies{
    background: url(../img/icons-instalaciones.png) 0px -65px no-repeat; 
    width:32px; 
    height: 32px; 
    display: block; 
    float: left;
    margin:10px 14px 0px 0px;
    margin-right: 10px; 
}
#iluminacion{
    background: url(../img/icons-instalaciones.png) 0px -96px no-repeat; 
    width:32px; 
    height: 32px; 
    display: block; 
    float: left;
    margin:7px 14px 0px 0px;
    margin-right: 10px; 
}
#cocina{
    background: url(../img/icons-instalaciones.png) 0px -128px no-repeat; 
    width:32px; 
    height: 32px; 
    display: block; 
    float: left;
    margin:7px 14px 0px 0px;
    margin-right: 10px; }
#banios{
    background: url(../img/icons-instalaciones.png) 0px -160px no-repeat; 
    width:32px; 
    height: 32px; 
    display: block; 
    float: left;
    margin:7px 14px 0px 0px;
    margin-right: 10px; }
#estacionamiento{
    background: url(../img/icons-instalaciones.png) 0px -192px no-repeat; 
    width:32px; 
    height: 32px; 
    display: block; 
    float: left;
    margin:7px 14px 0px 0px;
    margin-right: 10px; }

/*******************************************************++PLANES++*************/
.content-plan h2
{    
    background:url(../img/title-bg.jpg) repeat-x;    
}

.content-plan p{
    padding:   12px 42px 30px 28px;
    line-height:20px;
    font-size: 14px;
}

/*********************************************************++UBICACION++*******/
.cintillo-ubicacion{
    background-image: url(../img/cintillo-elbatan.jpg);
    width:540px;
    height: 100px;
    position: absolute;    
    margin-top:70px;
}

.ubicacion p {
    padding:   12px 42px 30px 0px;
    line-height:20px;
    font-size: 14px;
}

#gmaps{
    width:100%;
    height: 100%;
    position: absolute;
}
#gmaps small{
    display:none;
}

/****************************************************++ GALERY ++*************/
.entry-box-galery{     
    margin-top: 50px;
    position: absolute;
    right: 78px;
    width: 600px;
    z-index: 10;

}
#entry-box-galery-bg
{
    background-color: #FFF;
    opacity:.8;
    filter: alpha(opacity=80);
    width: 600px;
    height: 70px;   
    position:absolute;   
}


#entry-box-galery-menu{
    position: absolute;
    top: 85px;
    background-color: #45152D;
    width: 600px;  
}

#entry-box-galery-menu ul {
    padding: 10px  0px ;
}

#entry-box-galery-menu ul li{
    display: inline-block;
    text-transform: uppercase;    
    font-size: 14px;
    color:#fff;
    cursor:pointer;    
    margin:0px;
    border-left: 1px solid;
    padding: 0px 10px;
}

.ie7 #entry-box-galery-menu ul li {
    display:inline-block;
    float: left;    
    list-style: none;      
    text-transform: uppercase; 
    padding-bottom: 2px;
}

#entry-box-galery-menu ul li:hover{
    color: #C43C80;
    border-color: #fff;
}
.text-box-galery{        
    margin-top: 130px;
}

.size{
    width: 600px;
    height: 400px;      
    overflow: hidden;
}

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

.text-box-galery .thumbnail{
    display: block;
    width:180px;
    height: 180px;
    float: left;
    background-color:#45152D;
    margin:5px 7px 5px 7px;
}

.text-box-galery .thumbnail a img:hover{
    cursor: pointer;
}


#background-image {
    width: 100%;
    height: 100%;
    background-color: #330F21;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    display: none;
    opacity:.8;
    filter: alpha(opacity=80);
}
.entry-box-galery .jScrollPaneTrack {
    background-color: #6A2045;    
}

.entry-box-galery .jScrollPaneDrag {

    background: #CCCCCC;
    padding: 1px;
}

.img-thumb{
    position: relative;
    display: block;
    height: 180px;
    width: 180px;
}

.tb-hover{
    display: none;
    width:180px;
    height: 180px;
    background-color: #6A1F45;
    position: absolute;
    top:0;
    left:0;
}

.tb-hover .info{
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    margin: 50px 0px 10px 0px;
    text-align: center;
    width: 180px;
}
.tb-hover .info-full{
    color:#c43b7f;
    font-size: 10px;    
    float: left;
    width: 180px;
    text-align: center;
}
#cerrar-imagen{
    display: block;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    z-index: 22;
    top:30px;
    right: 50px;
    display: none;
    width: 50px;
    height: 50px;
    background: url(../img/close.jpg); 
    cursor: pointer;
}
/*****************************/
body {
    overflow:hidden;
    padding:0;margin:0;
    height:100%;width:100%;
}

#bgimg {
    position:absolute;
    z-index: 11;
}

#container{
    position:absolute;
    z-index: 12;   
    overflow:auto;
    height:100%;width:100%;
    background: url('../img/raster.png');
}

.hiden
{

    display:none
}

/****************************************************++ CONTACT ++*************/
.entry-box-contact{ 
    position:absolute;
    width: 641px;    
    right: 40px;
    top:20px;
}

#entry-box-contact-bg
{
    background-color: #FFF;
    opacity:.8;
    filter: alpha(opacity=80);
    width: 641px;
    height: 525px;   
    position:absolute;
}

.contact-PR
{    
    position: absolute;
    right: 0px; 
    top:80px;
     width: 180px;
}

.contact-PR .pr-top{
   overflow: hidden;
   height: 76px;
}

.contact-PR .pr-top .pr-top-bg{
    background-color: #45152D;
    height: 76px;
    opacity: 0.80;
    position: absolute;
    width: 180px;
    filter: alpha(opacity=80);
}


.contact-PR .pr-top p
{
    color: #FFFFFF;
    display: block;
    font-family: JaneAusten;
    font-size: 24px;
    left: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
}


.contact-PR .pr-bottom{
   overflow: hidden;
   background-color: #45152D;
    height: 162px;
    opacity: 0.95;
    position: absolute;
    width: 180px;
    filter: alpha(opacity=95);
}

.contact-PR .pr-bottom-bg{
    width:  130px;
    margin:0px auto;
    margin-top:10px;
}

.contact-PR .pr-bottom p
{
    color: #FFFFFF;
    display: block;
    padding: 5px 0 0 0 ;
    margin: 0px;
}

.cintillo-contact{
    background-image: url(../img/cintillo-contacto.jpg);
    width:641px;
    height: 90px;
    position: absolute;    
    margin-top:70px;
}

.text-box-contact{
    margin:161px 26px 0 0px;
    position: absolute;  
}
.text-box-contact p{
    padding: 10px 30px;
}

.text-box-contact .row{
    clear: both;
    padding: 10px 0; 
}

.text-box-contact .row label{
    display: block;
    width: 100px;
    float: left;
    text-align: right;
    margin-right: 5px;
    padding: 5px;
}

.row input{
    background-color: #330F21;
    border: medium none;
    display: block;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 5px;
    width: 280px;
    color: #fff;
}
.row textarea{
    display: block;
    width: 276px;
    background-color: #330F21;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 5px;
    color:#fff;
}

.button input{
    display:block;
    border: none;
    background-color: #45152D;
    width: 99px;
    height: 30px;
    color:#fff;
    margin-left: 304px;
    opacity:.9;
    filter: alpha(opacity=90);
}
.errorMessage{
    width: 10px;
    float: left;   
    color: #FF0000;
    padding: 5px;
    margin-left: 5px;

}

/*
+-----------------------------------------
|                                  FOOTER
+-----------------------------------------
*/

footer{
    height: 20px;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
}

footer div.container{
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: relative;
}

footer div.bg{
    background-color: #FFF;
    opacity:.2;
    filter: alpha(opacity=20);
    height: 20px;
    width:100%;
    position:absolute;
    left:0;
    top:0;
}

p.copy{
    background-color: #330F21;
    font-family: Consolas,'Lucida Console','DejaVu Sans Mono',monospace;
    color:#FFF;
    height:20px;
    padding:5px 51px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    font-size: 11px;
}

p.marciano{
    position:absolute;
    right:0;
    top:0;
    height:20px;
}

p.marciano span.bg{
    opacity:.4;
    filter: alpha(opacity=40);
    background-color: #FFF;
    display:block;
    height:20px;
    width: 200px;
}

p.marciano a{
    display:block;
    position:absolute;
    top:0;
    left:10px;
    font-family: Consolas,'Lucida Console','DejaVu Sans Mono',monospace;
    text-decoration: none;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-size: 11px;
    color:#000;
    padding:4px 10px;
}

p.marciano a span{
    display:inline-block;
    width: 18px;
    height:16px;
    background-image: url(../img/icons.png);
    background-position: 0px -21px;
    margin-right: 8px;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
*/

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
*/

@media all and (orientation:portrait) {
    /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
    /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


    /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
*/
@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
        -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}

/************************************************************

                                              jScroll Panel
                                                            

*************************************************************/
.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
}
.jScrollPaneDrag {
    position: absolute;

    cursor: pointer;
    overflow: hidden;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowUp:hover {
    /*background-color: #f60;*/
}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    /*background-color: #666;*/
    height: 9px;
}
a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}

.flash-success{
	font-size: 26px;
    text-align: center;
    display: block;
    padding: 124px 20px;
	}
