<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title>
<?php if ( is_home() ) { ?><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?><?php } ?>
<?php if ( is_search() ) { ?><?php bloginfo('name'); ?> | Resultados de Búsqueda<?php } ?>
<?php if ( is_author() ) { ?><?php bloginfo('name'); ?> | Archivos del Autor<?php } ?>
<?php if ( is_single() ) { ?><?php wp_title(''); ?> | <?php bloginfo('name'); ?><?php } ?>
<?php if ( is_page() ) { ?><?php bloginfo('name'); ?> | <?php wp_title(''); ?><?php } ?>
<?php if ( is_category() ) { ?><?php bloginfo('name'); ?> | Archive | <?php single_cat_title(); ?><?php } ?>
<?php if ( is_month() ) { ?><?php bloginfo('name'); ?> | Archive | <?php the_time('F'); ?><?php } ?>
<?php if (function_exists('is_tag')) { if ( is_tag() ) { ?><?php bloginfo('name'); ?> | Tag Archive | <?php single_tag_title("", true); } } ?>
</title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[If IE 6]><style type="text/css">.leftcontent {width: 600px; padding: 26px; margin: 0px;} .rightcontent { width: 345px; }</style><![endif]-->
<!--[if lte IE 7]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/ie.css" type="text/css" media="screen" /><![endif]-->
<?php wp_head(); ?>
</head>
<body>
<center>
<div class="wrap">
<div class="header">
<center><div class="logo">
<center><a href="http://ocioxtremo.com"><img src="http://ocioxtremo.com/logo.png" border="0" alt="OcioXtremo - Música, Videos, Humor, Revista H y mucho más!" /></a></center>
</div></center>
<div class="clear"></div>
</div>
<div class="menu">
<ul>
<li class="page_item<?php if (is_home()) {echo ' current_page_item';} ?>"><a href="<?php bloginfo('url'); ?>">Blog</a></li>
<?php wp_list_pages('sort_column=menu_order&title_li=&depth=1'); ?>
</ul>
<a href="<?php bloginfo('rss_url'); ?>" class="RSS">Subscribe to RSS</a>
<div class="clear"></div>
</div>