/* CSS Document */
#noticias{
	padding:4px;
	padding-top:0px;
}
#noticias h1{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:22px;
	color:#6D972F;
	width:100%;
	border-bottom:1px solid #6D972F;
	margin:0;
	margin-bottom:3px;
	
}
#noticias span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#noticias span a:link, #noticias span a:visited{
	color:#6D972F;
	text-decoration:none;
}
#noticias span a:hover{
	color:#6D972F;
	text-decoration:underline;
}

#noticias .fecha{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	color:#339999;
	font-size:10px;
}

a.link_noticia:link, a.link_noticia:visited{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:14px;
	color:#6D972F;
	text-decoration:none;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase;
}
a.link_noticia:hover{
	text-decoration:underline;
}

#noticias .bajada{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:10px;
	color:#666666;
	margin-bottom:5px;
	text-align:justify;
}
#noticias .divisor{
	background:url(../imagenes/dot.gif) repeat-x;
	background-position:bottom;
	font-size:4px;
	margin-bottom:10px;
}

#paginacion{
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	background-color:#6D972F;
	height:23px;
	padding-left:10px;
	margin-bottom:5px;
}
#paginacion a:link, #paginacion a:visited{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}

#paginacion a:hover{
	text-decoration:underline
}
#paginacion b{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:10px;
	color:#000;
}

#noticias .texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#666666;
	line-height:20px;
}
#noticias h2{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:19px;
	color:#8C8639;
	font-weight:normal;
}
#noticias img{
	background-color:#FFFFFF;
	padding:4px;
	border:1px solid #CCCCCC;
	margin:2px;
}
#noticias .intBajada{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:12px;
	border-bottom:1px dotted #009900;
	font-style:italic;
	color:#328134;
	margin-bottom:10px;
	padding-bottom:5px;
}

/*---------------Comentarios--------------*/
#comentarios{
	padding:10px;
}
#comentarios h3{
	border-top:1px dotted #009900;
	font-size:19px;
	font-weight:normal;
	color:#999999;
	padding-top:3px;
}
#comentarios h4{
	border-top:1px dotted #009900;
	margin-left:60px;
	font-size:16px;
	font-weight:bold;
	color:#999999;
	padding-top:3px;
}

#comentarios .number{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:40px;
	color:#D6E7AD;
	float:left;
	display:block;
	width:50px;
	text-align:right;
}
#comentarios .comentario{
	border:1px solid #D6D6D6;
	background-color:#FAFAFA;
	margin-bottom:10px;
	margin-left: 60px;
	padding:15px;
}
#comentarios .fecha{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:10px;
	border-bottom:1px solid #D6D6D6;
	color:#7CAB37;
}
#comentarios .firma{
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size:11px;
	line-height:20px;
	text-align:justify;
}
#comentarios .form{
	font-size:11px;
	color:#999;
	border:1px solid #D6D6D6;
	background-color:#F0F0F0;
	margin-left: 60px;
	padding:15px;
}

#comentarios .inputbox{
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-size:10px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:2px;
}
#comentarios .btn_comentar{
	background:transparent url("../imagenes/btn_comentar.gif") 0 0 no-repeat;
	display:block;
	margin-top:2px;
	margin-right:4px;
	width:86px;
	height:17px;
	cursor:pointer;
	cursor:hand;
}