/* CSS Document */

/* titulo */
#seccion{
	width:650px;
	margin:5px;
	display:table;
	background-color:#0472B7;
}
#seccion #titulo_seccion{
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
}


/* listado de notas */
#notas {
	width:646px;
	margin:5px;
	border:solid 2px;
	border-color:#0472B7;
	display:table;
	position:relative;
}
#notas #fechanota{
	width:380px;
	font-size:12px;
	color:#000000;
	padding:5px;
	text-transform:uppercase;
	text-align:left;
	float:left;
}
#notas #titulo a{
	width:380px;
	padding:5px;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	color:#0472B7;	
	/*text-transform:uppercase;*/
	float:left;
}
#notas #bajada p{
	width:380px;
	margin:0px;
	padding:5px;
	float:left;
	font-size:12px;
	color:#000000;
}
#notas #foto{
	width:220px;
	margin:5px;
	border:solid 1px;
	border-color:#0472B7;
	float:right;
}


#notasb {
	width:646px;
	margin:5px;
	border:solid 2px;
	border-color:#0472B7;
	display:table;
}
#notasb #fechanota{
	width:636px;
	font-size:12px;
	color:#000000;
	padding:5px;
	text-transform:uppercase;
	text-align:left;
	float:left;
}
#notasb #titulo a{
	width:636px;
	padding:5px;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	color:#0472B7;	
	/*text-transform:uppercase;*/
	float:left;
}
#notasb #bajada p{
	width:636px;
	margin:0px;
	padding:5px;
	float:left;
	font-size:12px;
	color:#000000;
}


