.texto
{
	font-family:arial;
	font-weight:normal;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-left: 8px;
	padding-right: 8px;
}

a:hover {
	text-decoration: none;	
}

a.texto:hover {
	color: #8AB876;
	text-decoration: none;
}

.textotitulo
{
	font-family:arial;
	font-weight:bold;
	font-size: 11px;
	color: #446535;
	text-align: center;
}

.submenu
{
	font-family:arial;
	font-weight:bold;
	font-size: 11px;
	color: #446535;
text-decoration: none;	
}

a:hover {
	text-decoration: none;	
}

a.submenu:hover {
	color: #8AB876;
	font-weight:bold;
	text-decoration: underline;
}

.submenuactivo
{
	font-family:arial;
	font-weight:bold;
	font-size: 11px;
	color: #8AB876;
	text-align: center;
text-decoration: none;	
}

.titulos
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 1.5px;
	text-decoration: none;	
}

a:hover {
	text-decoration: none;	
}

a.titulos:hover {
	color:  #EEEEEE;
	text-decoration: underline;
}

.piepagina
{
	font-family:arial;
	font-weight:bold;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
		text-decoration: none;	
	}
	
a.piepagina:hover {
	color:  #CCCCCC;
	text-decoration: none;	
}

.tabla2
{
	text-align: justify;
	vertical-align: middle;
	overflow: auto;
	height: 200;
	width: 100%;
}

.scroller {
	font-family:arial;
	font-weight:normal;
	font-size: 11px;
	color: #446535;
	text-align: left;
display:block;
position:relative;
width: auto;
height: 360; 
margin:0;
/*padding:5px;*/
background:inherit;
color:inherit;
overflow:auto;/*must have this*/

scrollbar-arrow-color: #DDDDDD; 
scrollbar-base-color: #8AB876; 
scrollbar-dark-shadow-color: #446535; 
scrollbar-track-color: #446535; 
scrollbar-face-color: #8AB876; 
scrollbar-shadow-color: #DDDDDD; 
scrollbar-highlight-color: #CCCCCC; 

}