body {
	background-color: #FFFDDF;
	font-size: 16px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
}

img {
}

a {
	color: #666666;
}

a:hover {
	color: #000000;
}

img {
	border: none;
}

img.left {
	margin: 5px;
	border:1px solid;
}

/* Header */
#header {
	width: 890px;
	height: 177px;
	margin: 0 auto;
}

#menu {
	width: 890px;
	height: 60px;
	margin: 0 auto;
	margin-top:10px;
	background: url(../imgs/bullets/linea_naranja2.gif) repeat-x;
}

#menu ul {
	width: 890px;
	margin: 0 auto;
	padding-left: 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	/*width: 90px;*/
	padding-left:15px;
	padding-right:15px;
	height: 17px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	border-left: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	margin-right: 5px;
	background: #000000;
}

#menu a:hover {
	color: #CCCCCC;
	font-weight: bold;
}

#menu .active a {
	color: #FFFFFF;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 10px;
	background: url(../imgs/bullets/img6.gif) repeat-x;
	margin-top: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

#legal {
}

#links {
}

.post_title{
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 5px 0;
	/*background: url(../imgs/bullets/img5.gif) repeat-x left bottom;*/
	/*background: url(../imgs/bullets/img5.gif) repeat-y right top;*/
	border-bottom:1px dotted;
}

.post_imgs{
	padding-top:10px;
	padding-bottom:10px;
	height:100px;
}

.post_descrip{
	padding-bottom:10px;
	line-height: 180%;
}

.post_info{
	padding-top:5px;
	/*background: url(../imgs/bullets/img5.gif) repeat-x left top;*/
}

.post_info_date{
	/*background: url(../imgs/bullets/img5.gif) repeat-y right top;*/
	border-right:1px solid;
	width:100px;
	height:30px;
}

.post_info_nick{
	/*background: url(../imgs/bullets/img5.gif) repeat-y right top;*/
	border-right:1px solid;
	padding-left:10px;
	width:300px;
}

.post_info_comment{
	/*background: url(../imgs/bullets/img5.gif) repeat-y right top;*/
	border-right:1px solid;
	text-align:center;
	width:150px;
}

.post_info_detail{
	padding-left:10px;
	text-align:right;
	width:100px;
	font-size:14px;
}

.post_info_detail a{
	text-decoration:none;
}

.add_banner{
	width: 550px;
	height: 100px;
	margin: 0 auto;
}

.pag_links{
	text-decoration:none;
}
