/* partamos.
--------------------------------------------------------------*/

a:link 		{ color: #f98d02; }
a:visited 	{ color: #f9b002; }
a:active 	{ color: #ff9900; }
a:hover 	{ color: #ff9900; }

#tagcloud a:hover{
  background:none repeat scroll 0 0 #EDEDED !important;
  color:#F56B18 !important;
}




/* layout (esto no hay que tocarlo, con las rutas relativas funca perfecto)
--------------------------------------------------------------*/


#box{
	background:none;
}
#header{
	background: url("img/bg-header.png") no-repeat scroll 489px 11px transparent;
}
#left-sidebar{
	background:url("img/bg-sidebar-left.png") repeat-y scroll 0 0 transparent; 
	position:relative;
}
#left-sidebar-content
{
  overflow:hidden;
  background:url("img/bg-sidebar.png") no-repeat -14px 0 transparent;
  margin:-11px;
  overflow:hidden;
  padding:10px;
}
#left-sidebar-footer
{
  background:url("img/bg-footer.png") no-repeat scroll 0 0 #FFFFFF;
  height:18px;
  margin-left:-26px;
  position:absolute;
  width:320px;
}
#footer div{
	background:none;
}
#left-sidebar H3{
color: #f9c402;
}

/* header
-----------------------------------------------------------*/

#header h1{
	top: 0px;
}

#searchform label{
	color: #F2F2F2;
}
#suscribete{
	border-left-color: #F2F2F2;
}
#suscribete p{
	color: #F2F2F2;
}

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

.post img.avatar{
	border-color: #f26522;
}
.post h2 a:hover{
	color: #f99a20;
}
.post img{
	border-color: #f99a20;
}
.post-footer{
	color: #f99a20;
}

/* Ambos sidebars
-------------------------------------------*/

#sidebar h2{
	color: #72888C;
}


/* Left Sidebar
--------------------------------------------------------------*/

#left-sidebar a{
	color: #ededed;
}
#left-sidebar h3{
	color: #f9c300;
}
#revista img {
	width: 130px;
	float:left;
	margin: 0 10px 0 0;
	border: 2px solid #e47e35;
}
#revista p{
	color: #F7F7F7;
}
#datos li{
	border-color: #c7c7c7;
}
#datos li:hover{
	border-color: #F2F2F2;
}
#datos img{
	border-color: #f9c300;
	background: #f9c402;
}
#datos p{
	color: #F2F2F2;
}
#galeria img {
	border-color: #f9c300;
	background: #f9c402;
}

/* Right Sidebar
--------------------------------------------------------------*/

#right-sidebar li{
	border-bottom-color: #eeeeee;
}

#right-sidebar a{
	color: #f98d02;
}

#comments h3 {
color:#F9C300;
}


#right-sidebar h3{
	color: #f9c300;
}


#searchform input {

border:2px solid #d06010;
background:#e47e35;
}

.addthis_button{background:url("img/share.jpg"); width:126px; height:16px; display:block;}
.addthis_button img{visibility:hidden;}


