.listanoticias {
}
.listanoticias .noticia {
	border-bottom:solid 1px #e6b020;
	padding:10px 0;
	margin-bottom:10px;
}
.listanoticias .noticia .fechautor {
	font-size:7pt;
	font-weight:bold;
}
.listanoticias .noticia .descrip {
	padding:8px 0;
}
.listanoticias .noticia .vermas {
	background: transparent url(../images/newspaper_go.png) no-repeat left center;
	padding: 2px 0 2px 20px;
	height:16px;
}

#titulo {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	color: #e2914c;
	border-bottom: solid 1px #dfdfdf;
}
#not_contenido {
	font-size: 12px;
	padding:10px 0;
}
#not_contenido span {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #fff;
}
#not_contenido span img {
	padding:3px;
	border:1px solid #CCC;
}
#fotoautor {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
#not_firma {
	padding-top:30px;
	font-style:italic;
}


#msjComent {
	background-color:#f8e18e;
}
.coment_post {
}
.coment_post .coment_user {
	background-color:#f7f7f7;
	border-top:1px solid #a47b2c;
	padding:3px 0 0 5px;
}
.coment_post .coment_fecha {
	background-color:#f7f7f7;
	font-size:7pt;
	color:#999;
	padding:0 0 0 5px;
	border-bottom:1px solid #CCC;
}
.coment_post .coment_mismo {
	background: transparent url(../images/start_quote.gif) no-repeat left 2px;
	padding:5px 22px;
	color:#000000;
	border-bottom:1px dotted #CCC;
	margin-bottom:13px;
	overflow:hidden;
}
.coment_post .coment_mismo span {
	background: transparent url(../images/end_quote.gif) no-repeat right 2px;
	padding-right:22px;
}