.fixed {
	position: fixed;
	top: 0;
	z-index:0;
	-moz-box-shadow: 0 5px 5px 0 #d1d1d1;
	-webkit-box-shadow: 0 5px 5px 0 #d1d1d1;
	box-shadow: 0 5px 5px 0 #d1d1d1;
}
#content-base {
	height: auto;
	margin: 13px 0 0 0 ;
	float: left;
	background-color: #FFF;
	padding: 0;
}
#content-bar {
	width:960px;
	height:100px;
}
#content-bar .title-bar {
	width:940px;
	height:50px;
	margin:0;
	padding-left:20px;
	background: white;
}

#content-bar .menu-bar {
	float: left;
	height: 50px;
	width:960px;
	background-color: #f8e9dd;
}
.menu-bar ul {
	margin-left: 20px;
}
.menu-bar li {
	float: left;
	list-style: none;
	margin: 8px 10px 0 10px;
}
.menu-bar li a {
	float: left;
	color: #999;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:120%;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;

}
.menu-bar li a:hover, .menu-bar li a:active {
	color: #fff;
	border-radius: 5px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffd391;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffd391;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffa13d), color-stop(1, #ff8000) );
	background:-moz-linear-gradient( center top, #ffa13d 5%, #ff8000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa13d', endColorstr='#ff8000');
	background-color:#ffa13d;
	text-decoration:none;
}
#subir {
	display: none;
}
.menu-bar li #subir a:active {
	background: none!important;
}
.block .content-block {
	float: left;
	padding: 30px;
	width: 904px;
	display: block;
	background:url(../images/bg_content.jpg )repeat-x left bottom;
}
.block .content-block p img {
margin: 0 0 20px 20px;
}