/* CSS Document */
.place_extra {
	float:left;
	width:270px;
	margin-right:10px;
	margin-bottom:15px;
}
.place_img {
	width:245px;
	margin:0 auto;
}
.post-it {
	margin:20px 15px 0;
	padding:16px 20px;
	font-size:90%;
	background-color:#E7EFBB;
}
.post-it span {
	font-family:Arial, Gadget, sans-serif;
	font-size:90%;
}
.post-it p {
	margin-bottom:0;
}
.toggle-view {
    list-style: none;   
    margin: 0;
    padding: 0;
}
.toggle-view li.toggle {
	position: relative;
	cursor: pointer;
}
.toggle-view h4 {
	margin: 0 0 5px 0;
}
.docs .toggle-view h4,
.oque .toggle-view h4,
.webgrafia .toggle-view h4,
.como .toggle-view h4 {
	margin: 0 !important;
}
.toggle-view span.toggle-cmd {
	position: absolute;
	right: 10px;
	top:2px;
	color: #FFF;
	font-size: 13px;
}
.toggle-view div.toggle-content {
	margin: 5px 0;
	display: none;
}
.docs .toggle-view div.toggle-content,
.oque .toggle-view div.toggle-content,
.webgrafia .toggle-view div.toggle-content,
.como .toggle-view div.toggle-content {
	margin: 0 0 5px !important;
}

.toggle-view div.visitas_img {
	float: right;
	width: 245px;
	display: block;
	clear: both;
}
.theme-item.doc {
	padding-left:40px;
}
.theme-item.pdf {
	background:transparent url(../../images/icon/pdf-icon_24x24.png) 10px 12px no-repeat scroll;
	min-height:24px;
}
.theme-item p.autor span {
	color:#aaa;
}
