body {
	background: url('images/bg.jpg') repeat-x #38444b;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
}
.container {
	width: 1000px;
	margin: 0 auto 0 auto;
}

/* Top */
#logo {
	width: 215px;
	height: 53px;
	padding-left: 50px;
}
#top_content {
	height: 100px;
	background: url('images/top_content_bg.jpg') repeat-x;
	padding-left: 50px;
}
.top_content_cont {
	width: 300px;
	float: left;
}

/* Top Nav */
#top_nav_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_nav_list_left {
	margin: 16px 0 0 64px;
	padding: 0;
	list-style: none;
}
#top_nav_list_left li {
	text-align: right;
}
#top_nav_list_right {
	margin: 16px 0 0 7px;
	padding: 0;
	list-style: none;
}
#top_nav_web {
	width: 43px;
	height: 15px;
	background: url('images/top_nav_web.jpg') no-repeat 0 -15px;
	display: block;
	margin: 0 0 3px 35px;
}
#top_nav_web:hover {
	background: url('images/top_nav_web.jpg') no-repeat 0 0;
}
#top_nav_blog {
	width: 47px;
	height: 15px;
	background: url('images/top_nav_blog.jpg') no-repeat 0 -15px;
	display: block;
	margin: 0 0 3px 31px;
}
#top_nav_blog:hover {
	background: url('images/top_nav_blog.jpg') no-repeat 0 0;
}
#top_nav_foros {
	width: 55px;
	height: 15px;
	background: url('images/top_nav_foros.jpg') no-repeat 0 -15px;
	display: block;
	margin: 0 0 3px 23px;
}
#top_nav_foros:hover {
	background: url('images/top_nav_foros.jpg') no-repeat 0 0;
}
#top_nav_archivos {
	width: 77px;
	height: 15px;
	background: url('images/top_nav_archivos.jpg') no-repeat 0 -15px;
	display: block;	
	margin: 0 0 3px 1px;
}
#top_nav_archivos:hover {
	background: url('images/top_nav_archivos.jpg') no-repeat 0 0;
}
#top_nav_recursos {
	width: 79px;
	height: 15px;
	background: url('images/top_nav_recursos.jpg') no-repeat 0 -15px;
	display: block;	
	margin: 0 0 3px 0;
}
#top_nav_recursos:hover {
	background: url('images/top_nav_recursos.jpg') no-repeat 0 0;
}
#top_nav_tutoriales {
	width: 90px;
	height: 15px;
	background: url('images/top_nav_tutoriales.jpg') no-repeat 0 -15px;
	display: block;	
	margin: 0 0 3px 0;
}
#top_nav_tutoriales:hover {
	background: url('images/top_nav_tutoriales.jpg') no-repeat 0 0;
}
#top_nav_contacto {
	width: 81px;
	height: 15px;
	background: url('images/top_nav_contacto.jpg') no-repeat 0 -15px;
	display: block;	
	margin: 0 0 3px 0;
}
#top_nav_contacto:hover {
	background: url('images/top_nav_contacto.jpg') no-repeat 0 0;
}
#top_nav_acerca {
	width: 80px;
	height: 15px;
	background: url('images/top_nav_acerca.jpg') no-repeat 0 -15px;
	display: block;	
	margin: 0 0 3px 0;
}
#top_nav_acerca:hover {
	background: url('images/top_nav_acerca.jpg') no-repeat 0 0;
}
.top_content_border {
	background: url('images/top_content_border.jpg') no-repeat;
	width: 2px;
	height: 100px;
}
.top_nav_cont {
	width: 149px;
}

/* Top Content List */
.top_content_list {
	margin: 0;
	padding: 10px 25px 0 25px;
	list-style: none;
}
#top_header_tutoriales {
	background: url('images/top_header_tutoriales.jpg') no-repeat;
	width: 134px;
	height: 11px;
	margin: 0;
}
#top_header_recursos {
	background: url('images/top_header_recursos.jpg') no-repeat;
	width: 123px;
	height: 11px;
	margin: 0;
}
.top_content_list li {
	background: url('images/top_content_list_bullet.jpg') no-repeat 0 2px;
	padding: 0 0 0 8px;
	margin: 2px 0 0 4px;
	height: 12px;
	width: 238px;
	overflow: hidden;
	font-size: 10px;
}
.top_content_list li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
}
.top_content_list li a:hover {
	background: #ffffff;
	color: #bacb24;
}

