/*Estilos para items principales*/
.listSummaryM{
	font-size: 12px;
	vertical-align:top;
	color:#666666;
	line-height: 1.4em;
}
.listHeadM {
	margin-bottom:10px;
}
.listHeadM a {
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	color:#21394A;
}
.listHeadM a:hover {
	text-decoration:underline;
	color: #52697C;
}
.listHeadM span {
	font-style: italic;
	color: #2F3130;
}
.imgContentM img {
	border:1px solid #4966A8;
	margin-right: 30px;
}
.listContentM {
	font-family:tahoma, verdana, sans-serif;
	text-align: left;
	color:#000000;
	font-size:12px;
	padding-top: 5px;
	margin-left:10px;
	margin-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E0E6;
	padding-bottom: 5px;
}
/*Estilos para items */

.footerSummaryM {
	font-size: 10px;
	color: #2F3130;
}
.listHead {
	vertical-align:middle;
}
.listHead a {
	text-decoration:none;
	font-weight: bold;
	color: #3D5C71;
}
.listHead a:visited {
	color:#3D5C71;
}
.listHead a:hover {
	text-decoration:underline;
	color: #6E8DA4;
}

.listContent {
	font-family:tahoma, verdana, sans-serif;
	text-align: left;
	color:#666666;
	font-size:11px;
	padding-top: 5px;
	margin-left:10px;
	margin-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E0E6;
	padding-bottom: 5px;
}
.navbar {
	color:#666666;
}
.navbar a{
	color:#003366;
	text-decoration:none;
	font-weight:normal;
}
.navbar a:visited{
	color:#003366;
	text-decoration:underline;
	font-weight:normal;
}
.navbar a:hover{
	color:#000033;
	text-decoration:underline;
	font-weight:normal;
}
.navbar a:active{
	color:#0033FF;
	text-decoration:underline;
	font-weight:normal;
}