* {
	margin:0;
	padding:0;
}
body {
	background:#ffffff; /* url(../images/bg.gif) top repeat-x; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#333;
}
h3 {
	background:#51a126;
	color:#FFF;
	font-weight:normal;
	font-size:185%;
	font-style:italic;
	padding:5px;
}
p { margin:1em 0;}
a { color:#159; }
a:hover { text-decoration:none; background:#DEF;}

#wrap {
	width:780px;
	margin:0 auto;
	background:#FFF;
}
#container {background:url(../images/bgca.gif) repeat-y;}
#header {
/*	background:url(../images/header-rdm.jpg) no-repeat; */
	background:url(../images/head2.jpg) no-repeat;
	height:181px;
/*	height:237px;   */
	margin:0 1px;
	position:relative;
}
/* Header ----- */
#header h1 {font-size:170%; padding:5px;}
#header h1 a {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}
#header h1 a:hover { background:none;}
#header h2 { display:none; }
#searchForm {
	display:block;
	position:absolute;
	top:7px;
	right:10px;
}
input.searchTxt {
	border:1px solid #136;
	padding:3px;
	background:#f2f5fa;
}
input.searchTxt:hover, input.searchTxt:focus {background:#FFF;}
input.searchBtn, input.loginBtn {
	background:#488538;
	border:1px solid #483;
	border-bottom-color:#150;
	border-right-color:#150;
	padding:2px 10px;
	color:#FFF;
	font-weight:bold;
}

/* Menu ----------------- */
#menu {
	background:#165483 url(../images/bgm.gif) top no-repeat;
	width:191px;
	margin-left:1px;
	float:left;
}
#menu li {list-style:none; position:relative;}
#menu a {
	background:url(../images/mbullet.gif) 5px no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:5px 0 5px 17px;
	border-top:1px solid #276798;
	border-bottom:1px solid #00345b;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
	width:172px;
}
#menu li.lang { border-bottom:1px solid #FFF;}
#menu li.lang a {
	background:#1d5a89 url(../images/lbullet.gif) 3px no-repeat;
	border:1px solid #014172;
	padding:7px 0 7px 21px; 
}
#menu li.lang a:hover {background:#014172 url(../images/lbullet.gif) 3px no-repeat;}
#menu a:hover {
	background:#3e729b url(../images/mbullet.gif) 5px no-repeat;
}
#menu a.current {
	background:#53a227 url(../images/mbullet.gif) 5px no-repeat;
}

/*Submenu ------------------- */
#menu ul li ul {
	display:none;
	position: absolute;
	left:191px;
	top: 0;
	display: none;
	border:1px solid #b9d1e5;
	border-bottom:none;
	
}
#menu ul li ul li a {
	border-top:none;
	border-bottom:1px solid #b9d1e5;
	color:#159;
	background:#e3eef9;
	text-transform:none;
	font-size:12px;
	
}
#menu ul li ul li a:hover {background:#f4f8fd;}
#menu ul li:hover ul, #menu ul li.over ul {display:block;}
/* Corrige bug en IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%;}
* html #menu ul li ul {left:189px;}
* html #content {height:350px;}
/* End */
/* Content ------------------ */
#content {
/*	margin:0 1px 0 193px;  */
	margin:0 1px 0 193px;

	background:#ffffff; /*url(../images/bgc.gif) right bottom no-repeat; */
	min-height:350px;
}
.item a {
	background-color:#f4f8fd;
	background-repeat:no-repeat;
/*	background-position:8px 5px; 
	border:1px solid #DDD; */
	text-decoration:none;
	font-size:80%;
	padding:10px 10px 10px 50px;  
	display:block;
/*	margin:10px;  */
	width:210px;
/* agregado hoy*/
	padding:5px 0 5px 17px;
	border-top:1px solid #276798;
	border-bottom:1px solid #00345b;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
/*	font-size:11px;
	width:190px; */
}
.item a:hover {
/*	background-color:#f6f6f6;
	border:1px solid #36A;
	background-repeat:no-repeat;
	background-position:8px 5px;  */
}

/* ICONOS -------- */
.item a.pdf {background-image:url(../images/pdficon.gif);}
.item a.word { background-image:url(../images/wordicon.gif);}

/*Footer ------------------- */
#footer {
	clear:both;
	background:#047;
	border-top:1px double #FFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:1px 10px;
	color:#FFF;
}
#footer p { line-height:1.5em;} 
#footer p.address, p.contact {
	float:left;
	margin-right:2em;
	padding-right:2em;
	border-right:1px dashed #369;
}
#footer a {color:#FFF;} 
#footer a:hover {background:none;} 
p.grdm {}
p.grdm a {
	display:block;
	background:url(../images/logogrdm.gif) no-repeat;
	width:90px;
	height:48px;
	text-indent:-999em;
}
#footer p.grdm a:hover {background-image:url(../images/logo.gif);}
#Layer2 {
	position:absolute;
	width:152px;
	height:21px;
	z-index:1;
	left:500px;
	top: 194px;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Layer2 a{color:#FFF;}
#Layer2 a:hover  {background:none;color:#FFFF66 };
#Layer2 a:visitted {background:none;color:#FFFF66};
