/* CUERPO*/
body{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
/*LINKS GENERALES*/
a					{outline:none; text-decoration:none; font-weight:bold;}
a:link, a:visited	{color:#A90000;}
a:hover				{color:#000;}

#wrapper{
width:500px;
margin:auto;
}

/*HEADER*/
h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic; letter-spacing:-1px;}
h1 a:link, h1 a:visited	{color:#000;}
h1 a:hover				{color:#FF0000;}

blockquote{
	background:#FFFFFF url(pix/bq.gif) no-repeat top left;
	margin:0px;
	padding:0px 0px 0px 65px;
	color:#999999;
	}
	
.post{ border-bottom:2px solid #CCC;}

/* TAMANO DEL TEXTO */

#fontSize {
	width: 75px;
	height: 25px;
	margin:auto;
	}

#fontSize ul {
	display: block;
	list-style: none;
	background: #FFF url("pix/fontBtn.gif") top left no-repeat;
	margin: 0;
	padding: 0;
	width: 75px; 
	height: 25px;
	}

#fontSize ul li {
	float: left;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 37px;
	height: 25px;
	}
	
#fontSize ul li a {
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	width: 37px;
	height: 25px;
	}
	
#fontSize ul li a:hover
{
	background-image: url("pix/fontBtn.gif"); 
	background-repeat: no-repeat;
	}
	
#fontSize ul li#more a:hover 	{ background-position: 0px -25px; }
#fontSize ul li#less a:hover 	{ background-position: -37px -25px; }
#fontSize ul li a.current:hover { cursor: default; }


