/* CSS Document */
#PoliticaPrincipal{
	float:left;
	width:630px;
	border-bottom:1px solid #A5A5A5;
	margin-bottom:5px;
}
#PoliticaPrincipal img{
	width:150px;
	height:150px;
	float:left;
	margin-right:10px;
}
#PoliticaPrincipal #Nota{
	display:inline;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:3px 0px 3px 0px;
}
#PoliticaPrincipal #Resumen{
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding:5px 0px 5px 0px;
}
#MasNoticias{
	width:630px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:5px 0px 10px 0px;
}
#MasNoticias ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#MasNoticias li{
	color:#0D6743;
	font-size:13px;
	border-bottom:1px dotted #A5A5A5;
	padding:5px 0px;
}
#MasNoticias li a{
	color:#0D6743;
	text-decoration:none;
}
#MasNoticias li a:hover{
	text-decoration:underline;
}
#MasNoticias li span{
	color:#CCCCCC;
}