@charset "utf-8";
/* CSS Document */
.cn_wrapper{
	width:960px;
	height:810px;
	margin-top:40px;
	position:relative;
	overflow:hidden;
	padding:5px;
	font-family:"Decker";
	/*text-shadow:1px 1px 1px #000;
	border:1px solid #111;
	background-color:#333;
	-moz-box-shadow:1px 1px 4px #222;
	-webkit-box-shadow:1px 1px 4px #222;
	box-shadow:1px 1px 4px #222;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
}
.cn_wrapper h1{
	font-size:25px;
}
.cn_wrapper p{
	font-size:17px;
	margin-top:75px;
	text-align:justify;
}
.cn_wrapper h2{
	font-size:17px;
	font-weight:normal;
}
.cn_preview, .cn_list{
	width:375px;
	height:715px;
	position:absolute;
	top:2px;
}
.cn_preview{
	left:400px;
}
.cn_content{
	top:825px;/*5*/
	left:5px;
	width:560px;
	position:absolute;
	height:807px;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
}
.cn_content img{
	margin-top: 15px;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:0px;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	background:#000;
	color:#fff;  
	padding-top:10px; 
	padding-bottom:10px;
	width:530px;
	}
a.cn_more{
	position:absolute;
	padding: 4px 0px;  
	left:0px;
	bottom:0px;
	width:236px;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #011c44;
	text-transform:uppercase;
	text-decoration: none;
	border:1px solid #4c7ecb;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;
	-border-bottom-right-radius: 5px;
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
}
a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_item{
	cursor:pointer;
	position:relative;
	overflow:hidden;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	color:#fff;
	background:#2b2b2b;
	margin:6px 5px 0px 0px;
	border:solid 1px #000000;
	/*text-shadow:1px 1px 1px #000;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#171717),
			to(#2b2b2b)
		);
	background:
		-moz-linear-gradient(
			top,
			#171717,
			#2b2b2b
		);
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/*border-radius:5px;*/
}
.cn_item:hover, .selected{
	border-color:#4c7ecb;
	background-color: #ad3c37;
	border:solid 1px #000000;
	/*background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);*/
}
.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:#527CBB;
}
.cn_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_nav{
	position:absolute;
	bottom:0px;
	left:94px;
	width:260px;
	background-image:url(../img/b-bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
a.cn_prev{
	float:left;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
	outline:none;
	background-image:url(../img/prev.png);
	padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;
	color:#000;
	padding-right:10px;
	}
a.cn_prev:hover{
	background-image:url(../img/prev-h.png);
	background-color:#002941;
	color:#FFF;
	}
a.cn_next{
	float:right;
	text-transform:uppercase;
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	outline:none;
	background-image:url(../img/next.png);
	padding-left:10px;
	padding-top:15px;
	padding-bottom:15px;
	color:#000;
	padding-right:30px;
	}
a.cn_next:hover{
	background-image:url(../img/next-h.png);
	background-color:#002941;
	color:#FFF;
	}
.cn_nav a:active{
	margin-top:1px;
	background-color:#000;
}
.cn_page{
	display:none;
}
.sombra{
	width:560px;
	position:absolute;
	top:325px;
	left:0px;
	height:46px;
	background-image:url(../img/boletines/sombra.png)
	}