/* Main */
#main {
	background: #ffffff;
}
#content {
	width: 651px;
	padding: 15px 9px;
	color: #556772;
	border-right: 1px solid #f7f7f7;
	float: left;
}

/* Post */
.post {
	margin: 0 0 20px 0;
}
.post h2 {
	margin: 0;
	padding: 0;
}
.post h2 a {
	color: #8dd2ff;
	text-decoration: none;
	font-family: Century Gothic, Century, Verdana, sans-serif;
	font-weight: normal;
}
.post h2 a:hover {
	color: #d4e542;
}
.post small {
	font-family: Century Gothic, Century, Verdana, sans-serif;
	font-size: 10px;
	color: #aaaaaa;
	margin: 0 0 0 8px;
}
.post small a {
	color: #808080;
	text-decoration: none;
}
.post small a:hover {
	color: #565656;
}
.entry {
	font-size: 11px;
}
.postmeta {
	height: 20px;
	margin: 25px 0 35px;
}
.tag_page {
	height: 20px;
	margin: 10px 0 35px;
}
.postmeta_left {
	background: url('images/postmeta_bg_left.jpg') no-repeat;
	width: 5px;
	height: 20px;
}
.postmeta_center {
	background: url('images/postmeta_bg.jpg') repeat-x;
	width: 641px;
	height: 20px;
}
.postmeta_right {
	background: url('images/postmeta_bg_right.jpg') no-repeat;
	width: 5px;
	height: 20px;
}
.postmeta_com {
	color: #9a9999;
	background: url('images/postmeta_com.jpg') no-repeat 0 1px;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	padding: 0 0 0 17px;
	margin: 0 15px 0 0;
}
.postmeta_cat a {
	color: #9a9999;
	background: url('images/postmeta_cat.jpg') no-repeat 0 1px;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	padding: 0 0 0 17px;
	margin: 0 15px 0 0;
}
.postmeta_st a {
	color: #9a9999;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0 15px 0 0;
}
.postmeta_com:hover {
	background: url('images/postmeta_com.jpg') no-repeat 0 -13px;
}
.postmeta_cat a:hover {
	background: url('images/postmeta_cat.jpg') no-repeat 0 -13px;
}
.postmeta_com:hover, .postmeta_cat a:hover, .postmeta_st a:hover {
  color: #7e7e7e; 
}

/* Sidebar */
#sidebar {
	width: 310px;
	margin: 15px 7px 0 7px;
	float: left;
}
#sidebar_search {
	width: 310px;
	padding: 3px;
	margin: 0 0 15px 0;
	background: #f9fdff;
	border-bottom: 1px solid #8dd2ff;
}
#sidebar_ad {
	width: 310px;
	padding: 3px;
	margin: 0 0 15px 0;
	background: #f9fdff;
	border-bottom: 1px solid #8dd2ff;
}
#sidebar_feeds {
	width: 310px;
	padding: 3px;
	margin: 0 0 15px 0;
	background: #f9fdff;
	border-bottom: 1px solid #8dd2ff;
}
#sidebar_feeds form {
	padding:5px;
}
#sidebar_feeds p {
	margin: 0;
}
#sidebar_feeds  .feeds_header {
	color:#8AD2FF;
	font-family:Helvetica,Lucida,sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	margin-bottom:5px;
	text-transform:uppercase;
}
#sidebar_feeds .sb_input {
	border:1px solid #EAF7FF;
	color:#ADADAD;
	font-size:14px;
	padding:5px;
	margin-right: 8px;
	width:180px;
}
#sidebar_cat {
	width: 150px;
	padding: 3px;
	margin: 0 0 15px 0;
	background: #f9fdff;
	border-bottom: 1px solid #8dd2ff;
}
#sidebar_br {
	width: 150px;
	padding: 3px;
	margin: 0 0 15px 0;
	background: #f9fdff;
	border-bottom: 1px solid #8dd2ff;
}
#sidebar_tags {
	width: 310px;
	padding: 3px;
	margin: 0 0 15px 0;
	background: #f9fdff;
	border-bottom: 1px solid #8dd2ff;
}
.sidebar_header {
	color:#8AD2FF;
	font-family:Helvetica,Lucida,sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	margin-bottom:5px;
	text-transform:uppercase;
}

/* Widgets */
#widgets_right {
	float: left;
	margin: 0 0 0 10px;
	width: 150px;
}
#widgets_left {
	float: left;
	width: 150px;
}

