/* CSS Document */

.listanotas { 
	margin-left: 30px;
	border-width:0px;
	border-style:None;
	width:680px;
}
.listanotas-item {
	clear: both;
}
.listanotas td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	padding-top: 8px;
	font-size: 12px;
}
.listanotas-foto {
	float: right;
	height: 120px;
	width: 170px;
	margin-left: 15px;
}
.listanotas-item h2 {
	font-family: Georgia, "Book Antiqua", Times;
	font-size: 16px;
	margin-bottom: 10px;
}
.listanotas-item a {
	color: #366092;
	text-decoration: none;
}

.listanotas-item a:hover {
	color: #366092;
	text-decoration: underline;
}
.noticia-img {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 250px;
	height: 180px;
	border: 1px solid #E4E4E4;
}
.noticia-fecha {
	color: #666666;
	font-size: 12px;
	padding-top: 0px;
	margin-bottom: 15px;
}
.noticia-fuente {
	color: #999999;
	display: block;
	clear: both;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}
.noticia-titulo, .titularnoticiadetalle {
	line-height: normal;
	color: #366092;
	font-size: 20px;
	margin-top: 15px;
	font-family: Georgia, "Book Antiqua", Times;
	margin-bottom: 5px;
}

.noticia-cuerpo ul li, .noticia-cuerpo ol li {
	margin-bottom: 10px;
}

.noticiaCaja1 {
	width:250px;
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	border:#003366 1px solid;
	padding: 10px;
	color:#003366;
	font-size: 90%;
	line-height: 1.4em;
}

.noticiaCaja2 {
	border:#003366 1px solid;
	padding: 10px;
	color:#003366;
	font-size: 90%;
	line-height: 1.4em;
}
