.Albun {
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}
.Cabecera {
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}
.Imagen{
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}
.Texto{
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}

.Menu {
	background-position: center;
	text-align: center;
	color: #FFFFFF;
}
.SubMenu {
	background-position: center;
	text-align: center;
}
.Pie {
	background-position: center;
	text-align: center;
}
.noSeleccionado{
	background-color: #3278FF;
	cursor:hand;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CDCFD8;
	text-decoration: none;
	
}
.seleccionado{
	background-color: #CDCFD8;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3278FF;
	text-decoration: none;
}
.titulo{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: blink;
	background-position: center;
	letter-spacing: 1em;
	text-align: center;
	vertical-align: middle;
	word-spacing: 2em;
	white-space: normal;
	display: none;
}


/* content */
.content {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item img {border: 1px dashed #8A6;}

.item .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title a{
	color: #000000;

	text-decoration:none;
}
.item .title a:hover{
	color: #445044;

	text-decoration:none;
}

.item .title a:visited{
	color: #445044;

	text-decoration:none;
}


.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
	font: normal 1em serif;
}

.body a 
{color:#000000;
}

.content a
{
color:#445044;
}

.divider {
	background: url(img/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}