

/* 

 * Welcome page 

 *************************/

.welcome_page {

	width: 650px;

	background-image: url('../img/home_bg.gif') ;

	background-repeat: no-repeat;

	background-position: right top;	

}



.welcome_page .content  {

	width: 350px;

	margin-left: 20px;

	font-size:12px;

}



/* 

 * Last news section

 ************************/

.welcome_page .last_news  {
	border-top: 3px solid #fff;
	margin-top: 20px;
	margin-left: 20px;
	width: 300px ;
	position: relative;
}

.last_news .container_title {
	text-align:center;
	font-size:16px;	
	font-weight: bold;
	padding-bottom:5px;
	color:#FFFFFF;
	background-color:#A67484;
	border-bottom: 3px solid #fff;
}

.last_news .container {
	margin-bottom: 10px;
}

.container .title{
	margin-left: 5px;
	margin-bottom: 2px;
	font-size:12px;			
	text-align:left;
	font-weight: normal;
	padding-bottom:0px;
}

.container .title a {
	text-align:center;
	text-decoration: none ;
	font-weight: normal;
	color: #000000;
}



.container .title a:hover 

{

	color: #FF8500;

	text-decoration: none;

	font-weight: normal;

}



.container .footer{

		margin-left: 5px;

		font-style: italic;

		font-size:11px;			

}





.welcome_page .last_coments  {
	border-top: 3px solid #fff;
	margin-top: 20px;
	margin-left: 20px;
	width: 300px ;
	height:300px;
	position: relative;
	float: right;
}

.last_coments .container_title {

	text-align:center;

	font-size:16px;	

	font-weight: bold;

	padding-bottom:5px;

	color:#FFFFFF;

	background-color:#FBB44A;

	border-bottom: 3px solid #fff;

}





.last_coments .container {

		margin-bottom: 10px;

}