/* Sidebar List Style */
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	font-size: 10px;
	color: #aaaaaa;
	margin: 0 0 5px 6px;
}
.sidebar li a {
	text-decoration: none;
	color: #aaaaaa;
	background: url('images/sidebar_bullet.jpg') no-repeat 0 3px;
	padding: 0 0 0 8px;
	display: block;
}
.sidebar li a:hover {
	text-decoration: none;
	color: #8dd2ff;
	background: url('images/sidebar_bullet.jpg') no-repeat 0 -10px;
}
.sidebar .children {
	margin: 5px 0 5px 0;
}
.sidebar .children .cat-item {
	font-size: 10px;
}
.sidebar .children .cat-item a {
	text-decoration: none;
	color: #aaaaaa;
	background: url('images/sidebar_bullet_child.jpg') no-repeat 0 3px;
	padding: 0 0 0 10px;
}
.sidebar .children .cat-item a:hover {
	text-decoration: none;
	color: #8dd2ff;
	background: url('images/sidebar_bullet_child.jpg') no-repeat 0 -10px;
}

/* Searchform */
#searchform {
	padding: 5px;
}
#s {
	border: 1px solid #eaf7ff;
	padding: 5px;
	font-size: 14px;
	color: #adadad;
	width: 220px;
}
#searchsubmit {
	background: url('images/searchsubmit.jpg') no-repeat 3px 10px;
	width: 56px;
	height: 30px;
	border: 0;
}

/* Comments */
h3#comments {
  background: url('images/comentarios.png') no-repeat;
  height: 74px;
  margin: 50px 0 0;
  width: 290px;
}
.comment_list {
	list-style: none;
	padding: 0;
}
.comment_list li {
	padding: 0 8px 0 0;
	font-size: 14px;
	margin: 0 0 30px;
}
.comment_list span {
  background: #f4f4f4;
  border-bottom: 1px solid #c1c1c1;
  display: block;
  padding: 10px 5px;
  width: 638px
}
.comment_list cite {
  float: left;
  font-style: normal;
}
.comment_list span small {
  font-size: 10px;
  float: right;
}
.comment_list span small a {
  color: #171E23;
}
.comment_list span small a:hover {
  color: #000000;
}

/* Comment Form */
#comment_form_cont {
	padding: 3px;
	margin: 0 0 15px 0;
	background: #f9fdff;
	border-bottom: 1px solid #8dd2ff;
}
#comment_form {
	margin: 0 0 0 10px;
}
#comment_form input {
	border: 1px solid #eaf7ff;
	padding: 5px;
	font-size: 11px;
	font-family: Century Gothic, Century, Verdana, sans-serif;
	font-weight: normal;
	width: 250px;
}
#comment_form label {
	font-size: 16px;
	font-family: Century Gothic, Century, Verdana, sans-serif;
	font-weight: normal;
	color: #8dd2ff;
}
#comment_form textarea {
	border: 1px solid #eaf7ff;
	padding: 5px;
	font-size: 11px;
	font-family: Century Gothic, Century, Verdana, sans-serif;
	font-weight: normal;
	width: 500px;
}
#comment_form #submit {
	background: url('images/comment_form_submit.jpg') no-repeat 3px 10px;
	width: 137px;
	height: 30px;
	border: 0;
}


/* Classes */
.center {text-align: center;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
h2, h3 {font-family: Century Gothic, Century, Verdana, sans-serif; font-weight: normal;}
h4 {
  background: #f4f4f4;
  color: #171e23;
  font-family: Helvetica, Lucida, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 8px 5px;
  margin: 30px 0 0;
}

/* // For Image Headers, Hide Text // */
.title_image {z-index: 99999; text-indent: -2000em; display: block; font-size: 6px;}
/* Headers */
#sb_title_cat {
	background: url('images/sb_title_cat.jpg') no-repeat;
	width: 77px;
	height: 10px;
}
#sb_title_br {
	background: url('images/sb_title_br.jpg') no-repeat;
	width: 65px;
	height: 10px;
}

/* Footer */
#footer {
	background: url('images/footer_bg.jpg') repeat-x;
	margin: 15px 0 0 0;
	padding: 10px;
	text-align: center;
	color: #a2b9c6;
	font-size: 11px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
	color: #a2b9c6;
}
#footer a:hover {
	color: #90c9eb;
}

