/*
Designed RGB Consultores
soporte@gmail.com
*/

body {
	margin: 0px auto;
	width: 970px;
}

/*HEADER*/
#header{
	width: 960px;
	position:relative; 
	height: 92px;
	background-image:url(../images/bar_background2.jpg);
	background-repeat:no-repeat;
}
/*COMPANY LOGO IN HEADER*/
#companylogo {
	position:absolute;
	font-weight: bold;
	margin-top:17px;
	margin-left:15px;
	left: 0px;
	top: 0px;
}
/*COMPANY INFO IN HEADER*/
#companyinfo {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
	margin-top:11px;
	margin-right:15px;
	right: 0px;
	top: 0px;
}
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 3px;
	right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

#menu .lang{
	color: rgb(91,184,21);
	text-decoration:none;
}

#menu .lang:hover{
	color: blue;
	text-decoration: none;
}

a {
	color: rgb(91,184,21);
	text-decoration:none;
}

a:hover{
	color: blue;
	text-decoration: none;
}

/*LEFT PANEL*/
#leftpanel{
	float:right;
	width:200px;
	min-height: 400px;
	background-color: rgb(232,245,226);
	margin-bottom: 15px;
	border: solid 1px rgb(91, 184,21);
}

/*CONTENT*/
#content{
	width: 960px;
}
#contenttext{
	float:left;
	width: 730px;
}

/*FOOTER*/
.footer{
	border: solid 1px rgb(200, 200,200);
	border-bottom: solid 6px rgb(91, 184,21);
	background-color: rgb(230, 230, 230);
	width: 960px;
	height: 32px;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-repeat:no-repeat;
}
.table_content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding: 5px 7px;
}

.table_content img{
	padding: 0 2px;
}

td {
	vertical-align: top;
}

.tinylink{
	font-size: 8px;
}

.table_content a, a:visited{
	text-decoration: none;
	color: #000;
}

.table_content a:hover{
	text-decoration: none;
	color: rgb(91, 184,21);
}

.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_more {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.news_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: rgb(91, 184,21);
	height: 24px;
}
.title_section {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom: dashed 1px gray;
	color: rgb(91, 184,21);
	height: 24px;
	padding: 5px;
}
