/*
CSS de la página
*/
body {
background-color: #e1ddd9;
font-size: 13px;
font-family: "Century Gothic", "TRebuchet MS", Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#323232;
padding:0px;
margin:0px;
}
a {color: #0071bc;}
a:visited {color:#0071bc;}
a:hover {color: #689801;}
a:active { color:#000000;}

h1 {
color:#0070b9;
font-size: 80px;
font-style:normal;
font-weight:lighter;
border:none;
padding:80px 40px 5px 40px;
margin:0px;
}

h2 {
color:#0b8ce0;
font-size:56px;
font-weight:normal;
margin:-35px 0 0;
padding:5px 180px;
}

h3 {
font-size:18px;
}

strong {
	font-weight:bold;
}

img {
margin-bottom:20px;
}

img.download {vertical-align:middle;}

#logo{
margin-left:600px;
position:absolute;
top:15px;
}

#left img,
#sidebar img,
#footer img {
	border:2px solid #df0024;
}

#footer img.small {
	margin-right:20px;
}

/* ----------container to center the layout-------------- */
#w-top {
background-image:url(../img/main-top.png);
background-repeat:no-repeat;
height:27px;
width:900px;
margin-left: auto;
margin-right: auto;
}

#w-bottom {
background-image:url(../img/main-bottom.png);
background-repeat:no-repeat;
height:30px;
width:900px;
margin-left: auto;
margin-right: auto;
}

#wrapper {
padding:0px 50px;
width:800px;
}

#container {
margin-left: auto;
margin-right: auto;
background-image:url(../img/main-content.png);
background-repeat:repeat-y;
width:900px;

}

/* ----------header for logo-------------- */
#header {
background-image:url(../img/iristour-top-bar.png);
background-repeat:no-repeat;
background-position:0px 15px;
padding: 0px;
margin: 0px;
height:245px;
}
#header img {padding:10px 0px;} 

/* -----------------content--------------------- */
#sidebar {
padding: 0px;
margin-right: 0px;
overflow:hidden;
padding-left:10px;
}

div#sidebar { 
/*min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
line-height:1.5em;
margin:0px;
}

#sidebar {
	padding-right:30px;
}


/* --------------left navi------------- */
#left {
float: left;
width: 340px;
margin: 0px;
padding: 0px 40px;
overflow:hidden;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right;
min-height:30px;
}

/* -----------actions--------------------------- */
#actions {
clear: both;
margin: 0px;
padding: 0px 50px;
text-align: right;
}

#actions a { color:#666; text-decoration:none; border:1px dashed #666; }
#actions a:hover { color:#ffffff; background-color:#0071bc; }


