/* --- Hoja de estilos de definicion de tamano y tipo de fuentes --- */

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

/* herramientas */

#herramientas {
	font-size: 12px;
	color: #ffffff;
}

#herramientas a{
	color:#FFFFFF;
	text-decoration:none;
}

#herramientas a:hover{
	text-decoration:underline;
}

#herramientas label{

}

#idioma a{
	font-size: 12px;
}



/* menu */ 

#menu{

}

#menu table {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.mainlevel_menu1{
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}

.submenu a{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}



#active_menu_menu1{
	font-weight: bold;
	color: #cc3333;
}


#menu table .sublevel_menu1:hover{
	text-decoration: underline;
}




/*contenido*/

#contenido{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12px;
}

.titulo_koala{
	font-size:22px;
	color:#666666;
}


#contenedor_principal #contenido #barra_contenido p {
	font-size:22px;
	color:#666666;
	margin-left:150px;
	margin-top:0;
}

.pathway_titulo{
	font-size: 12px;
}

.pathway{ /*MODULO MIGAS DE PAN*/
	font-size: 12px;
}


.contentheading{ /* Titulo del texto*/
	font-size: 14px;
	color: #cc3333;
	font-weight: bold;
}


.titulo {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-bottom: -15px;
}

.texto{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}


/*pie*/


#pie{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:10px;
	color:#333333;
}

#pie label{
	float: right;
}

#pie a{
	color:#333333;
	text-decoration:underline;
}

#pie a:hover{
	text-decoration:none;
}


