body {
	text-align: center;
	font: 12px Segoe UI, Calibri, Cambria, Georgia, "Times New Roman", serif;
	color: #333;
	background: #fff url(images/bg.jpg) center 0 no-repeat;
}


a:link, a:visited {
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: Segoe UI, Calibri, Cambria, Georgia, Times, "Times New Roman", serif;
}

img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

img.centered,.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* ------------------------------------------------------------------------------------- Navigation ------------------------------------------------------------------------------------- */

/*** TOP NAVIGATION ***/

ul#navigation{background:#eee url(images/nav.png) repeat-x left top;width:100%;padding:0;margin:0;list-style-type:none;position:relative;z-index:15;}
ul#navigation li{display:block;position:relative;float:left;list-style-type:none;padding:0 1px 0 0;margin:0;background:transparent url(images/nav-div.png) no-repeat right top;}
ul#navigation li a{min-height:32px;display:block;font-weight:bold;font-size:100%;text-decoration:none;text-shadow:#fff 1px 1px 1px;text-align:center;color:#4e4e4e;padding:0 13px 0 11px;position:relative;line-height:31px;}
ul#navigation li a.home span.title{background:transparent url(images/icons.png) no-repeat 0px -756px;padding-left:22px;}
ul#navigation li.active a.home span.title{background-position:0px -710px;}
ul#navigation li a:hover,ul#navigation li:hover a{background-color:#fff;}
ul#navigation li.active a:hover,ul#navigation li.active:hover a{background-color:#000;}
ul#navigation li a span.title{display:block;padding:0;}
ul#navigation li a span.pointer{display:none;}

ul#navigation li.active a span.pointer,
ul#navigation li.active-parent a span.pointer,
ul#navigation li.active-ancestor a span.pointer
{position:absolute;width:100%;height:7px;bottom:-7px;left:0;display:block;background:transparent url(images/nav-pointer.png) no-repeat center top;}

ul#navigation li.active a,
ul#navigation li.active-parent a,
ul#navigation li.active-ancestor a
{background:#000 url(images/nav-active.png) no-repeat left top;color:#dedede;text-shadow:#000 1px 1px 1px;}

ul#navigation li a span.arrow{display:none;}

/* fade on mouse out */
ul#navigation li a.fadeThis{position:relative;z-index:1;}
ul#navigation li a.fadeThis span.hover{position:absolute;top:0;left:0;display:block;height:100%;width:100%;background-color:#fff;z-index:-1;margin:0;padding:0;}

ul#navigation li.active a.fadeThis span.hover,
ul#navigation li.active-parent a.fadeThis span.hover,
ul#navigation li.active-ancestor a.fadeThis span.hover
{background:none;}

ul#navigation li.active a.fadeThis span.hover
{background-color:transparent;}

/* submenus */
ul#navigation ul li a span.pointer{display:none !important;}
ul#navigation ul{list-style-type:none;border-bottom:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;position:absolute;display:none;width:250px;top:32px;left:0;margin:0;padding:4px;line-height:normal;background-color:#fff;-moz-box-shadow:0px 8px 14px rgba(0,0,0,0.3);-moz-border-radius-bottomright:8px;-moz-border-radius-bottomleft:8px;-webkit-box-shadow:0px 8px 14px rgba(0,0,0,0.3);-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;box-shadow:0px 8px 14px rgba(0,0,0,0.3);border-bottom-right-radius:8px;border-bottom-left-radius:8px;}

ul#navigation li.active ul,
ul#navigation li.active-parent ul,ul#navigation li.active-ancestor ul
{background-color:#000;border-bottom:1px solid #333;border-left:1px solid #333;border-right:1px solid #333;}

ul#navigation li.active li a,
ul#navigation li.active-parent li a,
ul#navigation li.active-ancestor li a
{background:none;}

ul#navigation ul li{float:none;margin:0;background:none;}
ul#navigation ul li a span.title{padding-left:10px;}
ul#navigation ul li a{min-height:1px;height:auto;padding:8px 14px 8px 8px;margin:0;text-align:left;text-transform:none;line-height:125%;}
ul#navigation li.active ul a{background:none;}
ul#navigation ul li a:hover{background-color:#333;color:#fff;text-shadow:#333 1px 1px 1px;}
ul#navigation ul li.active a{color:#f8b013;}
ul#navigation ul li.active li a{color:#dedede;}
ul#navigation ul li a span.title{padding:0;}
ul#navigation ul ul{left:250px;top:0;border-top:1px solid #ccc;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
ul#navigation li:hover ul ul,ul#navigation li:hover ul ul ul,ul#navigation li:hover ul ul ul ul{display:none;}
ul#navigation li:hover ul,ul#navigation li li:hover ul,ul#navigation li li li:hover ul,ul#navigation li li li li:hover ul{display:block;}
ul#navigation li li a span.arrow{display:block;position:absolute;right:6px;top:0;line-height:32px;}


/* fade on mouse out */
ul#navigation li li a.fadeThis span.hover,
ul#navigation li.active li a.fadeThis span.hover,
ul#navigation li.active-ancestor li a.fadeThis span.hover{background-color:#333;}


/* ------------------------------------------------------------------------------------- Framework ------------------------------------------------------------------------------------- */

#page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.dp50, .post{width:50%; float:left; display: inline; *margin-right:-1px;}

.dp60{width:58%; float:left; display: inline; *margin-right:-1px;}
.dp40{width:40%; float:right; display: inline; *margin-right:-1px;}
.dp300 {
width: 300px;
float:right; display: inline; *margin-right:-1px;
}

.leftside {
	margin-right: 10px;
}
.rightside {
	margin-left:10px;
}

#footer {
	border-top: 1px solid #ccc;
	width: 960px;
	padding-top: 10px;
	margin: 20px auto 40px;
	color: #777;
	font-size: 12px;
}

#footer p {
	float: left;
	text-align: left;
	width: 40%
}
#footer .right {
	float: right;
	text-align: right;
	width: 40%;
}

