/* @override http://localhost:8888/workspace/rokwebify/templates/rt_rokwebify/css/template_css.css */

/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body {
	margin: 0;
	padding: 0;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

/* @group Fonts */

/* @group Sizes */


body {
	font-size: 13px;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
	padding:0 0px 0 0px;
}

div.moduletable h3,
.componentheading {
	font-size: 130%;
	line-height:160%;
	color:#D20000;
	font-weight:bold;
}

.contentheading, div.moduletable h3 {
	font-size: 200%;
}

.componentheading {
 margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}

/* @end */

/* @group Family */

body {
	line-height: 135%;
	font-family: "Century Gothic", Arial;
	color: #555555;
}

div#top {
	color: #666;
}

/*.contentheading,
.componentheading {
	font-weight: bold;
}*/

div.moduletable h3,
div.moduletable-hilite1 h3,
div.mdouletable-hilite2 h3,
.contentheading {
	/* see style css */
}

table.headlines div.moduletable h3,
.componentheading {
	/* see style css */
}

a:link,
a:visited {
	/* color: see style css */
	color: #B80808;
	text-decoration: none;
}

div#bottom a:link,
div#bottom a:visited {
	color: #F42222;
}

a:hover {

	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

html {
	background: #F3F3F3 url(../images/bg.png) 0 0 repeat-x;
}
div.all {
	margin: 0 auto;
	width: 1011px;/*
	width: 868px;*/
	padding-top: 0px;/*
	padding-left:50px;
	padding-right:50px;*/
}

/*.ad{
	margin: 0 0 0 0px;
	width: 157px;
	width: 868px;
	padding-top: 0px;
	padding-left:50px;
	padding-right:50px;
	float:right;
}*/


div#wrapper {
	margin: 0 auto;
	width: 870px;/*
	width: 868px;*/
	padding-top: 0px;/*
	padding-left:50px;
	padding-right:50px;*/
}

div#header {
	background: url(../images/header-bg.png) 0 0 repeat-x;
}

div#header .rk-1 {
	background:  url(../images/header-r.png) 100% 0 no-repeat;
}

div#header .rk-2 {
	background:  url(../images/header-l.png) 0 0 no-repeat;
	height: 116px;
	overflow: hidden;
}

img#logo {
	float:  left;
	margin-left: 18px;
	width: 728px;
	height: 116px;
	background: url(../images/logo.png) 0 0 no-repeat;
}

div#top {
	margin-left:  520px;
	height: 144px;
	font-style: italic;
}

div#top .padding {
	padding:  15px;
}

div#horiz-menu {
background:transparent url(../images/menu-bg.png) 0 0 repeat-x;
/*
height:35px;*/
}

div#horiz-menu .horiz-menu-l {
background:transparent url(../images/menu-bg-l.png) 0 0 no-repeat;
height:35px;
overflow: hidden;
}
div#horiz-menu .horiz-menu-r{
background:transparent url(../images/menu-bg-r.png) 100% 0 no-repeat;
}

table.mainbody,
table.usermodules {
	width: 100%;
	padding: 0;
}
/* 111111 */
td.mainbody {
	/*background: #ffffff;*/
	/*border-right:1px solid #D7D7D7;*/
}

/*fondo imagen agregar sombra*/
#mainbody{
background: #ffffff;
}
.mainbody-r{
	background: /*#F7F7F7*/ url(../images/right.png) 100% 0 repeat-y;
	padding-right:8px;
}
.mainbody-l{
	background: /*#F7F7F7*/ url(../images/left.png) 0 0 repeat-y  ;
}
td.usermodules {
	padding: 0 10px;
}

td.mainbody .padding,
td.right .padding {
	padding: 15px;
}

td.mainbody .padding {
	padding: 5px 20px;
}

td.right {
	background:#F3F3F3 url(../images/right_bcground.png) 30% 100% no-repeat;
	width:200px;
	border-left:1px solid #CCCCCC;
}

.padding ul {
padding:0px 0px 5px 40px  ;
}
.padding li {
list-style-image: url(../images/li-pading.png);
color:#D20000;
padding:1px 0 0 0px;
margin:0 0 0 10px;
}

