body.mceContentBody {
  padding:10px;
  background-color:white;
  background-image:none;
  color:#5c5957;
text-align:left;
}
div.umbMacroHolder {
  display:block;
  clear:both;
  width:100%;
  min-height:100px;
background-image:none;

}


/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #686868; }


body{
  font: 12px Arial, Helvetica, sans-serif;
  color: #686868;
  text-align: left;
  background: url(../images/sentidobg.jpg) no-repeat center top #FFF;
}

h1,h2,h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #1F98DB;
	margin: 0 0 8px 0px;
}

h2{
	font-size: 18px;
	margin: 0px 0 6px 0;
}

h3{
	font-size: 14px;
	margin: 0px 0 6px 0;
}

p{
	line-height: 20px;
   /* padding-bottom: 8px;*/
}
#container{
	margin: 0 auto;
	width: 960px;
	position: relative;
	background:url(../images/header.gif) repeat-x left top #FFF;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	-moz-box-shadow: 0px 0px 9px #717171;
	-webkit-box-shadow: 0px 0px 9px #717171;
	box-shadow: 0px 0px 9px #717171;
	behavior: url(/PIE.htc);
}
.header{
	padding: 6px 10px;
}

.topItem {
    float: right;
	padding-left:10px;
}

.search_box {
    height: 19px;
    padding-left: 18px;
   /* position: absolute;
    right: 16px;
    top: 31px;*/
    width: 141px;
}

.search_box .search_field_bg {
    background: url("/images/head_fiels.gif") no-repeat scroll left top transparent;
    height: 19px;
    position: relative;
    width: 140px;
}

.search_box .search_field_bg input.field {
    border: 0 none transparent;
    left: 7px;
    position: absolute;
    /*top: 3px;*/
    width: 117px;
	background:none;
    color: #555455;
    font-size: 11px;
}
.search_box .search_field_bg input.submit {
    background: none repeat scroll 0 0 transparent;
    border: 0 none transparent;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.lang_box {
    height: 19px;
    padding-left: 40px;
    /*position: absolute;
    right: 165px;
    top: 31px;*/
    width: 141px;
	font-size:11px;
}

.lang_box .lang_field_bg, .lang_box .lang_field_bg_active {
    background: url("/images/head_fiels.gif") no-repeat scroll left -30px transparent;
    color: #8C949A;
    cursor: pointer;
    height: 19px;
    padding: 2px 0 0 15px;
    position: relative;
    width: 130px;
}
.lang_box .lang_field_bg_active {
    background: url("/images/head_fiels.gif") no-repeat scroll left -61px transparent;
}

#language_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #CECFCE #CECFCE;
    border-right: 1px solid #CECFCE;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    margin: -5px 0 0;
    padding-bottom: 5px;
    position: absolute;
    width: 138px;
    z-index: 100;
}
#language_container ul {
	list-style: none outside none;
	margin:0px;
padding:0px;
	}
#language_container ul li {
margin:0px;
padding:0px;
}
	
#language_container ul li a {
    display: block;
    height: 12px;
    padding: 1px 0 2px 15px;
	color: #8C949A;
	text-decoration:none;
}

#logo{
	float: left;
	padding: 12px 0px;
}

.top{
	padding: 10px 16px;
	margin: 0px;
}

#sentido{
	float: left;
	padding: 10px 0;
}
#anthoussa{
	float: right;
	padding: 20px 0;
}


/*================topMenu=================*/
.topMenu{
	float: left;
	margin: 0px;
	padding: 30px 89px;
	font-size: 11px;
}

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

.topMenu li{
	display: inline;
	list-style-type: none;
	border-right:#818181 1px solid;
}
.topMenu li.last{
	border:none;
}

.topMenu a{
	color:#818181;
	padding:0 8px;
	text-decoration: none;
}
.topMenu a:hover, .topMenu a.selected{
	color:#f19303;
	padding:0 8px;
	text-decoration: underline;
}

/*================topMenu=================*/
/*================menu=================*/
.menu{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background:url(/images/menu_bg.gif) repeat-x left top;
}

.menu ul{
	margin: 0px;
	padding: 14px 0px;
}

.menu li{
	padding: 14px 0 13px;
	display: inline;
	list-style-type: none;
	background:url(/images/menu_border.gif) no-repeat right top;
}
.menu li.last{
	background: none;
}

.menu a{
	color:#fff;
	text-decoration: none;
	margin-right:2px;
}
.menu a span, .menu a:hover span, .menu a.selected span{
	background:url(../images/arrow.png) no-repeat 16px 2px;
	padding: 0 26px;
   font-weight: bold;
}
.menu a:hover, .menu a.selected{
	color:#fff;
	padding:14px 0px 12px 0;
	text-decoration: none;
	margin-right:2px;
	background:url(../images/menu_over.gif) repeat left top;
}
.ru .menu a span, .ru .menu a:hover span, .ru .menu a.selected span {
	background:url(../images/arrow.png) no-repeat 13px 2px;
	padding: 0 23px;

}
/*================menu=================*/

