/* CSS Document */ 


body {
	background-color:#5C5C5C;
	margin:0px 0px 0px 0px; 
	color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;

}
#nav_top-container{
	width:700px;
	position:relative;
	margin-bottom: 0px;
	margin:0px auto;
}
#nav-top{
	width:100%;
	background-color:#000000;
	height:15px;
}
#container{
	width:770px;
	position:relative;
	margin-bottom: 0px;
	margin:0px auto;
	
} 
#body{
	position:relative;
	top:-50px;
	width:770px;
	padding-top:60px;
}
#side-left{
	position:absolute;
	width:24px;
	height:587px;
	top:90px;
	left:-24px;
	background-image:url(../img/side_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#side-right{
	position:absolute;
	width:24px;
	height:587px;
	top:90px;
	right:-24px;
	background-image:url(../img/side_right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#nav{
	position:relative;
	width:770px;
	height:70px;
	margin: auto;
	background-image:url(../img/nav.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-style:italic;
	font-size:20px;
	color:#FFFFFF;

}
#nav-logo{
	position:absolute;
	left:0px;
	top:2px;
	background-image:url(../img/mainmenu.jpg);
	width:160px;
	height:25px;
	background-repeat:no-repeat;
	
}
a{
font-size:12px;
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
}
#nav a{
	font-size:16px;
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover{
	color:#FFFFFF;
}

#head{ 
	position:relative;
	width:770px; height:129px;	
}
#foot{
	position:relative;
	width:770px;
	height:24px;
	background-image:url(../img/side_bottom.jpg);
	background-repeat:no-repeat;
}
#text-foot{
	top:14px;
	font-size:12px;
	font-weight:bolder;
	position:relative;
	margin:0px auto;
	width:500px;
	text-align:center;
}
#plan1{
	width:281px;
	background-image:url(../img/plan1.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#plan2{
	width:281px;
	background-image:url(../img/plan2.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#panel{
	width:287px;
	background-image:url(../img/panel2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.titulo1{
	color:#FFCC00;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
.text1{
	font-weight:bold;
}
.main-menu{
	border:1px solid #CCCCCC;
	width:1px;
	position:absolute;
}
.input1{
	background-image:url(../img/input.jpg);
	background-repeat:no-repeat;
	border:0px;
	width:164px;
	height:20px;
	padding-left:10px;
	padding-top:8px;
	color:#FFCC00;

}
#link2{
	color:#FFFFFF;
}
.button1{
	background-image:url(../img/button1.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border:0px;
	width:223px;
	height:65px;
	
}
