/* CSS Document */

/* NAV */
a.content:link {
	color: #FF3300;
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	background-color: #EDE6DA;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
a.content:visited {
	color: #FF3300;
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	background-color: #EDE6DA;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
a.content:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF3300;
}
a.content:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF3300;
}
a.nav:link {
	color: #FF3300;
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
}
a.nav:visited {
	color: #FF3300;
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
}
a.nav:hover {
	text-decoration: none;
	color: #000000;
}
a.nav:active {
	text-decoration: none;
	color: #FF6600;
}
ul.nav {
	margin: 0px;
	padding-left: 16px;
	list-style-image: none;
	list-style-type: none;
}
li.nav  {
	margin: 0px;
	width: 100px;
	padding-bottom: 2px;
	padding-top: 2px;
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.nav img {
	margin-right: 4px;
	vertical-align: middle;	
}
.imgT {
	border: medium solid #999999;
	margin-top: 4px;	
}
.imgT:hover {
	border: medium solid #FF3300;
	margin-top: 4px;	
}

/* RECent */
a.rec:link {
	color: #FFFF00;
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 10px;
}
a.rec:visited {
	text-decoration: none;
	color: #FFFF00;
}
a.rec:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.rec:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Respuestas */
a.res:link {
	color: #FF3300;
	text-decoration: none;
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 10px;
}
a.res:visited {
	text-decoration: none;
	color: #FF3300;
}
a.res:hover {
	text-decoration: none;
	color: #660000;
}
a.res:active {
	text-decoration: none;
	color: #660000;
}

/* MINnav */
a.minav {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
a.minav:visited {
	color: #999999;
	text-decoration: none;
}
a.minav:hover {
	color: #FF3300;
	text-decoration: none;
}
a.minav:active {
	color: #FF3300;
	text-decoration: none;
}
