body {
	margin: 0px;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 10px;
	}
/*
A:link, A:visited, A:active {
	color: black;
	}
*/
A.texto:link, A.texto:visited, A.texto:active {
	color: black;
	}

A.lenguajes {
	color: #800000;
	}

/*Barra de navegación central*/
A.nav {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	border-width: 0px 3px 0px 0px;
	border-style: none solid none none;
	border-color: #B00000;
	}

/*Barra de navegación superior derecha*/
A.toolbar {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	}

H2, H3, H4, H5, H6 {
	color: #800000;
	}
	
B {
	color: #800000;
	}

/*Tercio superior e inferior de la pantalla*/
#top {
	height: 110px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom-width: 0;
	}

#bottom {
	padding-top: 0;
	margin-top: 0;
	border-top-width: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

/*Parte central*/
#contenido {
	background-color: #F3EFDC;
	padding: 0;
	margin: 0;
	border-width: 0;
	}
/*
#menu {
	position: absolute;
	left: 70px;
	width: 160px;
	padding-right: 20px;
	}

#main {
	margin-left: 250px;
	width: 440px;
	}

#cabecera_list {
	width: 640px;
	}
*/


/*Drop shadows para títulos*/
#titulo {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 3px;
	left: 3px;
	color: #CCCCCC;
	}

#titulo_dropshadow {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: -3px;
	left: -3px;
	color: #A00000;
	}


/*Drop shadows*/
#drop1 {
	padding: 0;
	margin: 0;
	border-width: 0;
	height: 11px;
	line-height: 11px;
	background: url(sysimg/drop1.jpg);
	background-repeat: repeat-x;
	}
#drop2 {
	padding: 0;
	margin: 0;
	border-width: 0;
	height: 11px;
	line-height: 11px;
	background: url(sysimg/drop2.jpg);
	background-repeat: repeat-x;
	}


/*Arbol de categorías*/
.treeMenuInciensos A {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, sans-serif;	
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;	
	}

.treeMenuDefault {
	padding: 0px;
	margin: 0px;;
	line-height: 14px;
	font-size: 14px;
	}

.treeMenuDefault A {
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}

.treeMenuDefault A:hover {
	color: #666666;
	}

.treeMenuSmall {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	text-indent: -0.5em;
	line-height: 14px;
	font-size: 12px;
	}

.treeMenuSmall A {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	text-decoration: none;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.treeMenuSmall A:hover {
	color: #666666;
	}

.treeMenuBold A {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	}
	