div#bottom {
	background: #D20000 url(../images/bottom-bg.png) 0 0 repeat-x;
}
div#bottom .bottom-r{
background:/*transparent*/ url(../images/bottom-r.png) 100% 0 repeat-y;
}
div#bottom .bottom-l{
background:/*transparent*/ url(../images/bottom-l.png) 0 0 repeat-y;
/*height:35px;
overflow: hidden;*/
}

div#footer {
	background: url(../images/footer-bg.png) 0 0 repeat-x;
}

div#footer .rk-1 {
	background: url(../images/footer-r.png) 100% 0 no-repeat;
}

div#footer .rk-2 {
	background: url(../images/footer-l.png) 0 0 no-repeat;
	height: 105px;
	overflow: hidden;
}

div#the-footer {
	background: url(../images/footer-rocket.png) 50% 0 no-repeat;
	/*text-align: center;*/
}

img#rocket {
	width: 278px;
	height: 66px;
}


/* My Comment */



/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 1px 0 0 6px;
}
div #jflanguageselection {
margin:0 8px 0 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(../images/menu-divider.png) 100% 0 no-repeat;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 25px;
	height: 28px;
	line-height: 28px;
	/*font-weight: bold;*/
	color: #ffffff;
	text-decoration: none;
}

div#horiz-menu a:hover {
	color: #EA0000;
	background: #ffffff;
}

/* My Comment */

/* My Comment */

/* @end */

/* @group content */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

/*
div.moduletable h3 {
	color: #121A28;
	border-bottom: 3px solid #e7e7e7;
	padding: 3px 0;
}
*/
td.right div.moduletable {
	color: #121A28;
}

td.right div.moduletable h3 {
	border-bottom: 3px solid #B80808;/*
	border-bottom: 3px solid #D2E0F2;*/
}

div#bottom div.moduletable {
	color: #ffffff;
	font-size:12px;
	margin:7px 3px 0 3px;
}

div#bottom div.moduletable h3 {
	border-bottom: 3px solid #970606;
	color: #000000;/*
	background-color:#970606;*/
}

div#bottom div.moduletable li {
	color: #1B1B1B;/*
	background-color:#970606;*/
}

div#bottom div.moduletable a {
	color: #fff;
	text-decoration: underline;
	font-weight:bold;/*
	background-color:#970606;*/
}
div#bottom div.moduletable a:hover {
	background: #fff;
	color:#D20000;
	text-decoration:underline;/*
	background-color:#970606;*/
}

/* @end */

/* @group content */

.contentheading, div.moduletable h3 {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color:#282828;
	font-weight:normal; /* #B80808;
	text-indent:33px;
	background: url(../images/img_contentheading.png) 0 6px no-repeat;*/
}

td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.contentpaneopen, table.contentpane {
  border-collapse: collapse;
  padding: 0px;
  margin: 0 4px;
  width: auto;
}

table.contentpaneopen img {
  padding:3px;
  background:#fff;  
  border:none;
}


div.contentpane, div.contentpaneopen {
  width: 100%;
}


.clr {
	clear: both;
}

div.mosimage {
  margin: 0px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	/* background: see style css */
}

.small {
	color: #666;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #666;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #666;
}

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}

/* @end */

/* @group pathway */

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

/* @end */

/* @group sections */

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #f6f6f6;
  border-bottom: 1px solid #ddd;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	display: block;
	padding: 4px 0 2px 28px;
	margin-bottom: 3px;
	background: url(../images/menu-bullet.png) 0 0 no-repeat;
}

a.sublevel:link,
a.sublevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: underline;
}

a.sublevel:hover {
	text-decoration: none;
}


a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}




/* @end */

/* @end */

/* ads */
/*div*/.ad-footer{
	background: url(../images/ad-b_ctr.png) 0 0 repeat-x;
}
div.ad-footer .ad-b_r{
	background: url(../images/ad-b_r.png) 100% 0 no-repeat;
}
div.ad-footer .ad-b_l{
	background: url(../images/ad-b_l.png) 0 0 no-repeat;
	height: 18px;
	overflow: hidden;
}

tr.ad-space{/*
padding-top:5px;*/
}

td.ad-space{
height:125px;
width:125px;
padding:9px 0 0 0;
}
div.moduletablebanner-footer{
margin:38px auto 0 auto;
width:375px;
}

.latestnews li, .moduletable li {
margin-left: -20px;
}