/*
 <!--
 Proyecto: Kaltschmid (Hoteles)
 Fecha: 15/11/2007
 Autor: Martin Goldszein
 Blueprint 0.6
 -->

 */
/* --------------------------------------------------------------

 Blueprint CSS Framework Screen Styles
 * Version:   0.6 (21.9.2007)
 * Website:   http://code.google.com/p/blueprintcss/
 See Readme file in this directory for further instructions.

 -------------------------------------------------------------- */
@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';
@import 'rates.css';
/* Plugins:
 Additional functionality can be found in the plugins directory.
 See the readme files for each plugin. Example:
 @import 'plugins/buttons/buttons.css'; */
/* See the grid:
 Uncomment the line below to see the grid and baseline.
 .container { background: url(lib/grid.png); } */
.container {
    /*background: url(lib/grid.png);*/
}

/* */
a:focus {
    outline: 0; /* Para los navegadores que lo entienden */
}
/*  */
.head {
    height: 150px;
    _margin-left: 2px; 
    
}

.head .language {
    float: right;
    letter-spacing: 0.5px;
    margin: -80px 15px 0pt 0pt;
    text-align: left;
}

.head .language ul {
    margin: 5pt 20px 5px 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.head .language li {
    font-family: Verdana;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px 0;
    line-height: 13px;
    padding: 0pt;
    font-size: 10px;
    text-transform: uppercase;
}

.head .language li a {
    text-decoration: none;
    display: block;
}

.head .language li a:visited {
    text-decoration: none;
}
/*  */
.head .menu_left {
    float: left;
    margin: 44px 0 0 0;
    text-transform: uppercase;
}

.head .menu_left ul {
}

.head .menu_left ul li {
    background: transparent url(../img/layout/bullet1.gif) no-repeat scroll 0pt 50%;
    font-family: Verdana;
    font-size: 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt 0pt 0pt 7px;
}

div.link-to-home {
	margin: 5px 0 0 19px;
}
a.link-to-home {
	background: transparent url(../img/layout/bullet1.gif) no-repeat scroll 0pt 50%;
    margin: 0pt;
    padding: 0pt 0pt 0pt 7px;
    font-weight: bold;
    text-decoration: none;
}

link_home {
}

.head .menu_left li a {
    text-decoration: none;
    color: #5E5D5D;
}

.head .menu_left li a:hover {
    font-weight: bold;
    color: #5E5D5D;
}

.head .menu_left li a:visited {
    text-decoration: none;
    color: #5E5D5D;
}

.head .menu_left h4 {
    font-family: Georgia;
    font-size: 11px;
    font-weight: bold;
    margin: 25px 0pt 0pt 19px;
    text-transform: uppercase;
}
/*  */
#divflash {
	/* _margin-left: 5px !important; */
}
* html #divflash {
    /* for IE6 */
    margin-left: 3px !important;
}
* html #divflash div#mainflash {
   margin-left: -3px !important;
}
.flash_main {
    display: block;
    height: 272px;
}

.flash img {
    margin: 0;
    padding: 0;
}

.flash_box1, .flash_box2, .flash_box3, .flash_box4, .flash_box5, .flash_box6, .flash_box7, .search {
    float: left;
    margin: 0 0 0 2px;
    display: block;
}
* html .flash_box1, * html .flash_box2, * html .flash_box3, * html .flash_box4, * html .flash_box5, * html .flash_box6, * html .flash_box7, * html .search {
    /* for IE6 */
    margin: 0 2px 0 0;
    
}

.flash .text {
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
    padding: 0 0 0 15px;
}
/*APP RESERVAS */
#iframehome {
    margin-left: 509px;
    width: 318px;
    height: 131px;
    /*background: url(../img/img_iframe.jpg) no-repeat center center;*/
}

* html #iframehome {
    /* margin-left: 500px !important; */
    float: left;
    margin: 0;
}

#iframehome iframe {
    border: 0px none;
    width: 318px; /*321*/
    height: 131px; /*130*/
}
/* GENERIC COLUMN */
.column h4 {
    font-family: Georgia;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
}

.column h4 a {
    text-decoration: none;
}

.column h4 a:hover {
    text-decoration: underline;
}

.column h2 {
    font-family: Verdana, arial;
    font-size: 10px;
    font-weight: bold;
}

.column p {
    margin-right: 5px;
}

.epigrafe {
    margin-top: 10px;
    margin-bottom: 32px;
}
/* GENERIC 2 AND 3 COLUMN */
#column-2, #column-3 {
    color: #5E5D5D;
    font-family: Verdana;
    font-size: 10px;
}

#column-3 {
    background: url(../img/flower.jpg) no-repeat bottom center;
    height: 100%;
    min-height: 450px;
}

#column-2 p, #column-3 p {
    color: #5E5D5D;
    font-family: Verdana;
    font-size: 10px;
}

#column-2 img, #column-3 img {
   /* border: 1px solid #DBDBDB;*/
}

