@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 14px;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #d8d435;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
#div_menu {
	float: left;
	height: 600px;
	width: 193px;
}
#div_contenido {
	float: left;
	height: 400px;
	width: 380px;
	text-align: left;
	margin-left: 35px;
	overflow: hidden;
}
pre {
	display: none;
}
#div_scroll {
	overflow:auto;
	height: 350px;
}
.texto_times_italic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	font-size: 12px;
}
.texto_times_italic_left {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	font-size: 12px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}