@charset "utf-8";
/* CSS Document */

#left-content
{
	width: 793px;
	height: 90px;
	float: left;
	padding: 0 0 0 10px;
	margin-left:10px;
	background: url(../images/fondo_menu.png) repeat-x;
	min-height: 282px;
}

/*#center-content
{
	width: 800px;
	/*float: left;*//*
	padding: 0 20px 0 20px;
	background: url(../images/fondo_contdos.png) repeat-x;
	min-height: 50px;
}
*/
/* Menu */

#internal-logo
{
	text-align: center;
}

#internal-logo img
{
	border: none;
}

#internal-menu ul
{
	text-indent: 5px;
	padding: 6px;
	margin: 2px;
}

#internal-menu li a
{
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #417FDA;
}

#internal-menu li a:hover
{
	border-bottom: 1px dotted #000000;
}

/* Content */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}