
a {
  color: #0C9FE7;
}

h1 {
	color:#0C9FE7;
}

h1 a {
	border-bottom:1px dotted #0C9FE7;
}

h2{
	color: #0C9FE7;
}

#slider{
	float: left;
	clear: both;
	height:260px;
	margin-bottom: 5px;
}


#archive-title, .searchQuery {
	background:url(../images/blue/bullet_star_featured.png) 0 50% no-repeat;
}

#featuredPost .label {
	background:url(../images/blue/bullet_star_featured.png) 0 50% no-repeat;
}

.homePost h2 a {
	color:#000;
}

.homePost h2 a:hover {
	color: #FF6600;
}

.homePost .date span {
	color:#FF6600;
}

.blogPost .date span {
	color:#FF6600;
}

a.more-link {
	background:url(../images/blue/but_readmore.png) 0 0 no-repeat;
}

.boxRight h2 {
	background:url(../images/blue/bk_h2_right.png) 0 0 no-repeat;
	color:#EDF4D9;
}

.boxRight ul li {
	background:url(../images/blue/bullet_star.png) 0 11px no-repeat;
}

.boxRight ul li a {
	color:white;
}

.boxRight ul li a:hover {
	color:#0C9FE7;
}

#footerInner h2 {
	color:#fff;
	background:url(../images/blue/bullet_h2_footer.png) 0 50% no-repeat;
}

#footerInner .boxFooter ul li {
	background:url(../images/blue/bullet_arrow.png) 0 11px no-repeat;
}

#footerInner .boxFooter ul li a {
	color:#797979;
}

#footerInner .boxFooter ul li a:hover {
	color:#0C9FE7;
}

#searchform input#searchsubmit {
	background:url(../images/blue/but_search.png) 0 90% no-repeat;
}

#commentform input#submit{
	background:url(../images/blue/but_post_comment.png) 0 0 no-repeat;
}

#contact input.submit{
	background:url(../images/blue/but_send.png) 0 0 no-repeat;
}

.hl-main{
	width: 600px;
}

/* Creando el div para poner las notas y explicaciones de codigo css */
	
  	.codigo{
		-moz-border-radius:6px 6px 6px 6px;
		background:none repeat scroll 0 0 #F4F4F4;
		border:1px dashed #D2D2D2;  
		font-family: Verdana;
		padding:0 5px 0 10px;
		margin:0 0 10px;
		color: gray;
		}
  	
  	.codigo h3{
  		font-family: Georgia;
  		font-size: 1.2em;
  		font-weight: 800px;
  		font-style: italic;
  		letter-spacing: .25em;
		margin:5px 0 0 0;
		padding-bottom:5px;
  		border-bottom: 1px dotted #d2d2d2;
  		color: #98acbb;
		text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5);
  	}



