body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.cabecero {
	background-color: black;
}

#comment {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 380px;
}

#comment .top {
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(images/comment_top.gif);
}

#comment .bottom {
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(images/comment_bottom.gif);
}

#comment .fondo {
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 10px;
	font-family: Verdana, "Lucida Grande", Arial;
	background-repeat: repeat-y;
	background-image: url(images/comment_fondo.gif);
}
ul {

	padding: 0px;

	margin: 0px;

	list-style-type: none;

	font-size: 11px;

}
li {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #2b2b2b;
}
a:hover {
	color: black;
	text-decoration: underline;
}
.paginado {
	font-size: 11px;
}
.intro{
	font-size: 11px;
	text-align: center;
	margin: 10px;
	padding: 5px;
}
