@charset "utf-8";
.noticias_mini {
	width:inherit;
	margin-top: 15px;
	}
.noticias_mini .titulo {
	FONT-SIZE: 17px;
	COLOR: #003399;
	FONT-FAMILY:"Myriad Pro", "Trebuchet MS", "Arial Black";
	font-weight: normal;
	}
.noticias_mini .lineaBajoTitulo {
	clear:both;
	width:inherit;
	border-bottom-color:#3e3e3e;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-top: 3px;
	margin-bottom: 10px;
	}

.noticias_mini .box {
	clear:both;
	border-color:#666666;
	border-bottom-style:dotted;
	border-width:1px;
	background-color:#FFFFFF;
	width:auto;
	font-size:12px;
	color:#000040;
	text-align:justify;
	text-decoration:none;
	padding: 5px;
	font-weight: bold;	
	}

.noticias_mini .box:hover {
	cursor:pointer;
	background-color:#D9F2FF;
	}
