@charset "utf-8";
/* CSS Document */
#box-info #box-der .news{
	width:174px;
	font-size:11px;
	color:#999999;
	background-repeat: repeat-y;
}
#box-info #box-der .news .header{
	height:31px;
	background:url(../images/news_head.png) no-repeat;
	font-size:14px;
	color:#FFFFFF;
	padding:10px 0 0 10px;
}
#box-info #box-der .news-footer{
	height:13px;
	background:url(../images/news_foot.png) no-repeat;
	margin-bottom:20px;
}
#box-info #box-der .news ul{
	margin:0;
	padding:0;
	list-style-type:none;
	background-image: url(../images/news_body.gif);
	background-repeat: repeat-y;
}
#box-info #box-der .news ul li{
	padding:7px 10px;
	border-bottom:1px solid #C6D2EA;
}
#box-info #box-der .news ul li a.titular{
	font-weight:bold;
	color:#8DA5D6;
	text-decoration:none;
	margin:0;
}
#box-info #box-der .news ul li a.titular:hover{
	text-decoration:underline;
}
#box-info #box-der .news ul li .fecha{
	margin:0;
}

#box-info #box-der .info{
	width:154px;
	font-size:12px;
	font-weight:normal;
	color:#4166b1;
	padding:10px;
	background-repeat: no-repeat;
	background-color: #C6D2EA;
}

#box-info #box-der .info-head {
	width:174px;
	height:12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/info_head.png);
}

#box-info #box-der .info .tit-info{
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:15px;
}
#box-info #box-der .info p{
	margin:0;
	padding:0;
}
#box-info #box-der .info p a{color:#7A96CF;}
#box-info #box-der .info p a:hover{color:#FFFFFF;}
#box-info #box-der .info-footer{
	height:13px;
	background:url(../images/info_foot.png) no-repeat;
}

