body {
	background: #000 url(./images/fondo.jpg) no-repeat center top;
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrap {
	background: transparent;
	margin: 0 auto;
	text-align: left;
	width: 970px;
}
#content {
	font-size: 1em;
	width: 950px;
	margin: 0px;
	padding: 10px;
	background-color: #000;
}
#sidebar {
}
#sidebar a {
	color: #557799;
}
#sidebar a:hover {
	color: orange;
}
#sidebar .sec-a, #sidebar .sec-b {
	width: 478px;
	float: left;
	margin-left: 5px;
}

#footer {
	margin: 0 auto;
	width: 970px;
	clear: both;
	color: #222;
	font-size: 0.9em;
	padding: 5px;
}
.navigation {
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

/*************************************
 +Header
 *************************************/
h1, h2, h3 {
	font-family: Trebuchet MS, Sans-Serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0;
	color: orange;
}
#header {
	height: 175px;
	text-align: right;
	width: 970px;
}
#header h1 {
	font-size: 2em;
	margin: 0;
	margin-top: 120px;
}
#header h1 a {
	color: #E5F2E9;
}
#header h1 a:hover {
	background: orange;
	-moz-border-radius: 3px;
	color: #000;
}
#header p {
	color: #D5E2D9;
	font-size: 1em;
	margin-top: -0.5em;
}
#header h1, #header p {
	margin-right: 30px;
}
/*************************************
 +Entry
 *************************************/
.entry, .widget {
	padding: 5px 5px;
	font-size: 1em;
	clear: both;
	overflow: hidden;
	background-color: #000;
}

.widget {
	margin-bottom: 5px !important;
}

.entryarchive {
	width: 140px;
	height: 140px;
	text-align: center;
	margin: 3px;
	float: left;
	clear: none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	position: relative;
}

.entryarchive .entrybody a {
	position: relative;
	width: 140px;
	height: 140px;
	display: block;
	background-position: center center;
	-moz-border-radius: 5px;
}

.entryarchive:hover span {
	display: block;
}

.entryarchive span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 3px;
	width: 140px;
	background: #000;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	display: none;
	font-size: 8pt;
	font-weight: bold;
}

.entryarchive .entrybody {
	width: 100%;
	overflow: hidden;
	padding: 0px;
}

.entrybody {
	text-align: center;
	padding: 5px;
}
.entrymeta {
	font-size: 1em;
	color: #999;
	padding: 2px;
}
.entrymeta a {
	color: #997e4c;
}
.entrymeta a:hover {
	color: orange;
}
.entrytitle h2 {
	color: #58BBEB;
	font-size: 2em;
	padding-left: 5px;
}
.entrytitle h2 a {
	color: orange;
}
.entrytitle h2 a:hover {
	color: orange;
}
.entrytitle h3 {
	color: #6F6F6F;
	font-size: 1.8em;
}
.entrydate {
	float: left;
	background: orange;
	line-height: 1.3em;
	color: #000;
	text-align: center;
	margin-right: 10px;
	padding: 5px;
	-moz-border-radius: 5px;
}
.postedby {
}
.postinfo ul {
	list-style-type: none;
}
.postinfo ul li {
	float: left;
	width: 49%;
}

.filedto {
	background: url(    "./images/file.gif" ) no-repeat 0 2px;
	padding-left: 15px;
}
.commentslink {
	background: url(    "./images/comments.gif" ) no-repeat 0 3px;
	padding-left: 15px;
}

.entryrecent {
	background-position: center center;
	border: solid 3px #fff;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0px !important;
	margin: 6px;
	float: left;
	width: 75px;
	height: 75px;
}

.entryrecent a {
	display: block;
	width: 75px;
	height: 75px;
}

.nav {
	width: 10px;
	background-color: Transparent;
}

.nav a {
	display: block;
	height: 47px;
	padding-top: 28px;
}

/*************************************
 +Sidebar
 * note: sidebar is actually featured 
 * on the bottom.
 *************************************/

#sidebar h3 {
	color: #aaa;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0;
}
#sidebar ul li {
	margin-bottom: 3px;
	padding: 3px;
}
#sidebar ul li a {
}