/* Barra Superior Negra */
#top {
	position: relative;
	height: 27px;
	padding-left: 20px;
	padding-top: 12px;
	background: #101010;
	border-bottom: 1px solid #ccc;
	font-family: arial, sans-serif;
}


/* ------------------------------------------------------------------------------------- Post ------------------------------------------------------------------------------------- */

.atas-post {
	margin-bottom: 6px;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
}
.atas-post a:link, .atas-post a:visited {
	color: #999;
	text-decoration: underline;
}
.xxxpost h2, .xxpost h2, .xpost h2, .post h2, h2.poste {
	font-size: 23px;
	margin-bottom: 10px;
	letter-spacing: -1px;
}
.xxxpost {
	margin-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(images/bg_last.gif) 0 bottom repeat-x;
	overflow: auto;
}
.post h2 a:link, .post h2 a:visited {
	color: #000;
}
.post h2 a:hover {
	text-decoration: underline;
}
.post {
	padding: 0 0 30px 0;
	background: url(images/bg_post.gif) center bottom no-repeat;
	overflow: auto;
	min-height: 270px;
}
.entry, .related {
line-height: 20px;
}
.entry p,.related p {
padding: 4px 0;
}
.entry ul, .entry ol, .entry blockquote {
margin: 4px 0 4px 30px;
list-style: square;
}
.entry img {
	overflow: hidden;
	max-width: 500px;
}
.xpost ul, .post ul {
list-style: square;
}
.xpost ol, .post ol {
list-style: decimal;
}
.entry blockquote {
padding-left: 15px;
border-left: 2px solid #eee;
}
.entry code {
color: #688F08;
font: 12px "Courier New", "Courier", Arial, sans-serif;
}

.entry pre {
width: 95%;
max-height: 200px;
overflow: auto;
font: 12px "Courier New", "Courier", Arial, sans-serif;
}

.postmetadata {
	color: #777;
	padding-top: 20px;
	font-size: 11px;
}
.postmetadata a:link, .postmetadata a:visited {
	color: #333;
}
.lefter {
	float: left;
	width: 330px;
}
.righter {
	float: right;
	width: 130px;
	text-align: right;
}
.righter a:link,.righter a:visited {
	background: #333;
	color: #fff;
	padding: 2px 5px;
}
.righter a:hover {
	background: #000;
}

.lastimage {
	float: left;
	margin-right: 10px;
}
.lastimage img, .theimage img, .theright img {
	border: 1px solid #888;
}
.theimage {
	float: right;
	margin-left: 10px;
}

.theimage2 {
	float: left;
	margin-right: 5px;
}
.theright {
	margin-left: 50px;
}
.sticky {
	border: 1px solid #FFD666;
	padding: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF1CC;
}
.articulo {
	font-size:14px;
}
.link-vistosa {
	color: #06C;
	text-decoration: none;
	font-weight: bold;
}
	
/* ------------------------------------------------------------------------------------- Reset ------------------------------------------------------------------------------------- */

css_html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
    list-style: square;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hide {
	display: none;
}
br.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
hr {
	display: none;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after,.post:after {
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
    overflow:hidden; 
}
.clearfix, .container {display: block;}

/* Makes clearfix actually work in IE */ 
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}


.clearfix, .post {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .post {height: 1%;}
.clearfix, .post {display: block;}
/* End hide from IE-mac */

img#wpstats{width:0px;height:0px;overflow:hidden}



/* ------------------------------------------------------------------------------------- style ------------------------------------------------------------------------------------- */

body {
		background: #fff url(images/bg.jpg) center 0 no-repeat;
}

/* ------------------------------------------------------------------------------------- Fin aņadidos ------------------------------------------------------------------------------------- */
