body{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	background:url(../img/fondo.jpg) center no-repeat #492e19;
	background-attachment: fixed;
	color:#482f19;
}

hr{
	border:0 none;
	background-color:#6d543e;
	width:100%;
	height:2px;
}

#content{
	margin:0px auto; 
	padding:0px; 
	width:1000px;
}

#titulo{
	position:relative; 
	width:710px;
	height:200px;
	margin: 20px auto 0 auto;
}


#main{
	width:850px;
	margin: 10px 0 0 55px;
}

.blog{
	position:relative;
	margin:0 0 20px 0;
	background:#fbf2db;
	border:2px solid #dfcc95;
	padding:5px 10px 10px 20px;
	width:485px;
}

.blog a{
	color:#482f19;
	font-weight:bold;
}
.blog_fecha{
	font-style:italic;
	font-size:12px;
	padding-left:70px;
	
}

.blog_cant_comentarios{
	font-size:12px;
}

.blog_titulo{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	margin:20px 0;
	font-weight:bold;
	font-style:italic;
}

.blog_texto{
	line-height:22px;
}

.blog_footer{
	font-size:11px;
}

.post_links{
	color:white;
}

.imagen_votos{
	float:left;
	width:60px;
	height:31px;
	background:url('../img/circulo_votos.gif') no-repeat;
}

.imagen_votos .puntos{
	float:left;
	width:30px;
	height:26px;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
	font-size:15px;
	font-weight:bold;
	color:#f6ee21;
	cursor:pointer;
}

.imagen_votos .mano{
	float:left;
	width:25px;
	height:31px;
	text-align:right;
}



#contentRight{
	margin:0px 0 0 15px;
	width:361px;
	height:708px;
	background:url(../img/perfil.gif) no-repeat;
	text-align:center;
	padding-top:15px;
}

.blog_imagen{
	max-width:380px;
	max-height:320px;
	_width:380px;
}

.content_blog_imagen{
	text-align:center;
	margin:15px 0;
}


.capaTransparente	{
  background-color: black; 
  position: absolute; 
  left:0px;
  margin: 0px;
  width: 100%; 
  height: 100%;   
  opacity:.50;
  -moz-opacity: 0.50;
  filter: alpha(opacity=50);
  z-index: 22;
}

.contentCapaTransparente	{
	position: absolute; 
	margin-left: 50%; 
	left: -225px;
	top: 250px; 
	width: 450px; 
	height: 350px;
	z-index: 23;
}


