body {
	font: 0.8em Verdana, sans-serif; 
	line-height: 1.5;
//	background: #c1e1d2;
	background: #bcbcad;
}

a {
	color: #026CB1;
	font: 1em Verdana, sans-serif;
        font-weight: bold;
	outline:none;
	text-decoration: none;
}

#centro {
	width: 804px;
	background: #ffffff;
	padding:8px 18px;
	border:1px solid #e4e4e4;
	margin:10px auto;
	-moz-border-radius:8px; 
	margin-top: 8px;
     -moz-box-shadow: 0px 0px 8px #111111; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 8px #111111; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 8px #111111; /* Opera 10.5, IE 9.0 */


}

#pie {
	font: 0.7em Verdana, sans-serif; 
	width: 804px;
	background: #ffffff;
	padding:8px 18px;
	border:1px solid #bbbbbb;
	margin:5px auto;
	-moz-border-radius:8px; 
     -moz-box-shadow: 0px 0px 8px #111111; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 8px #111111; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 8px #111111; /* Opera 10.5, IE 9.0 */


}

#cabecera {
	padding: 0px 2px;
	margin: 0px 0 0 0;
}

#cuento {
	padding: 5px 0;
}

#votos {
	padding: 0 0 5px 0;
	margin-top: -8px;
}

#menu {
	font: 1.2em Verdana;
	font-weight: bold;
	float:right;
}

h2 {
	font: 1.6em Georgia;
	padding: 5px 0 0 0;
}


span.link a {
        font: 1em Verdana;
       	font-weight: bold;

	color: #026CB1;
	text-decoration:none;
	margin-right: 10px;
}

a.vote_up, a.vote_down {
	display:inline-block;
	background-repeat:none;
	background-position:center;
	height:16px;
	width:16px;
	margin-left:4px;
	text-indent:-900%;
}

a.vote_up {
	background:url("/images/thumb_up.png");
}

a.vote_down {
	background:url("/images/thumb_down.png");
}

img {
	border: 0;
}


#anuncio728 {
	margin: 20px 0 -20px 0;
}

h1 a, h1 a:visited, h1 a:hover, h1 a:active { text-decoration: none }	
a:hover { text-decoration: underline }
