body {
	/*
	background: #ffffff url(/images/backTBG1.png) no-repeat center top;
	*/
}

h1{
	font-size:1.7em;
}

h2{
	font-size:1.5em;
}

h3{
	color:#333333;
	font-size:1.3em;
}

h4{
	font-size:1.1em;
}

hr {
	color: #f5f5f5 !important;
}

#container{
	padding:10px 0px 0px 0px;	
}

#content{
}

#search {
	text-align:right;
}

#search form{
}

#search input {
	font-size: 12pt;
}

#search input.blurred {
	color: #999999;
}

#searchsubmit {

}

#sidebar{


}


/*right bar menu*/
div#navtbgSidebar a{
	font-size:1.2em;
	color:#A8C101 !important;
}

div#navtbgSidebar {

	
}


/*Top navigation, main menu*/

div#navtbgTop {
	margin-left:20px;
}

div#navtbgTop a {
	padding:0px 0px 3px 0px;
	font-size:1.25em;
	margin-right:1.4em;
	color:#333333  !important;
	text-decoration:none;
}


div#navtbgTop a:hover {
	border-style:solid;
	border-width:0px 0px 3px 0px;
	border-color:#CFE72D;
}



div#subscribe, div#tags, div#recentcomments, div#admin{
	margin:15px 0px 25px 0px;
}

div#recentcomments {


}


div#tags ul li{
	float:left;
	margin-right:8px;
}

article div img {
	border-style:solid;
	border-width:4px;
	border-color:#D2E66F;
}




footer{
	background: #ffffff url('/images/gradient_footer.png') repeat-x scroll top;
	padding:30px;
	background-color:#D5E94B;
	text-align:center;	
	display:block;
	width:95%;
}


#patrocinadores {
	text-align:left;
	margin-bottom:20px;
	width:950px;	
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
}

.patrocinadorBox img {
	max-height:90px;
	max-width:65px;
}
.patrocinadorNombre{
	font-weight:bold;
	font-size:1.1em;
	margin:5px 0px 0px 0px;
}

.patrocinadorDesc{
	display:block;
}
/*rounded box*/

/* set millions of background images */
.rbroundbox, .patrocinadorBox{ 
	background: url(/images/nt.gif) repeat; 
	background-color:#fff;
	width:220px;
	min-width:210px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
}
.rbtop div { background: url(/images/tl.gif) no-repeat top left; }
.rbtop { background: url(/images/tr.gif) no-repeat top right; }
.rbbot div { background: url(/images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(/images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { 
	margin: 0 7px; 
	padding:10px;
	height:90px;
}
.rbroundbox { 
	width: 50%; 
	margin: 1em auto; }
