
*
{
	margin: 0;
	padding: 0;
}

html,body
{
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

body
{
	font-family: Lucida, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 75%;
	color:#3e3e3e;
}


a, a:visited

{
	color: #1979fc;
	text-decoration:none;
}

a:hover, a:visited:hover

{
	color: #1979fc;
	text-decoration:underline;
}

div#header h1 
{
	float:left;
	width: 380px;
	height: 120px;
	background-image: url(images/logo.gif);
	background-position: 0 45px;
	background-repeat: no-repeat;
	
}

div#header h1 span
{
	margin-left: -3000px;
	
}

div#header h2 
{
	float: right;
	width: 380px;
	height: 120px;
	background-image: url(images/logo-asf.gif);
	background-position: 250px 45px;
	background-repeat: no-repeat;
	
}

div#header h2 span
{
	margin-left: -3000px;
	
}


#menu
{
	width:760px;
	height:40px;
	//background-color: #ff9988;
	padding-top: 12px;
}


#menu ul li
{
	display: inline;
	list-style-type: none;
	margin:0;
	margin-top: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	//background-color: #5566ff;
	color: #fff;
}

#menu ul li.sel
{

	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	
}

#menu ul li.menu
{

	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: 0 -40px;
	
}

#menu ul li.menu:hover
{
	background-image: url(images/bg-menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;

}

#menu ul li.menu a
{
	color: #fff;
	text-decoration:none;
	
}
#menu ul li.menu a:hover
{
	color: #fff;
	text-decoration:none;
}

#content h3

{
	color: #033379;
	font-size: 24px;
	font-weight: lighter;
	margin-bottom:24px;
	margin-top:24px;
}

#content h3.pr

{
	font-size: 18px;
}

#content p, #content div

{
	line-height: 150%;
	margin-bottom: 12px;
	text-align:justify;
}

#image

{
	background-color: #f7f7f7;
	width: 215px;
	float:left;
	margin-right:20px;

}

#image.dida

{
margin-left:5px;

}

div#extra
{
	//margin-top:12px;
	margin-bottom:24px;
}
div#extra.pr
{
	background-color: #f7f7f7;
	border-color: #e8e8e8;
	border-width: 1px;
	border-style: solid;
	padding: 12px 20px 24px 20px;

}

.box
{
	background-color: #f7f7f7;
	border-color: #e8e8e8;
	border-width: 1px;
	border-style: solid;
	padding: 12px 20px 24px 20px;
	font-weight:bold;

}

div#extra.pr h4
{
	color: #033379;
	font-size: 85%;
	text-transform: uppercase;
}

div#extra.pr h5
{
	font-size: 100%;
	color: #f00500;
	margin-top: 12px;
}

div#extra.pr img, div#extra.pr img A
{
	border-color: #1979fc;
	border-width: 1px;
	border-style: solid;
}

div#extra.pr img:hover, div#extra.pr img A:hover
{
	border-color: #f00500;
	border-width: 1px;
	border-style: solid;
}


div#extra.pr A.zoom, #image A.zoom
{
	background-image: url(images/icon-zoom.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0 5px;
}

div#extra h3
{
	background-image: url(images/tit-local.gif);
	background-repeat: no-repeat;
	height:24px;
	width:375px;
}

div#extra h3 span
{
	margin-left: -3000px;
	
}

div#extra img
{
	margin-top: 12px;
	border-color: #408ffc;
	border-width: 1px;
	border-style: solid;
	
	
}


div#navigation
{
	margin-bottom:24px;
	padding-top:24px;
	padding-bottom:12px;
	background-color: #297fc4;
	color: #fff;
}



div#navigation h3
{
	background-image: url(images/tit-proyectos2.gif);
	background-repeat: no-repeat;
	height:24px;
}


div#navigation h3.pr
{
	background-image: url(images/tit-proyectos-menu.gif);
	background-repeat: no-repeat;
	height:36px;
}


div#navigation h3 span, div#navigation h3.pr span
{
	margin-left: -3000px;
	
}

div#navigation ol
{
margin-left:25px;
margin-right:5px;
margin-top:12px;
}

div#navigation ol li
{
margin-bottom:12px;
}

div#navigation ol li A
{
	color: #fff;
	text-decoration:none;
}

div#navigation ol li A:hover, div#navigation ol li.sel
{
	color: #cde4f5;
	text-decoration:none;
}



div#footer
{
	background-image: url(images/bg-footer.gif);
	background-repeat: repeat-x;
}

div#subfooter p 
{
	font-size: 80%;
	padding-top:12px;
}

div#header{height:164px}

div#container{width:760px;margin:0 auto}

div#content{float:right;width:460px}

div#navigation, div#navigation2{float:left;width:280px}

div#extra{float:left;clear:left;width:280px}

div#extra.pr{float:left;clear:left;width:238px}

div#localextra{width:760px}

div#footer{clear:both;width:100%;height:80px}
div#subfooter{width:760px;margin:0 auto}