#column-2 h4 {
    /*font-family: Georgia;	*/
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
#column-2 h4 a {
    /*  font-family: Georgia;*/
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.column h1 {
    font-family: Georgia, Times;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#column-2 ul, #column-3 ul {
    margin: 0pt 0 0 0px;
    padding: 5px 0 15px 0px;
}

#column-2 li, #column-3 li {
    font-family: Verdana;
    font-size: 10px;
    margin: 0pt;
    padding: 0pt 0pt 0pt 7px;
    /*font-weight: bold;*/
    /*background:transparent url(../img/layout/dash1.gif) no-repeat scroll 0% 50%;*/
    background: transparent url(../img/layout/dash1.gif) no-repeat scroll left 6px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt 0pt 0pt 7px;
}

#column-2 img, #column-3 img {
    /*margin:5px;
     border: 1px solid #e3e3e3;*/
}

#column-2 p.read_more {
    margin: 10px 0 10px 0;
    padding: 0;
}

#column-2 p.read_more {
    margin: 10px 0 10px 0;
    padding: 0;
}

#column-2 a {
    text-decoration: none;
    /*font-weight: bold;
     color: #000;*/
}

#column-2 a:hover {
    text-decoration: none;
    /*font-weight: bold;
     color: #333;*/
    color: #000;
}
/* COLUMN 3 */
#column-3 #rightflag {
    width: 272px;
    height: 62px;
}

#column-2 h2, #column-3 h2 {
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;*/
    font-family: Georgia, Times !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 12px;
}

#column-2 h3, #column-3 h3 {
    /*font-family: Verdana;*/
    font-family: Georgia, Times;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 12px;
	text-transform:uppercase;
}

#column-2 .tit_section_menu, #column-2-plus-3 .tit_section_menu {
    color: #666666;
    font-family: Georgia !important;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
}

#column-footer-2 .tit_section_menu {
    color: #666666;
    font-family: Georgia !important;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

#column-2-plus-3 h4 {
    /*font-family: Georgia;	*/
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
/*  */
.col1 {
    margin: 0 0 0 10px;
    /*margin: 0;*/
    padding: 0;
}

.col1 h4 {
    /*font-family: Verdana;*/
    font-family: Georgia;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 15px;
    text-transform: uppercase;
}

.col1 h4.tit_block_menu {
    font-family: Verdana, arial;
    font-size: 10px;
    font-weight: bold;
    margin: 27px 0pt 0pt 15px;
    color: #5E5D5D;
}

.col1 h2 {
    font-family: Verdana, arial;
    font-size: 10px;
    font-weight: bold;
    margin: 5px 0pt 0pt 15px;
}

.col1 ul {
    margin: 0pt 0 0 0px;
    padding: 5px 0 0 15px;
}

.col1 li {
    font-family: Verdana;
    font-size: 10px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt 0pt 0pt 7px;
    background: transparent url(../img/layout/bullet2.gif) no-repeat scroll 0% 6px;
    font-weight: normal;
}

.col1 li a {
    text-decoration: none;
}

.col1 li a:visited {
    text-decoration: none;
}

#column-1 li.actual, .menu_left li.actual {
    font-weight: bold;
}

.col1 img {
    margin: 25px 0pt 8px 15px;
}
/*  */
.foot img {
    /*float: right;*/
    /*margin:0pt 35px 0pt 0px;*/
    margin: -20px 35px 0pt 110px;
}

.foot {
    /* text-align: right;*/
}

.foot ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    /*margin:0pt 0px 0pt 65pt;*/
}

.foot li {
    float: left;
    margin: 0pt 0px 0pt 6px;
}

.foot li a {
    border: 0;
    font-family: Georgia;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

#column-footer-1 h2 {
    font-family: Georgia;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin-left: 25px;
    text-transform: uppercase;
    color: #5E5D5D;
}

#column-footer-2 p {
    font-family: Georgia;
    font-size: 10px;
    font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #5E5D5D;
}
/*  */
.photo_big {
    width: 290px;
    height: 150px;
    clear: both;
}

.photo_small {
    width: 145px;
    height: 150px;
    float: left;
    margin: 0 5px 0 0px;
}

.photo_legend {
    font-family: verdana;
    font-size: 10px;
    margin: 0pt 0pt 40px;
}
/*  */
table {
    font-family: Verdana;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 0 0;
}
table.rates {
    margin: 0 0 50px 0;
    border-spacing: 2px;
}

table .tablehead td {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #bfaf9a none;
    border: 0;
    padding: 10px;
}

table .tablesubhead td {
    font-size: 10px;
    color: #9e8869;
    background: #e7e1d9;
    border: 0;
    padding: 10px;
}

table .tablelabel td {
    font-size: 9px;
    color: #5E5D5D;
    font-weight: bold;
    background: #f3f3f3;
    border: 0;
    padding: 10px;
}

table .tablerow td {
    font-size: 9px;
    color: #5E5D5D;
    border-bottom: solid #dadada 1px;
    padding: 10px;
}
/*  */
.menu {
    margin: 0;
    _margin-left: 2px;
    padding: 0px;
    list-style: none;
    height: 25px;
}

