/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#333333;
}
.categoriasbg {
	background-image:url(../img/bg-title.gif);
	background-color:#D6D6D6;
	background-position:right top;
	background-repeat: no-repeat;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	border-bottom:#FFFFFF 1px solid;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #E4462B;
	text-decoration: underline;
}
/* HERRAMIENTAS */
#herramientas {
	font-family: Arial, Tahoma, Verdana, "Trebuchet Ms";
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	line-height:normal;
}
#herramientas a {
	font-family: Arial, Tahoma, Verdana, "Trebuchet Ms";
	font-size: 11px;
	color: #E4462B;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	line-height:normal;
}
#herramientas a:hover {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	line-height:normal;
}
/* BOTTOM */

#bottombg {
	background-color:#333333;
	border-top:#9fc94a 5px solid;
	margin:0px;
	font-family: Verdana, "Trebuchet Ms", Helvetica, Arial;
	font-size: 10px;
	color: #CCCCCC;
	height:60px;
}
#bottombg a {
	font-family: Verdana, "Trebuchet Ms", Helvetica, Arial;
	font-size: 10px;
	color: #E4462B;
	font-weight: bold;
	text-decoration: underline;
}
#bottombg a:hover {
	font-family: Verdana, "Trebuchet Ms", Helvetica, Arial;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	text-transform: none;
	line-height:normal;
}

