/*Created by Ardora http://www.webardora.net */
*
{
	margin: 0em;
	padding: 0em;
}

body{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 11pt;
}
a{
	color: #669911;
}
/* Header */
#header{
	height: 70px;
	background-image: url('images/a2.gif');
	background-position: bottom left;
	padding-left: 40px;

}
#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}
#header h1
{
	
	font-size: 1.6em;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;

}
/* Menu */
#menuPrincipal
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;
}
#menuPrincipal ul
{
	list-style: none;
}
#menuPrincipal li
{
	display: inline;
}
#menuPrincipal li a
{
	font-size: 1.1em;
	font-weight: bold;	
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#menuPrincipal li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
	padding: 5px 5px 5px 5px;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}
#areaContido { width: 80%; padding: 5px 10px 10px 5px; text-align:justify;}
#areaContido p{
	padding:0px;
	margin:0px;
}
#areaContido h2, #areaContido h3
{
	
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 5px;
}
/* Tertiary Content */
#menu
{
	float: right;
	width: 17%;
	padding-right: 1em;
}
#menu ul li a{
padding:0px;
}
#menu h3{
padding:0px;
margin:0px;	
}

/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}
