body {
	background: #fff url(/img/topbg.gif) repeat-x;
	text-align: center;	/*** Centers the layout in Win IE 5.
								Text is re-aligned left in the #container class. ***/
}

/*************************************** GLOBAL -> LINKS ***************************************/
a {
	text-decoration: underline;
	color: #407E35;
}
a:hover {
	text-decoration: underline;
	color: #83C278;
}

/*************************************** GLOBAL -> TYPOGRAPHY ***************************************/
h1 {
	font: normal 24px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #407E35;
	margin: 0;
}
#masthead p {
	font: normal 11px "Trebuchet MS", verdana, sans-serif;
	letter-spacing: 1px;
	color: #83C278;
	line-height: 10px;
	margin: 3px 0 0;
}

/*************************************** GLOBAL -> IMAGES ***************************************/
.border_2px {
	border: 1px solid #EDF6EC;
	padding: 2px;
	background: #fff;
}

/*************************************** HEADER -> NAVBAR ***************************************/
#navbar {
	background: #EDF6EC url(/img/navbg.gif) top center repeat-x;
	border: 1px solid #EDF6EC;
}

/*************************************** LEFTBAR ***************************************/
#leftbar h4 {
	font: bold 12px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	color: #407E35;
	text-align: center;
	margin: 0;
	padding-bottom: 12px;
	background: url(/img/headerbg.gif) no-repeat bottom center;
}

#leftbar p{margin:0 0 1em;}

#sidenav {
	background: #EDF6EC;
	}
#sidenav ul li a {
	width: 162px !important; 
	width: 150px; 
	text-decoration: none; 
	padding: 6px 0 6px 14px; 
	display: block; 
	font-weight: lighter !important;
	}
#sidenav ul li a:hover {
	background: url(/img/sidenav_bg.gif) no-repeat;
	}

/*************************************** CONTENT ***************************************/
#content {
	float: left;
	width: 406px;
	background: #EDF6EC url(/img/mainbg.gif) repeat-y;
	border: 1px solid #EDF6EC;
	min-height:400px;
}
#content2 {
	float: left;
	width: 560px !important; 
	width: 545px; 
	border-left: 3px double #EDF6EC;
	padding-left: 15px;
	min-height:400px;
}

#contentbottom {
	background: url(/img/mainbgbottom.gif) no-repeat;
	height: 15px;
	}	
#contenttop {
	background: url(/img/mainbgtop.gif) no-repeat;
	height: 5px;
	}

h2{	
	font: bold 16px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: #407E35;
	margin: 0 0 1em;
	padding: 0;
}
h3{
	font: bold 13px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: #333;

}

h3 a{
text-decoration:none;
background: url(/img/subrayado.gif) repeat-x 0 100%;
}

h5{}


.item p{
}

.item p span{
font-variant: small-caps;
}

.resaltado{
padding:10px 20px 20px;
background-color: #EDF6EC;
}


/*ACCESIBILIDAD.ASP
-------------------------------------------------*/


table#atajos
{
	border-left:1px solid #7F99B2;
	border-top:1px solid #7F99B2;
	border-spacing:0px;/*por seguridad, ponerlo para eliminar el cellspacing en Mozilla. IE no lo soporta*/
}

table#atajos th
{
	border-right:1px solid #7F99B2;
	border-bottom:1px solid #7F99B2;
	/*background:url(../imagenes/th-back.gif) top left no-repeat;*/
	background-color:#EDF6EC;
	padding:0.2em 1em;
	border-spacing:0;
	vertical-align:top;
	white-space:nowrap;
	line-height:normal;
	color:#407E35;
	text-align:left;
}

table#atajos tr
{
	margin:0;
	padding:0;
	border-spacing:0;
}

table#atajos td
{
	border-right:1px solid #7F99B2;
	border-bottom:1px solid #7F99B2;
	margin:0 1em;/*?*/
	padding:0.2em 1em;
	border-spacing:0;
	vertical-align:top;
}

/*-------------------------------------------------*/

/*************************************** RIGHTBAR ***************************************/
#rightbar h4 {
	font: bold 12px Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	color: #407E35;
	text-align: center;
	margin: 0;
	padding-bottom: 12px;
	background: url(/img/headerbg.gif) no-repeat bottom center;
}

#rightbar p{margin:0 0 1em;}

/*************************************** FOOTER ***************************************/
#footer {
	clear: both;
	text-align: center;
	border-top: 3px double #EDF6EC;
	margin-top: 15px; 
}
