/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
padding:0px;
margin:0px;
font-family: verdana;
font-size: 11px;
background-color:#131313;
}
input { 
background-color: #cccccc; 
font: 12px verdana ;
color:#000000;
border:1px solid #666666;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.JINZO {
	color: #999999;
	text-decoration: none;
}
a.JINZO:visited {
	color: #999999;
	text-decoration: none;
}
a.JINZO:hover {
	color: #ff6600;
	text-decoration: none;
}
a.TITULO {
	color: #FF6600;
	text-decoration: none;
}
a.TITULO:visited {
	color: #FF6600;
	text-decoration: none;
}
a.TITULO:hover {
	color: #999999;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #999999;
}

/* ----------container to center the layout-------------- */
#container {
width: 100%;
margin-bottom: 0px;
margin-left: left;
margin-right: auto;
border:0px;
}
/* ----------menu-------------- */
#navegacao {
background-image:url(home-nuevo-site-espanol-portugues/bk-menu.jpg)
}


/* ----------banner for logo-------------- */
#banner {
text-align: center;
padding: 0px;
margin: 0px;
background-image:url(home-nuevo-site-espanol-portugues/bk-cabezote.jpg);
}
#banner img {padding:0px 0px;} 

/* -----------------content--------------------- */
#content {
padding-left:0px;
margin-left: 160px;
margin-right: 0px;
color:#333333;
background-color:#131313;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 192px;
margin: 0px;
padding: 0px;
padding: 0px 5px;
font-size: 12px;
color:#CCcccc;
}

.borderTable {	
background: url(BGtop1.jpg) no-repeat;  
}
select{ 
background-color: #cccccc; 
border:1px solid #666666;
font-size: 12px;

}