/* CSS Document */

body{
	margin: 0px;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(../images/bgr-body.jpg) no-repeat fixed;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

strong {
	text-align: left;
}
th {
	border-right: 1px dotted #ACACAC;
	text-align: left;
}


p{


}

ul{

}

li{


}

a{
	color: #E831A3;
	text-decoration: none;

}


a:hover{
	color: #F8ABD7;
	text-decoration: underline;
}

h1{
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
}

h2{
	font-size: 14px;
	font-weight: normal;
	color: #828282;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

h3{
	font-size: 14px;
	font-weight: normal;
	color: #8D105B;
	text-align: left;
}

h4{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;

}

h5{


}

h6{
	background: #D6D6D6;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;


}

#top_wraper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bgr-wraper-top.png) no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	height: 50px;
}

#footer_wraper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bgr-wraper-footer.png) no-repeat;
	padding-right: 30px;
	padding-left: 30px;
	height: 50px;
}
#wraper #navigation .active {
	color: #FFFFFF;
	background: url(../images/bgr-navigation-active.jpg);
}

#wraper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/bgr-wraper.png) repeat-y;
	padding-right: 30px;
	padding-left: 30px;
}

/*
##################################################################################################################

						HEADER DIV STYLES
##################################################################################################################
*/



#header{
	background: url(../images/bgr-header.jpg);
	height: 80px;
	width: 800px;
}

#navigation{
	background: url(../images/bgr-navigation.jpg);
	height: 30px;
	width: 800px;
	border-top: 1px solid #630E41;
	border-bottom: 1px solid #DD51A5;
}
#navigation #contact {
	float: right;
}

#navigation #contact:hover {

	background: url(none);
}

#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	list-style: none;
	display: inline;
}
#navigation a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	height: 24px;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	border-right: 1px solid #D178AD;
}
#navigation #diferente {
	color: #477025;
}

#navigation #diferente:hover {
	color: #A0D277;
	text-decoration: underline;
	background: #C84B97;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: #C84B97;
}
#banner {
	float: left;
	width: 800px;
	margin: 10px 0px 0px;
	padding: 0px;
}




/*
##################################################################################################################

						BODY DIV STYLES
##################################################################################################################
*/

#body_wraper{
	width: 800px;
	float: left;
	background: url(../images/bgr-bodywraper.jpg) no-repeat;
}

#side_nave{
	float: left;
	width: 190px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
	color: #6D6D6D;
	text-align: left;
}
#side_nave ul{
	margin: 0px;
	padding: 0px;
}

#side_nave li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#side_nave ul li a{
	padding-left: 24px;
	color: #EA1C98;
	display: block;
	margin-bottom: 1px;
	margin-top: 1px;
	background: url(../images/icon-link.jpg) no-repeat;
}
#side_nave ul li a:hover{
	background: url(../images/icon-link.jpg) no-repeat;
	color: #F37CC4;
	text-decoration: underline;
}

#side_nave h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
	border-left: 5px solid #EA1C98;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#side_nave h2 {
	font-size: 11px;
	font-weight: normal;
	color: #580A38;
}

#main_content{
	float: right;
	width: 560px;
	padding-top: 50px;
	padding-right: 20px;
}

/*
##################################################################################################################

						FOOTER  DIV STYLES
##################################################################################################################
*/

#footer_bar {
	width: 760px;
	font-size: 10px;
	color: #FFFFFF;
	margin: 50px 10px 10px;
	padding: 5px 10px;
	background: #580A38;
	float: left;
}
#footer_bar a {
	color: #FD7EE7;
}


 #footer{
	clear: both;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	border-top: 1px dotted #ACACAC;
	padding-top: 10px;
 }
#footer #top {
	color: #ACACAC;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer li a {
	color: #E831A3;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#footer li a:hover {
	color: #F8ABD7;

}
 
#footer a{
	color: #ACACAC;
 
 
 }
 
#footer #stilu_links {
	width: 780px;
	clear: both;
}
