.more {
      display: none;
      border-top: 1px solid green;
      border-bottom: 1px solid green; }
a.showLink, a.hideLink {
      text-decoration: none;
      color: #36f;
      padding-left: 8px;
      background: transparent url(down.gif) no-repeat left; }
a.hideLink {
      background: transparent url(up.gif) no-repeat left; }
a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }


body 		{
			color: #393733;
			margin: 0px auto;
			padding: 0px;
			text-align: center;
			
			/* background: #000000 url(images/bg.png) top left;
			background: #ffffff url(images/bg-body.gif) top left;
			background-position: 0px 0px;
			height: 1000px; 
			*/
			background: #403e3d url("images/body-bg.gif") repeat-x;
			height: 100%;
			border: none;
		}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
			font:   85%/1.5 Arial,Helvetica,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
		}

p 		{ 
			margin: 0em 0em 0.5em 0em; 
			padding: 0px; 
		}
		
p span {
      text-align:	left;
      padding-top:	0px;
			margin-top:	0px;
			color:		#26703d;
			font-weight:	normal;
			font-size:	120%;
			/* background:	#ff9300; */
			padding-left:	0px;
             
      }		
              
#hr {border-style: dashed; border-color: green; border-width: 1px}
hr {border-color: green; border-width: 1px}


a:link 		{ text-decoration: none; color: #00f; }
a:visited { text-decoration: none; color: #639; }
a:hover 	{ text-decoration: underline; }
a:active 	{ text-decoration: underline; }

img, img a		{
			border: none;
		}
		


#header		{
			width: 1025px;
			float: left;
			height: 180px;
			background: #000 url("images/nice-header3-white.png") 0 0 no-repeat;*/
      /*background: #000 url("images/nice-header3.png") 0 0 no-repeat;*/
		}

#content	{
			width: 1025px;
			float: left;
			padding-top: 20px;
			/* padding-bottom: 1em; */
			background: #fff;
			/* height:	800px; */
			border-bottom: 1px solid #ccc
			padding-bottom: 0px;
			margin-bottom: 0px;
		}

#bioinformatics	{
			margin: 0px;
			padding: 0px;
		}

#container 	{ 
			text-align: left;
			margin: 0px auto;
			padding: 0px;
			width: 1025px;
			/* background: #cee6a0; */
			/* background: #defcdc; */
			background: #000;
			height: 100%;
		}
		
		/* para pestanias de people-- Lunes 08/04/08  */
.conteiner {
        width: 500px;
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}

/* rounded */

#tab {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#tab li, #tab ul {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#tab a:link, #tab a:visited {
        float: left;
        font-size: 15px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#tab a:link.active, #tab a:visited.active, #tab a:hover {
        color: #fff;/* desde aca le cambio el color a la pestania para hacer un efecto de que desaparece la palabra*/
        background: url(images/rounded.gif) no-repeat bottom center;
}

#tab a:link#current, #tab a:visited#current
		{
			background:	#fff;
			border-bottom:	1px solid #fff;
			color:#050
			font-weight:	bold;
		}	
/* ---------- navigation bar --------------- */
#navlist
		{
			border-bottom:	1px solid #17cd03;
			margin:		0px;
			padding-bottom:	19px;
			padding-left:	0px;
			font-weight:	bold;
		}

#navlist ul, #navlist li
		{			
      
      display:	inline;
			list-style-type: none;
			margin:		0px;
			padding:	0px;
			font-weight:	bold;
		}

#navlist a:link, #navlist a:visited
		{
			background:	#909090;
			border:		1px solid #787878;
			border-bottom:	1px solid #787878;
			color:		#000;
			float:		left;
			font-size:	small;
			font-weight:	normal;
			line-height:	14px;
			margin-right:	0px;
			padding:	2px 10px 2px 10px;
			text-decoration: none;
			font-weight:	bold;
		}

#navlist a:link#current, #navlist a:visited#current
		{
			background:	#fff;
			border-bottom:	1px solid #fff;
			color:		#000;
			font-weight:	bold;
		}	

#navlist a:hover { 
			color:		#fff;
			background:	#26703d;
			font-weight:	bold;
			border:		1px solid #26703d;
		}

#navlist a:hover#current { 
			border:		1px solid #17cd03;
			border-bottom:	1px solid #fff;
			}
/*
#navcontainer ul
{
margin-left: 0px;
padding-left: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-size: 10px;
font-weight: bold;
list-style-position: inside;
list-style-image: url(cuadratin.gif);
}*/

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

.copyright {
			text-align: left;
			font-size: 85%;
			color: #999;
			clear: both;
			background: #fff;
			/* padding: 0 0 40px 15px; */
			/*
			margin-top: 0px;
			padding-top: 0px;
			*/
			padding-left: 30px;
			padding-bottom: 5px;
			margin-bottom: 30px;
		}

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

#banner		{
			background:		#dddddd;
			height:			130px;
			width:			960px;
			margin-left:		30px;
			margin-right:		20px;
			padding-bottom:		10px;
		}

#main		{
			float:		left;
			background:	white;
			color:		black;
			height:		98%;
			width:		97%;
			padding:	10px;
			padding-top:	0px;
			margin-top:	0px;
		}

#main a:link{color: #26903d; }
#main a:visited	{ color: #66703d; }

#about		{
			background: 	#fff;
			color:		black;
			padding:	10px;
			margin-bottom:	10px;
		}

#about h1	{
			padding-top:	0px;
			margin-top:	0px;
			padding-left:	5px;
			color:		#26703d;
			font-weight:	bold;
			font-size:	150%;
			/* background:	#26703d; */
		}		

