/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #e1ddd9;
font-size: 11px;
font-family: arial, "lucida console", sans-serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #1111FF;}
a:visited {color:#2222FF;}
a:hover {color: #1111FF;}
a:active { color:#1111FF;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #ADCFF7;  /* #33EEFF; */
color: #FFFFFF;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 950px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #a6f266;  /* left menu background color */
}

/* ----------banner for logo-------------- */
#banner {
background-color: #2cb606; /*  #00CEFF;  */ /* Banner background color */
/* background-image: url('nubecita3.gif'); */ /* Ocultado por el flash! */
background-repeat: repeat-x;
text-align: left;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 10px;} 

/* -----------------content--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 180px;  /* antes 200 px */
margin-right: 0px;
}
div#content { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#menu {
float: left;
width: 180px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

/*--- Menues ---*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 180px;
/* border-right: 1px solid #000; */ removed By Donald
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #3b853b;
border-right: 10px solid #6ad86a;
background-color: #4eb64e;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #4ccc24;
border-right: 10px solid #ade955;
background-color: #81cd4d;
color: #fff;
}
/*--- Menues ---*/

/* Horizontal menu */
#underlinemenu{
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/

margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url('menudivide.gif') top right repeat-y;
}

#underlinemenu ul li a:hover{
color: blue;
background-color: #F3F3F3;
border-bottom: 4px solid blue;
padding-bottom: 0;
}


#chromemenu{
width: 100%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border-bottom: 1px solid #BBB;
border-top: 1px solid #BBB;
width: 100%;
background: #a6f266;   
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

#chromemenu ul li a:hover{
color: #2586d7;
background-color: #F3F3F3;
border-bottom: 4px solid #2586d7;
}
/* End Horizontal menu */



/*--- floating boxes ---*/
.textfloat {
	width: 150px;
	border: 2px solid #000000;
	background-color: #ffd;
	font-size: .8em;
}
.to-right {
	float: right;
}
.to-left {
	float: left;
}


.invisible {
color: #a6f266;
font-size: 2px;
}