#main{
	padding:20px;
}

.boxArea {
	padding: 20px 0;
}

.banner_boxL{
	float: left;
	width:270px;
	margin-right: 20px;
	padding: 10px;
	border:1px solid #bebebe;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc)
}
.banner_boxR{
	float: right;
	width:292px;
	}
.banner_boxR .smallBox {
	padding: 10px;
height:40px;
	border:1px solid #bebebe;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/PIE.htc);

}
.banner_boxR .smallBox.last {
padding: 12px 10px 8px 10px;
	margin-top:13px;
	height:27px;
}

.bannerTlt{
	/*float: left;*/
	font-size:16px;
	color:#269be8;
	padding-bottom: 6px;
    width: 250px;
}
.bannerTlt a{
	color:#269be8;
	text-decoration:none;
}
.bannerInfo{
	margin: 0px;
	padding: 0px;
}
.bannerInfo img{
	float: left;
	margin:0px 8px 0px 0px;
}
.bannerInfo a {
	color: #686868;
	text-decoration:none;
}
.bannerInfo .more {
	color: #33a1e8;
	text-decoration: none;
padding-top:4px;
}
/*
.bannerInfo a:hover .more{
	text-decoration: underline;
}
*/
.bannerInfo ul{
	margin: 0px;
	padding: 0px;
}
.bannerInfo li{
	display: block;
	list-style-type: none;
	padding: 5px 0 4px 13px;
	background: url(../images/arrow2.png) no-repeat left 8px;
}
/*
.bannerInfo a{
	color: #686868;
	text-decoration: none;
}
.bannerInfo a:hover{
	color: #33a1e8;
	text-decoration: underline;
}
*/

.mainContent {
	margin: 20px 0;
	/*background:url(/images/container.gif) repeat-y left top;*/

}
.topMedia {
  position:relative;

}
#slides {
  position:relative;
height:390px;

}
#slides img {
  left:0;
  opacity:0;
  position:absolute;
  top:0;
  z-index:8;
}
#slides img.active {
  opacity:1;
  z-index:10;
}
#slides img.last-active {
  z-index:9;
}

.row {
 background: url("/images/row.png") repeat scroll left top transparent;
    color: #1f6994;
    font-family: Century Gothic,Arial;
    font-size: 16px;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    text-align: right;
    top: 0;
margin-top:20px;
    width: 890px;
    z-index: 20;

}

.leftCol {
	float: left;
	width: 200px;
	margin-right:20px;
}
.rightCol {
	width:700px;
	float: left;
}

.mainContent a {color:#1F98DB;text-decoration:none;}

.mainContent ul {
	list-style: none outside none;
	margin:0px;
	padding:0px;
	margin-bottom: 7px;
}
.mainContent li {	background: url(/images/bull.gif) no-repeat left 6px;
	padding-left:15px;
	line-height:18px;
}


.submenu{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
background:url(/images/container.gif) repeat-y right top;

}

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

.submenu ul li{
	display: block;
	list-style-type: none;
	background: none;
	padding:0px;
}

.submenu a{
    background: url(/images/submenu-border.gif) no-repeat scroll left bottom transparent;
    display: block;
    font-weight: bold;
    line-height: 28px;
    padding: 0 0 0 20px;
    color: #1F98DB;
    padding-left: 10px;
    text-decoration: none;
}
.submenu a span {
	background:url(/images/subMenuArrows.gif) no-repeat 0px 2px;
	padding: 0 0 0 15px;
}
.submenu a:hover span, .submenu a.selected span{
	text-decoration: none;
	background:url(/images/subMenuArrows.gif) no-repeat 0px -27px;
color:#f19400;
}

.submenu a.selectedOrange span{
	text-decoration: none;
	background:url(/images/subMenuArrows.gif) no-repeat 0px -47px;
	color:#f19400;
}

.submenu .back a {
padding-left: 5px;
}
.submenu .back a span {
background:url(/images/arrow_back.gif) no-repeat 0px 0px;
padding: 0 0 0 20px;
}
.level3 a {
	padding: 5px 0 5px 30px;
}
.level3 a span {
	display:block;
	line-height:14px;
}

.share {
	text-align:right;
}
.footer{
	margin: 0px auto;
	width: 960px;
	padding:10px 0;
	font-size: 11px;
}

/*================copyright============*/
.copyright{
	float: left;
}

.copyright ul{
	margin: 0px;
	padding: 5px 0;
}
.copyright li{
	display:inline;
	border-right:#818181 1px solid;
}
.copyright li#last{
	border:none;
}

.copyright a{
	color:#818181;
	padding:0 8px;
	text-decoration: none;
}
.copyright a:hover, .copyright a.selected{
	color:#f19303;
	padding:0 8px;
	text-decoration: underline;
}
/*================copyright============*/

/*================social============*/
.social{
	float: right;
}