#about h2	{
			padding-top:	0px;
			margin-top:	0px;
			padding-left:	5px;
			color:		#26703d;
			font-weight:	bold;
			font-size:	120%;			
			/* background:	#26703d; */
		}

#about h3	{
			padding-top:	0px;
			margin-top:	0px;
			padding-left:	5px;			
			font-weight:	bold;
			font-size:	120%;			
			/* background:	#26703d; */
		}


#about p	{
			text-align:	justify;
			padding-bottom:	0px;
			font-weight:	normal;
			font-size:	105%;
			padding-left:	10px;
			padding-right:	5px;
			/*
			border-right:	1px solid #ccc;
			border-left:	1px solid #ccc;
			*/
		}


/* #about t	{
			text-align:center;
			padding-bottom:	10px;
			font-weight:	bold;
			font-size:	105%;
			padding-left:	5px;
			padding-right:	5px;
			/*
			border-right:	1px solid #ccc;
			border-left:	1px solid #ccc;
			
		}*/
.newsitem	{
			/*
			background: 	#EEE8AA;
			*/
			background:	#fff;
			color:		black;
			/* border:		1px dashed #ccc; */
			padding:	10px;
			/* padding-left:	15px; */
			margin-bottom:	10px;
		}

.newsitem h1	{
			text-align:	left;
      padding-top:	0px;
			margin-top:	0px;
			color:		#26703d;
			font-weight:	bold;
			font-size:	150%;
			/* background:	#ff9300; */
			padding-left:	10px;
		}
		
.newsitem h2	{
			text-align:	justify;
      padding-top:	0px;
			margin-top:	0px;
			color:		#26703d;
			font-weight:	normal;
			font-size:	110%;
			/* background:	#ff9300; */
			padding-left:	10px;
		}
		
		
.newsitem h3	{
			text-align:	left;
      padding-top:	0px;
			margin-top:	0px;
		  color: black;
      /* color:		#26703d;*/
			font-weight:	bold;
			font-size:	90%;
			/* background:	#ff9300; */
			padding-left:	10px;
		}
		
		
.newsitem p	{
			text-align:	justify;
			padding-bottom:	0px;
			font-weight:	normal;
			font-size:	90%;
			padding-left:	10px;
			padding-right:	10px;
			
			/*
			border-right:	1px solid #ccc;
			border-left:	1px solid #ccc;
			*/
		}
.newsitem b {
    	text-align:	justify;
      padding-bottom: 0px;			
			font-weight:	bold;
			font-size:	90%;
			padding-left:	0px;
			padding-right:	10px;    
    }
    
.dateposted	{
			width:		100%;
			text-align:	right;
			color:		#909090; /* #aaaaaa; */
			padding-top:	0px;
			padding-bottom:	0px;
			padding-right:	10px;
			margin-right:	10px;
			font-size:	80%;
		}

.dateposted p	{
			text-align:	right;
		}
/* agregue para la parte de contact us */

.contact	{
			/*
			background: 	#EEE8AA;
			*/
			background:	#fff;
			color:		black;
			/* border:		1px dashed #ccc; */
			padding:	10px;
			/* padding-left:	15px; */
			margin-bottom:	10px;
		}

.contact h1	{
			text-align:	justify;
      padding-top:	0px;
			margin-top:	0px;
			color:		#26703d;
			font-weight:	normal;
			font-size:	110%;
			/* background:	#ff9300; */
			padding-left:	10px;
		}
		
		
.contact p	{
			text-align:	justify;
			padding-bottom:	0px;
			font-weight:	normal;
			font-size:	90%;
			padding-left:	10px;
			padding-right:	10px;
			}
		
/* ---------------------------------------------- */

#sidebar	{
			float: 		right;
			background: 	#dddddd url("images/sidebar-bg.gif") repeat-y;
			color:		black;
			/* height: 	98%; */
			height:		100%;
			width: 		30%;
			padding:	10px;
			padding-top:	0px;
			padding-left:	20px;
			padding-bottom: 0px;
			margin-bottom: 0px;
			/* border-left:	1px solid #ccc; */
			margin-right:	20px;
		}

#sidebar h2	{
			padding-top:	0px;
			padding-left:	10px;
			margin-top:	0px;
			margin-left:	5px;
			color:		#fff;
			font-weight:	bold;
			font-size:	110%;
			background:	#26703d;
		}

#sidebar p	{
			padding:	10px;
			padding-top:	0px;
			/* padding-bottom:	10px; */
			font-weight:	normal;
			font-size:	90%;
		}
#sidebar li	{
			padding-top:	0px;
			padding-left:	3px;
			margin-top:	0px;
			margin-left:	3px;
			color:		#26703d;
			font-weight:	normal;
			font-size:	90%;			
		}
		
#sidebar a:visited	{ text-decoration: none; color: #66703d; }	
#sidebar a:link { text-decoration: none; color: #26903d; }

#sidebar div	{
			/* border-bottom:	1px solid #ccc; */
		} 
		
	/*-----------------------images-----------------------*/
  
  #resources a:link  { text-decoration:none;  }
  #resources a:visited { text-decoration:none; }
  
  /* estos links son para el link de la home page */
  #link_left {
			font-weight: bold;
			font-size: 13px;
			padding-left: 25px;
			margin-bottom: 0px;
		}
		
  #link_left a:link{color: #26903d; }
		
  #link_left a:visited {color: #66703d;	}
  
  
.flechas li {
       
        font-size: 13px;       
        padding-left: 2px;        
        margin-left: 10px;        
        margin-bottom: 0px;        
        list-style-image: url('images/flecha-verde.jpg');         
        List-style-type:square;
}

.frame {
    padding:8px;
    background-color: #f5f5f5;
    
    border: 1px solid #999999;
}
.frame IMG{
   border: 1px solid #000000;
} 
  

