/* CSS Document *//* CSS Document */

/*-------------General Class--------------------*/

html{
	color               : #666;
}


a:link, a:visited {
    color               : #666;
    text-decoration     : none;
	border-bottom		: 1px dashed #666;
}

a:hover {
    color               : #666;
	border-bottom		: 1px dashed #666;
}

/*------------Main Container-------------*/
#tbl_all_container td{
	background-color    : #FFF;
    background          : top #A2AEAD url(../images/bkgAll.jpg) repeat-x ;	
}

#openCont{
    background          : bottom transparent url(../images/top.gif) no-repeat ;
}

#container{
    background          : top transparent url(../images/middle.gif) repeat-y ;
}
/***--- interno al container ---***/
	
		/***--- interno al containerGradient ---***/
		#mainContent{
			width				: 100%;
			float				: left;
			clear               : both;
			margin              : 0px;
			height:100%;
		}

			/***--- interno al mainContent ---***/
			#left{
			}
			
			#right{				
			}
				/***--- interno al containerGradient ---***/
				#header{
				}
				
					/***--- interno al header ---***/
					#topHead{
						color				: #FFF;
						text-align			: right;
						font-size			: 11px;
					}
					
					#logo{
						background          : top transparent url(../images/logo.gif) no-repeat;			
					}
					
					#boxesHead div{
						padding				: 5px 15px;
						height				: 145px;
						overflow			: hidden;
						text-align			: left;
						margin-top			: 5px;
						background          : top transparent url(../images/bkg_boxesHead.jpg) no-repeat;
					}
					
					#boxesHead div .whiteImportant{
						color				: #FFF;
						text-transform		: uppercase;
						font-size			: 15px;
						font-weight			: bold;
						line-height			: 18px;
					}
					
					#boxesHead div .black{
						font-size			: 12px;
						color				: #333;
						font-weight			: bold;
					}
					
					#imgHead{
						/*background          : bottom transparent url(../images/head.jpg) no-repeat;				*/
					}
					
					#botHead{
						background-color	: #006;
					}
			
#closeCont{
    background          : top transparent url(../images/bottom.jpg) no-repeat ;
}


.BoxBTitle{
    width               : 160px;
	font-size			: 9px;
	align				: left;
	background-color	: #FFF;
	padding				: 3px;
	color				: #666;
	font-weight			: bold;
	text-align			: left;
}

.btnBoxsel{
	border				: 2px solid #EEE;
	float				: left;
	background-color	: #EEE;
	color				: #006;
	display				: block;
	cursor				: pointer;
	padding				: 5px;
}

.btnBoxDesel{
	border				: 2px solid #FFF;
	border-bottom		: 1px solid #FFF;
	float				: left;
	background-color	: #CCC;
	color				: #FFF;
	display				: block;
	cursor				: pointer;
	padding				: 5px;
}

.HP_news{
    width               : 230px;
	/*height				: 280px;*/
	float				: left;
	margin-top			: 20px;
	text-align			: left;
	border				: 1px solid #BFC6C4;
		
}
	
.HP_box{
    width               : 145px;
	/*height				: 50px;*/
	background          : top #FFF url(../images/bkg_hpBox.gif) no-repeat;
	float				: left;
	margin-left			: 10px;
	margin-top			: 20px;
	padding				: 0px;
}

.HP_boxTxt{
	margin-top			: 5px;
	height				: 70px;
	padding				: 0px 8px 8px 8px;
	background-color	: #BFC6C4;
	text-align			: left;
	overflow			: hidden;
}
