@charset "utf-8";
/* CSS Document */

.banner
{
	width:					780px;
	height:					200px;
	float:					left;
	background:				#20416C url(../img/banner_home.jpg) no-repeat;
	margin-bottom:			3px;
}

.news
{
	width:					190px;
	height:					437px;
	float:					right;
	margin-right:			3px;
	background:				white;
}

.boxes
{
	width:					190px;
	height:					234px;
	background:				white;
	float:					left;
	margin-left:			3px;
	margin-right:			3px;
	font-size:				12px;
	color:					#20416C;
}

.boxes	p
{
	font-size:				11px;
	margin:					5px 10px 5px 15px;
}

.boxes .title, .news .title
{
	width:					190px;
	font-size:				18px;
	color:					#20416C;
	text-align:				center;
	padding:				4px 0 8px 0;
	background:				url('../img/box_header_bg.jpg') no-repeat;
}

.boxes ul
{
	list-style-image:		url(../img/dot.gif);
	margin:					10px 10px 10px 25px;
}

.boxes ul li
{
	margin:					10px 0 10px 0;
}

.boxes a
{
	color:					#20416C;
	font-weight:			bold;
	text-decoration:		none;
	font-size:				11px;
}

.boxes a:hover
{
	color:					#42638E;
	text-decoration:		underline;
}


/* COMIENZO CONTENIDOS */

.contents
{
	width:					980px;
	height:					440px;
	margin-left:			10px;
	background:				url('../img/content_bg.jpg') repeat-x;
}

/* FIN CONTENIDOS */

.news .sep
{
	width:					185px;
	height:					5px;
	background:				url(../img/home_sep_news.jpg) no-repeat;
	margin-left:			3px;
}

.news .new
{
	margin:					5px 5px 10px 5px;
	display:				block;
	text-decoration:		none;
	color:					#1F406C;
	font-size:				10px;
}

.news .new .img
{
	margin:					5px 0px 5px -5px;
	width:					190px;
	height:					91px;
	background-repeat:		no-repeat;
}

.img02
{
	background-image:		url('http://scnsistemas.net/img/noticias/05_tb.jpg');
}

.img01
{
	background-image:		url('http://scnsistemas.net/img/noticias/04_tb.jpg');
}

.news .new .mas_info
{
	color:					#333333;
	text-decoration:		underline;
	text-align:				right;
	font-size:				11px;
}

.news .new h2
{
	font-size:				11px;
}