#tag_cloud {
	text-align: justify;
}


/*************************************
 +Nav
 *************************************/
#nav {
	font-size: 0.9em;
	padding: 5px;
}

#nav ul {
	list-style-type: none;
	float: right;
}

#nav ul li {
	float: left;
	margin-right: 5px;
}
#nav ul li a {
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-transform: lowercase;
	font-size: 1.2em;
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#nav ul li a:hover {
	color: black;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
/*************************************
 +Comments
 *************************************/
.commentsblock {
	font-size: 1.1em;
	margin-top: 5px;
}
.commentsblock textarea {
	width: 410px;
}
.commentsblock input, .commentsblock textarea {
	border: 1px solid #d1d1d1;
}
.commentsblock textarea:focus {
	background: #eee;
	border: 1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus {
	background: #eee;
	border: 1px solid #a1a1a1;
}
.commentauthor {
	display: block;
	font-size: 1.5em;
}
.commentlist {
	color: #777;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	margin-top: 1.5em;
	padding: 0;
}
.commentlist li {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
}
.alt {
	background: #fff;
	padding: 0.5em;
}
h3#comments {
	font-size: 1.6em;
}
/*************************************
 +Misc
 *************************************/

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: #579;
	text-decoration: none;
}
a:hover {
	color: orange;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}#wp-calendar {
	-moz-border-radius: 5px;
	background-color: #fff;
	width: 100%;
	border: solid 1px #dedede;
}

#wp-calendar caption {
	font-weight: bold;
}

#wp-calendar td {
	border-top: solid 1px #dedede;
	text-align: center;
}
#wp-calendar th {
	text-align: center;
}
.widgettitle {
	color: orange;
}
#wp-calendar a {
	padding: 2px;
	-moz-border-radius: 3px;
	min-width: 2em;
	display: inline-block;
}

#wp-calendar a:hover {
	color: #000;
	background: orange;
}

.page_item ul {
	display: none;
}

.submenu {
	display: none;
	background: orange;
	position: absolute;
	padding: 3px;
}

.submenu ul li {
	float: none;
	display: block;
	text-align: left;
}

.submenu ul li a {
	color: #000 !important;
	padding: 3px;
	display: block;
}

.submenu ul li a:hover {
	background-color: #fff !important;
}

.avatar {
	padding: 2px;
	background: #333;
}
img {
	border: none;
}

div.flickr-thumb {
	float: left;
	width: 150px;
	vertical-align: middle;
	text-align: center;
	margin: 2px;
	padding: 5px;
	height: 190px;
	background-color: #333;
	border: outset 1px silver;
	background-image: url(images/fondo_foto.jpg);
}

div.flickr-thumb a {
	display: block;
	width: 150px;
	height: 150px;
	background-position: center center;
	position: relative;
	color: #000;
}

div.flickr-thumb a span {
	top: 165px;
	position: absolute;
	display: block;
	text-align: center;
	left: 0px;
	width: 100%;
}
.blogroll {
	float: left;
	width: 234px;
}

.cat-item {
	margin: 3px;
	float: left;
	clear: none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #000;
	position: relative;
}

.cat-item a {
	background-position: center center;
	margin: 2px;
}

.cat-item a span {
	position: absolute;
	bottom: 5px;
	font-size: 8pt;
	color: #fff;
	padding: 5px;
	background-color: #000;
	text-align: center;
	font-weight: bold;
	width: 126px;
	left: 5px;
	display: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.cat-item a:hover span {
	display: block;
}
input[type="submit"] {
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: Orange;
	padding: 5px;
	border: none;
	color: #000;
	display: inline-block;
}

.depth-1, .depth-3 {
	background: #fff;
}

.depth-2, .depth-4 {
	background: #efefef;
}
input[type="submit"] {
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: Orange;
	padding: 5px;
	border: none;
	color: #000;
	display: inline-block;
}

.depth-1, .depth-3 {
	background: #fff;
}

.depth-2, .depth-4 {
	background: #efefef;
}

.flickr-gallery a {
	opacity: 0.95;
}

.flickr-gallery a:hover {
	opacity: 1;
}