body {
  background-image:url(../img/fondo.jpg);
  font-family:Arial,Helvetica,sans-serif;
  margin:0px;
  text-align:center;
  font-size:13px;
}

#contenedor {
  clear:both;
  margin:0px auto;
  width:1000px;
  display:block;
  min-height:322px;
}

div {
  background-color:white;
  text-align:left;
}

a {
  font-size:12px;
  letter-spacing:0px;
  padding-left:0px;
  text-align:justify;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

.titulo{
  color:white;
  font-size:12px;
  letter-spacing:0px;
  padding-left:0px;
  text-align:justify;
  text-decoration:none;
}

.migas {
  color:#3F547A;
  font-size: 12px;
}

#migas {
  position:absolute;
  top:155;
  padding:5px;
 
}
.temas_comment{
	border: 1px dotted GrayText;
	background-color: white;
	font-size: 11px;
}
.temas_tittle{
	border: none;
	color: black;
	font-size: 12px;
	background:#C3A007;
	font-weight: bolder;
}
.posts_comment{
	background-color: white;
	font-size: 11px;
	border-left: 1px dotted GrayText;
	border-right: 1px dotted GrayText;
	border-top: 1px dotted GrayText;
}
.posts_resto{
	background-color: white;
	font-size: 11px;
	border-left: 1px dotted GrayText;
	border-right: 1px dotted GrayText;
	border-bottom: 1px dotted GrayText;
	font-style: italic;
	text-align: right;
}
.posts_tittle{
	border: none;
	color: white;
	font-size: 12px;
	background:#C3A007;
	font-weight: bolder;
}
#botones a{
	background: ThreedShadow;
	border: 1px solid black;
	font-weight: bolder;
	text-decoration: none;
	color: black;
}
#botones a:hover{
	background: silver;
}
#botones a:focus{
	background: silver;
}

