@charset "utf-8";
/* CSS Document */


#main { width:100%; background:#cee1db url(/layout/img/hp_news.jpg) no-repeat center top;}

#top { width:100%; height:330px;}
#top .container{ height:330px;}
#top .container .tit{ display:inline-block; float:left; margin-top:35px; font-size:14px;}
#top .container h1{ margin-bottom:20px; font-size:22px; line-height:28px;}
#top .container .box{ display:inline-block; float:right; margin-top:10px; padding:5px 10px; background:#ffffff;}
#top .container .box a{ font-size:11px;}


/***********************************************
		LISTING
***********************************************/
#cnt { width:100%; background:#e6e6e6;}
#cnt .container { padding:25px 0; }

#cnt .wait{ position:absolute; left:0; top:0; z-index:100; width:100%; height:100%;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.7);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff)";	
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b293551c, endColorstr=#b293551c);*/
	/* For IE 5.5 - 7*/
	/*background:transparent;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff, endColorstr=#b2ffffff);
}
#cnt .preload{ position:absolute; left:45%; top:45%;}

#cnt ul{ position:relative; width:100%; list-style-type:none;}
#cnt ul li{ position:relative; width:100%; overflow:hidden; margin-bottom:15px; padding:0 0 15px; font-size:11px; background:url(/layout/img/linea_sep.gif) repeat-x left bottom;}
#cnt ul li h3{ float:left; width:200px; margin-right:20px; font-size:11px;}
#cnt ul li .descr{ float:left; width:550px;}

#cnt ul li.nav_page { padding:5px 0; border:0; font-size:14px; line-height:30px; text-align:center; background:none; }
#cnt ul li.nav_page p{ text-align:center; font-size:14px; line-height:15px;}
#cnt ul li.nav_page span{}
#cnt ul li.nav_page a{ display:inline-block; width:29px; height:18px; margin-top:10px; background:url(/layout/img/listing_nav.png) no-repeat 0 0; }