/* Index SSI */
#index_ad {
	height: 330px;
}
.index_ad_ad {
	float: left;
	height: 250px;
	width: 300px;
}
.index_ssi {
	float: left;
	height: 250px;
	overflow: hidden;
	width: 340px;
}
.ssi_list {
	font-size: 12px;
	padding-left: 15px;
	list-style: none;
}
.ssi_list .ssi_header {
	color: #8ad2ff;
	font-family: Helvetica, Lucida, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.ssi_list li {
	margin-bottom: 4px;
}

.rnd_tuts {
  height: 250px;
  overflow: hidden;
  margin-top: 0;
}
.rnd_tuts li {
  float: left;
  height: 102px;
  text-align: center;
  margin-bottom: 10px;
  width: 160px;
}
.rnd_tuts li.title_image {
  background: url('images/rand_tuts.png') no-repeat;
  float: none;
  height: 25px;
  margin-bottom: 10px;
  width: 184px;
}
.rnd_tuts li a {
  height: 102px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-left: 29px;
  width: 102px;
}
.rnd_tuts li a img {
  border: 1px solid #333333;
}
.rnd_tuts li a div {
  background: #000000;
  color: #ffffff;
  font-family: Helvetica, Lucida, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 96px;
  letter-spacing: -1px;
  padding: 3px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  width: 96px;
  z-index: 999;
}

/* Feed Icon */
#sidebar_feed {
  background: url("images/feed_subscribe.png") no-repeat;
  display: block;
  height: 41px;
  margin: 0 0 5px 65px;
  width: 187px;
}
#twitter_follow {
  background: url("images/twitter_follow.png") no-repeat;
  display: block;
  height: 95px;
  margin: 20px 0 0;
  width: 316px;
}
#mas_tutoriales {
  background: url("images/mas_tutoriales.png") no-repeat;
  display: block;
  height: 78px;
  margin: 20px auto 0;
  width: 372px;
}
#compartelo {
  background: url("images/compartelo.png") no-repeat;
  display: block;
  height: 82px;
  margin: 20px 0 0;
  width: 329px;
}

/* Social Icons */
#compartir {
  margin: 40px 0 40px;
}
#compartir ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
#compartir ul li {
  float: left;
  margin: 0 15px 0 0;
}
#compartir ul li a {
  display: block;
  height: 64px;
  width: 64px;
}
#social_fav {
  background: url('images/hearmysite.png') no-repeat;
}
#social_feed {
  background: url('images/rss.png') no-repeat;
}
#social_twitter {
  background: url('images/twitter.png') no-repeat;
}
#social_delicious {
  background: url('images/delicious.png') no-repeat;
}
#social_meneame {
  background: url('images/meneame.png') no-repeat;
}
#social_enchilame {
  background: url('images/enchilame.png') no-repeat;
}
#social_stumbleupon {
  background: url('images/stumble.png') no-repeat;
}


/* // Content Link Color // */
#content p a, a {
	text-decoration: none;
	color: #8dd2ff;
}
#content p a:hover, a:hover {
	color: #23a8ff;
}

/* // Various Margin // */
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.ml25 {margin-left: 25px;}
.ml40 {margin-left: 40px;}

/* // Margin 15px // */
.mr15 {margin-right: 15px;}
.ml15 {margin-left: 15px;}
.mt15 {margin-top: 15px;}
.mb15 {margin-bottom: 15px;}
.m15 {margin: 15px;}

/* // Margin 10px // */
.mr10 {margin-right: 10px;}
.ml10 {margin-left: 10px;}
.mt10 {margin-top: 10px;}
.mb10 {margin-bottom: 10px;}
.m10 {margin: 10px;}

/* // Margin 5px // */
.mr5 {margin-right: 5px;}
.ml5 {margin-left: 5px;}
.mt5 {margin-top: 5px;}
.mb5 {margin-bottom: 5px;}
.m5 {margin: 5px;}

/* // Padding 15px // */
.pr15 {padding-right: 15px;}
.pl15 {padding-left: 15px;}
.pt15 {padding-top: 15px;}
.pb15 {padding-bottom: 15px;}
.p15 {padding: 15px;}

/* // Padding 10px // */
.pr10 {padding-right: 10px;}
.pl10 {padding-left: 10px;}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px;}
.p10 {padding: 10px;}

/* // No Margin, No Padding // */
.m0 {margin: 0;}
.p0 {padding: 0;}

/* // Margin Center // */
.mc {margin: 0 auto 0 auto;}

/* // Font Size // */
.f9 {font-size: 9px;}
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}

/* Extras */
.a {text-decoration: none;}
a img {border: 0;}
a {outline: 0;}

/* WordPress */
.wp-caption {
  text-align:center;
}
.wp-caption-text {
  margin: 0;
  font-size: 10px;
  text-align: center;
}