.social ul{
	margin: 0px;
	padding: 5px 0;
}
.social li{
	display:inline;margin-right: 10px;
}
.social li#book{
	background:url(../images/bookmark.gif) no-repeat right 2px;
}
.social li#rss{
	background:url(../images/rss.gif) no-repeat right 2px;
}
.social li#print{
	background:url(../images/print.gif) no-repeat right 2px;
}
.social li#top{
	background:url(../images/top.gif) no-repeat right 2px;
}
.social a{
	color:#818181;
	/*padding:0 44px 0 10px;*/
	padding:0px 16px 0px 10px;
	text-decoration: none;
}
.social li#book a {
	padding:0 44px 0 10px;
	}
.social li#fb a{
padding:0px;
}

.social a:hover, .social a.selected{
	color:#f19303;
	/*padding:0 8px;*/
	text-decoration: underline;
}

.logos { font-size: 11px;  color: #686868; margin-top:8px; border-top:1px solid #DFE3E2;padding-top:8px;}
.logos table td {font-size: 10px;text-align:left;line-height:18px;vertical-align:top;}
.logos img { margin:0px 6px;vertical-align:middle;}

/*================social============*/

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */


/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

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

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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: h5bp.com/p */
.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; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { 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; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


.tableRef {margin:10px 0px; border: 1px solid #DFE3E2;}
.tableRef th{
	text-align:center;
	font-size:12px; 
	color:#4c4c4c; 
	font-weight:bold;
	vertical-align:top;
	padding:4px 0;

    background:#ECF2F2 url(/images/table_th.gif) repeat-x scroll left top ;
    border-bottom: 2px solid #DFE3E2 !important;
    font-weight: bold;
}
.tableRef td {
    border: 1px solid #DFE3E2;
    padding: 6px 8px;
    vertical-align: middle !important;

}
.colored, tr.colored td {
	background-color: #F6F9FA;
}

.tableRef.ai {
font-size:11px;
}

.tableListing td{
 vertical-align:middle;
border-bottom:#e4eff3 solid 1px;
padding:15px 0px;
}
.tableListing td img {margin-left:20px;}

/* Page: Contact, Reservation, Guestbook (Generic)
====================================================================== */

form .field  { width: 300px;           }
form select  { width: 302px;           }
/*form td span { color: #B42323; }*/

form .btn         {
	display: inline-block;
	overflow: visible;
	cursor: pointer;
	outline: none;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 8px 14px;
margin:0px 8px;
position:relative;
background-color:#ec9300;
border:none;
color:#fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
behavior: url(/PIE.htc);
	}

form table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
form table td {
    line-height: normal;
    padding-bottom: 8px;
}
form label {
    display: block;
    margin-bottom: 3px;
    text-shadow: 1px 1px #FFFFFF;
}
form .field, form select {
    border: 1px solid #BBBBBB;
    font-size: 13px;
    line-height: normal;
    outline: medium none;
    padding: 4px;
    vertical-align: middle;

}
.note {font-size:11px;}



.appForm fieldset { 
	border:1px solid #dde0e3; 
	padding:0px 20px 20px 20px; 
	text-align:left;

}
.appForm legend {
	color:#1f98db;
	font-size:14px; 
padding:10px 6px;
	/*padding:10px 6px; */
}
.appForm .title {
	padding:10px 6px; 
width:300px; 
	font-weight:bold; 
	background-color:#f5f9fa;
}
.appForm table td { vertical-align:bottom;}
.appForm table.jobs {margin:8px 0px 10px 0px;}
.appForm table.jobs input {margin-left:0px; }
div.border {border-bottom:#eaeff2 solid 1px; height:2px;margin:8px 0px 4px 0px;}
.appForm .radioBtn input{border-bottom:none;margin-bottom:-2px;width:auto;color:#013a71;}


/* Page: Sitemap
====================================================================== */
.sitemap       { margin: 0; padding: 0; line-height: 1.5em; }
.sitemap ul li    {background: url("/images/arrow2.png") no-repeat left 4px; padding-left: 12px; margin: 0 0 0 20px; }
.sitemap ul li ul {margin-top:5px;}
.sitemap a {
	color:#5A5A5A;
	text-decoration:none;
}

.sitemap a:hover{
color:#1F98DB;
	text-decoration:underline;
} 


.offersListing {
    color: #686868;
    font: 12px Arial,Helvetica,sans-serif;
    text-align: left;
}
.offersListing .offerRow {
border-bottom:1px solid #DFE3E2;
margin-top:10px;
}
.offersListing h1, .offersListing h3 {
color:#00b6de;
text-decoration:none;
}


.offersListing .orangeBtn {
background:url(/images/orangeBg.jpg) repeat-x left top;
padding:7px;
text-align:right;
}

.offersListing .orangeBtn a {
color:#fff;
text-decoration:none;
font-size:11px;
background:url(/images/arrow_bt.png) no-repeat left 2px;
padding-left:10px;
}
































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

.tableRef {

}


