body {
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	position: relative;
	top: 10px;
	width: 255px;
	margin: 0 20px 0 0;
}
#logo a {
	display: block;
	font-size: 0;
	height: 100px;
	line-height: 0;
	text-indent: -4000px;
	background-attachment: scroll;
	background-color: rgba;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.moto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #333;
	padding: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	text-align: center;
}

.sectiune {
	padding: 20px;
	font-size: 14px;
	color: #CCC;
	line-height: 1.4em;
}

.sectiune h2 {
	font-size: 22px;
	color: #FC0;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sectiune p {
	margin-bottom: 5px;
}
.sectiune ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.sectiune ul li {
	color: #999;
	font-size: 13px;
	list-style-type: disc;
}
.sectiune ul li a{
	color: #A0925F;
	font-size: 13px;
	list-style-type: disc;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.sectiune ul li a:hover{
	font-weight: bold;

}
.menu {
	height: 50px;
}

				
#content {
	color: #CCC;
	font-size: 14px;
	line-height: 1.4em;
	position: relative;
	top: 1000px;

}
#content h2 {
	font-size: 22px;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
#content h3 {
	font-size: 18px;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
#content img {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border:none;
}

#copyright {
    color: #999999;
    float: left;
    font: 14px/42px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 10px 0 15px;
    text-shadow: 0 -1px 0 #000000;
}
#autor {
	color: #999999;
	float: right;
	font: 14px/42px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0 10px 0 15px;
	text-shadow: 0 -1px 0 #000000;
}

.bk_dark {
    background: url("../img/header_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding: 32px 30px 57px;
}
.bk_light {
	background-image: url(../images/bklight.jpg);
}
.headerMov {
    background: url("../img/header_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0.5);
    min-height: 120px;
/*    margin: 0 auto;
*/
    width: 100%;
    z-index: 5;
}
.slogan{
    left: 110px;
    position: absolute;
    top: 5px;
    width: 900px;
    z-index: 9999;
    height: 40px;
    overflow: hidden;
}
.slogan img{
	float:left
}
.fcb{
	opacity:0.7;
	transition: all 0.5s ease 0s;
}
.fcb:hover{
	opacity:1;
	cursor:pointer;
}
.opac{
	opacity:0.3;
	transition:all 0.5s ease 0s;
}
.opac:hover{opacity:1;
}
#content ul{
	list-style-type: disc;
	margin-left:30px;
}
#content ul li a{
	color:#FFF;
	line-height:22px;
	height: 22px;
	display: block;
	text-decoration: none;
}
#content ul li a:hover{
	text-decoration: underline;
}