.menu ul {
    margin: 0;
    padding: 0;
    background: blue;
}

.menu li {
    float: left;
    margin: 0 3px 0 0;
    list-style: none;
    width: 163px;
    height: 22px;
    background: #CACACA none repeat scroll 0%;
    text-align: center;
}

.final {
    margin: 0 !important;
    width: 166px !important;
}
.superior {
	margin-top: 4px
}
.menu li a {
    width: 163px;
    display: table-cell;
    padding: 0 3px 0px 3px;
    margin: 0 0px 0 0;
    height: 23px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
}

.last {
    margin: 0 !important;
}

#column-3.last, #column-footer-3.last {
    _margin: 0 -10px 0 0 !important;
}

.menu li:hover {
    background: #DBDBDB;
}
/* FORMULARIO */
div.input {
    margin-top: 7px;
}

label {
    font-family: Verdana;
    font-size: 10px;
    width: 120px;
    font-weight: normal;
    margin: 0 30px 0 0;
    color: #5E5D5D;
    text-transform: uppercase;
    display: block;
}

div.input input {
    font-family: Verdana;
    font-size: 10px;
    width: 305px;
    font-weight: normal;
    margin: 0 30px 0 0;
    color: #5E5D5D;
    border: 1px solid #e3e3e3;
    padding: 3px;
}

.textarea {
    font-family: Verdana;
    font-size: 10px;
    width: 300px;
    height: 120px;
    font-weight: normal;
    margin: 0 30px 0 0;
    color: #5E5D5D;
    border: 1px solid #e3e3e3;
}

.submit input {
    font-family: Verdana;
    font-size: 10px;
    width: 70px;
    font-weight: normal;
    margin: 10px 30px 0 0;
    color: #5E5D5D;
    border: 1px solid #e3e3e3;
}

.link_home {
    display: block;
    height: 120px;
    margin: 23px 0pt 0pt 342px;
    width: 150px;
}
/**/
.readmore {
    text-decoration: none;
    color: #5E5D5D;
    font-size: 9px;
    font-weight: normal !important;
}
/**/
#column-2 hr {
    margin: 0 0 12px 0;
}

#column-2 h4.tit_news {
    margin: 2px 0 0 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}
#column-2 h4.index {
    margin: 2px 0 15px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}
/**/
#static_box1, #static_box2, #static_box3, #static_box4, #static_box5, #static_box6, #static_box7 {
    border: 1px solid #e3e3e3;
}

/* Cake Notices and Errors */
div.message, p.error, div.error-message {
    color: #900;
    font-size: 110%;
    font-weight: bold;
    margin: 2px 0 10px 0;
}

div.error-message {
    clear: both;
    margin-left: 183px;
}

div.column div.error-message {
    clear: both;
    margin-left: 0;
}

div.error em {
    font-size: 140%;
    color: #003d4c;
}

span.notice {
    background-color: #c6c65b;
    color: #fff;
    display: block;
    font-size: 140%;
    padding: 0.5em;
    margin: 1em 0;
}
/* FIN Cake Notices and Errors */
#column-2 h4.tit_archive a {
    color: #666;
    background: url(../img/arrow.gif) no-repeat 0px 4px;
    padding: 0 7px;
}

#column-2 h4.tit_news {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

.paging a {
    text-decoration: none;
    font-weight: bold;
    color: #666;
}

.paging a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #BFBFBF;
}

.paging a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #666;
}

h4.date {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 9px !important;
    font-weight: normal !important;
    text-transform: capitalize !important;
}
h4.dateindex {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
    font-size: 9px !important;
    font-weight: normal !important;
    text-transform: none !important;
    text-align: right;
    color: #5E5D5D !important;
    margin-bottom: 2px !important;
}
.hrcolordate {
	margin-top:0 !important;
}

img {
    margin: 0;
}

.back {
    text-decoration: none;
    color: #666 !important;
    text-transform: uppercase;
    font-family: Georgia;
    background: transparent url(../img/layout/bullet2.gif) no-repeat scroll 0% 4px;
    padding: 0pt 0pt 0pt 7px;
    font-weight: bold;
    display: block;
    margin: 50px 0 0 0;
}

li.normal table, li.normal td {
    width: 100%;
    height: 42px;
    padding: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 2px;
}

li.normal td:hover {
    background: #CACACA;
    cursor: hand;
    cursor: pointer;
}

li.actual table, li.actual td {
    width: 100%;
    height: 42px;
    padding: 0;
    border: 0;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 2px;
}

li.actual td:hover {
    background: #CACACA;
    cursor: hand;
    cursor: pointer;
}

#flagimg {
    width: 300px;
}

#flagimg img {
    float: none;
	margin:0pt 0pt 20px;
}

#flagimg p {
    width: 136px;
    float: left;
    margin:0px 0pt 0pt 10px !important;
}

#column-3 p {
   /* float: left;*/
	margin: 0;
}

#reservations {
	float: right;
	margin: 0;
	width: 620px;
}
