body
{
	background-color:#EEE;
  	font-family: "Trebuchet MS", Arial, hevelvetica, sans-serif;
	margin:0;
}
html.flash div#all,
html.flash body,
html.flash 
{ height:100% }

html.flash div#logo,
html.flash div#content,
html.flash div#footer,
html.flash div#nav,
html.flash div#installFlash
{
	display:none;
}

img{ border: 0 }


div#logo
{
	width:100%;
	text-align:right;
	background:url(../img/blog_logo_bg.png) repeat-x bottom;
}
div#footer
{
	clear:both;
	color:#999;
	font:xx-small tahoma, helvetica, sans-serif;
	
	width: 848px;
	background:url(../img/blog_footer.png) no-repeat top;
	margin:0 auto;
	height:50px;
	padding:7px 23px;
}
div#content
{
	width: 848px;
	background:url(../img/blog_bg.png) repeat-y;
	margin:0 auto;
	padding:1em 20px 0 22px;
}

div#nav
{
	position:absolute;
	width: 450px;
	background:url(../img/blog_nav.png) no-repeat bottom;
	top:0;
	left: 20px;
	height:40px;
}
div#nav ul { margin:0; padding:0; }
div#nav li a { color: #FFF; text-decoration:none; }
div#nav li
{ 
	width:33%;
	text-align:center;
	font-size:0.6em;
	font-family:arial;
	margin:1em 0 0 0;
	list-style-type:none;
	float:left;
}

div.entrada
{
	clear:both;
	padding-bottom:2em;
}

div.img { margin:1em; text-align:center; float:left }
div.img img { border:10px solid #333; }

div.entrada a img:hover { border:10px solid #000; }
div.entrada h2 a { color:#333; text-decoration:none }
div.entrada h2
{
	font-size:3em;
	margin:0;
}
div.entrada div.meta
{
	font-size:0.7em;
	margin-top:-0-5em;
	color:#999;
}
div.entrada div.content
{
	font-size:0.8em;
	margin-bottom:2em;
}

h3 { margin:0; text-align:center; font-size:0.7em; }
h3 a { color:#333; text-decoration:none }

div.thumb { margin-top:1em; text-align:center }
div.thumb img { border:2px solid #333; }
div.entradaOtros
{
	height:130px;
	width:150px;
	float:left;
}
div#otros {padding-bottom:1em; clear:both}
div#otros br { clear:both; }
div#installFlash
{
	position:absolute;
	left:50%;
	top:84px;
}
div.footerBtn
{
	display:block;
	float:right;
	margin-top:-15px;
}

div#static
{
	color:#333;
	font-size:0.75em;
	padding-bottom:2em;
}