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

#left-content
{       
	width: 200px;
	float: left;
	padding: 0 0 0 30px;
	background: url(../images/fondo_menu.png) repeat-x;
	min-height: 282px;
}
#left
{       
	width: 150px;
	float: left;
	padding: 0 0 0 2px;
	/*background: url(../images/fondo_menu.png) repeat-x;*/
	/*min-height: 282px;*/
}

#center-content
{
	width: 550px;
	float: right;
	padding: 0 0px 0 20px;
	background: url(../images/fondo_menu.png) repeat-x;
	min-height: 282px;
}
#center-content2
{
	width: 590px;
	margin-left:20px;
	float: right;
	padding: 0 0px 0 10px;
	overflow: hidden;
	/*background: url(../images/fondo_menu.png) repeat-x;*/
	/*min-height: 282px;*/
}
#center-content3
{
	width: 800px;

	float: right;
	padding: 0 0px 0 0px;
	background: url(../images/fondo_menu.png) repeat-x;
  min-height: 282px;
}
#center-content4
{
	width: 800px;
  padding: 0 0px 0 0px;
	background: url(../images/fondo_menu.png) repeat-x;
  min-height: 282px;
}


/* Menu */

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

#internal-logo img
{
	border: none;
}

#internal-menu ul
{
	text-indent: 1px;
	padding: 1px;
	margin: 1px;
}

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

#internal-menu li a:hover
{	color: green;
	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 {
}