/* CSS Document #dfebf7 */
body {
	color: #0F3657;
	background-color: #88ace2;
	background-image: url(images/page_bg.jpg);
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
/* DIV */
.header{
	width: 966px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat; 
	height:150px;
}
.content{
	width: 966px;
	padding-bottom: 0px;
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
}
.footer{
	width: 966px;
	position:relative; 
	height:173px;
	background-image: url(images/_pie.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left {
	float: left; 
	position: relative; 
	width:0px;
	margin: 0px 0px 0px 0px; 
	padding: 20px 0px 30px 50px; 
	text-align: justify;
}
#menu_iz {
	width: 154px;
	text-align: left;
}
#Centro_body {
	width:500px; 
	float:left;
	margin: 0px 0px 0px 175px; 
}
#right {
	float: right;
	width: 150px; 
	padding: 30px 50px 0px 0px; 
	text-align: left;
}
.izmenu_item {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}
.webdesign{
	color: #0F3658;
	background-color: inherit;
}

/* TEXT */
h1{
	margin: 0px 0px 0px 0px;
	font-size: 16px; 
	font-style:italic;
}
h2{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

/* LINKS */
a.izmenu_link, a.izmenu_link:visited{
	color: #000033;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
}
a.izmenu_link:hover{
	color: #ffffff;
	margin: 4px 2px 4px 0px;
	padding: 4px 20px 4px 2px;
	background-color:#0F3657;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

