/* CSS Document */
a.menu {
	font-size		: 10px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #444444;
	text-decoration	: none;
	width			: 100%;
	padding-left	: 5px;
	padding-top		: 4px;
	padding-bottom	: 4px;
	text-align		: left;
	font-weight		: bold;
	border-bottom	: solid 1px #d9244f;
}
a.menu_activo:hover, a.menu:hover {
	text-decoration	: none;
	color			: #000000;
	background-color: #f4c500;
}
a.menu_activo {
	font-size		: 10px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #000000;
	text-decoration	: none;
	width			: 100%;
	padding-left	: 12px;
	padding-top		: 4px;
	padding-bottom	: 4px;
	text-align		: left;
	font-weight		: bold;
	border-bottom	: solid 1px #d9244f;
	background		: url(img/li.gif) no-repeat 2px 5px;
}
a.menu_top {
	font-size		: 10px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #615d5c;
	text-decoration	: none;
	width			: 100%;
	font-weight		: bold;
}
a.menu_top:hover {
	text-decoration	: none;
	color			: #888888;
}
a.navi {
	color			: #615d5c;
	text-decoration	: none;
}
a.navi:hover {
	color			: #615d5c;
	text-decoration	: underline;
}
.ctdo_txt {
	font-size		: 12px;
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color			: #615d5c;
	padding			: 10px;
}
.ctdo_txt table {
	font-size		: 12px;
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color			: #504c4b;
}
.ctdo_txt_titulo {
	font-size		: 12px;
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color			: #ffffff;
	font-weight		: bold;
	width			: 100%;
	height			: 16px;
	background-color: #d9244f;
	padding			: 0px 0px 0px 5px;
	border-bottom	: solid 1px #615d5c;
	border-top		: solid 1px #615d5c;
}
.institucional_txt_titulo {
	font-size		: 12px;
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color			: #000000;
	font-weight		: bold;
	width			: 100%;
	height			: 10px;
/*	background-color: #d9244f;*/
	padding			: 0px 0px 2px 5px;
	border-bottom	: solid 1px #8e68a3;
	border-left		: solid 16px #8e68a3;
}
input, textarea, select, .tabinfo {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #242C31;
  background-color : #FEFEFE;
  border           : 1px solid #DDDDE0;
}
.link_bottom {
	font-size		: 9px;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	color			: #000000;
	margin-top		: 30px;
	margin-bottom	: 20px;
}
.link_bottom a {
	color			: #888888;
	text-decoration	: none;
}
.link_bottom a:hover {
	color			: #555555;
	text-decoration	: underline;
}
li {
	list-style			: inside url(img/li.gif) 1px;
	list-style-image	: url(img/li.gif);
	list-style-position	:outside;
	margin-left			:15px;
	margin-right		:0px;
	padding				:0px;
}
.alignderecha{
	text-align			: right;
	width				: 100%;
}
.accesodirecto{
	margin				: 10,0,0,0;
}