body {
	background-color: #fff;
	margin: 0;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: center; /* IE Fix */
	color: #000;
}
a {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a.small {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}

h2 {font-size: 1.9em; background-color: #cbe1e6; color: #000; margin: 0px; padding-left: 10px; padding-bottom: 3px; font-weight: normal;} /* headings on red backgrounds, article */
h3 {font-size: 1.4em; line-height: 1em; font-weight: normal;} /* principal title */
h4 {font-size: 1.20em; line-height: 1em; font-weight: normal;} /* other titles */
h5 {font-size: 1.15em; line-height: 1.2em; font-weight: normal;} /* author, category... */
p {max-width: 100%;	overflow: hidden; line-height: 1.4em;}
td {font-size: 11px; color: #000;}
.small {font-size: 0.80em; line-height: 1.50em; font-weight: normal; padding-left: 5px;} /* author, category... */
.art {font-family: "Times New Roman", Times, serif; font-size: 1.15em; line-height: 1.3em; font-weight: normal; padding-left: 5px;} /* author, category... */

/*------------------------------------------------------------*
**  header - HEIGHT: modify both #header and #logo
**------------------------------------------------------------*/	
#header {
	width: 100%;
	height: 170px;
	border-bottom: 2px solid black;
	background-color: #fff;
}
#navcontainer {
	margin: 0 auto;
	width: 770px;
}
#logo {
	width: 600px;
	height: 170px;
	float: left;
	background-image:url(../b2-img/logo.jpg);
	background-repeat:no-repeat;
}
#titel {
	width: 170px;
	height: 170px;
	overflow: hidden;
	float: left;
}
#titel div {
	margin: 4px 0px 7px 15px;
	padding: 0px 2px;
}

#header-nologo {
	width: 100%;
	height: 170px;
	border-bottom: 2px solid #cbe1e6;
	background-color: #fff;
}
#navcontainer-nologo {
	margin: 0 auto;
	padding-top: 25px;
	width: 770px;
}
#navcontainer-nologo li {
	list-style-type: none;
	padding-top: 20px;
	border:1px solid #ccc;
}
/*------------------------------------------------------------*
**  container
**------------------------------------------------------------*/	
#container {
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
}

#main {
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
	background: #fff;
}

#sidebar {
	width: 20%;
	padding-right: 20px;
	float: right;
	text-align: left;
	clear: both;
	margin-bottom: 5px;
}
div.sidebar_contentbox {
	margin-top: 10px;
	width: 100%;
	background: #e8f2f5 url(http://www.nuevaradio.org/lhblog_cod/b2-graficos/cboxbg-white.gif) right 0 no-repeat;
	padding-top: 1px;
	padding-left: 10px;
	overflow: hidden;
}

#col_center{
	width: 70%;
	padding-left: 15px;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#col_center_content {
	margin-top: 10px;
	margin-left: 8px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: #e8f2f5 url(http://www.nuevaradio.org/lhblog_cod/b2-graficos/col_left_content-white.gif) left 0 no-repeat;
}

/*------------------------------------------------------------*
**  syles
**------------------------------------------------------------*/	
.imgp {
	margin: 3px 3px 3px 3px;
}
.counter-inv {
	color: #fff;
}
.counter-vis {
	font-size: 0.90em;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
	color: #000;
	background-color: #cccccc;
}
.quicktags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #cccccc;
}
.tabletoprow {
	background-color: #ffffff;
	color: #000000; 
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {
	text-align: center;
	clear: both;
	margin: 0 auto;
	height: 40px;
	width: 95%;
	background-color: #e8f2f5;
	background-image:url(http://www.nuevaradio.org/lhblog_cod/b2-graficos/maincontentbg2-white.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#footer_left_content {
	width: 48%;
	float: left;
}
#footer_right_content {
	width: 48%;
	float: right;
}

/*------------------------------------------------------------*
**  admin
**------------------------------------------------------------*/	
#admin {
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5;
	margin-left: auto;
}
#admin a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#admin a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
#admin td {
	font-size: 11px;
	color: #000;
}
.big {
	font-size: 13px;
	color: #666600;
}
img { max-width: 100%; }