/* Historia */
#colfotos{
	display: table-cell;
	width: 160px;
	float:left;
	margin: 0px;
}
#coltexto{
	float:left;
	width:330px;
	overflow: visible;
	background-color:#FFFFFF;
	display: table-cell;
	padding-left: 6px;	
	padding-right: 2px;	
}
#colfechas{
	display: table-cell;
	width: 140px;
	float:right;
	margin: 0px;
	padding-left: 6px;	
}
#coltexto1{
	float:left;
	width:500px;
	overflow: visible;
	background-color:#FFFFFF;
	display: table-cell;
	padding-left: 8px;	
	padding-right: 2px;	;	
}
p.titulohistoria{
	font-weight:bold;
	color:#285191;
	margin-bottom:20px;
}
/*menu Historia*/
dl.menuhistoria{
	margin-bottom:10px;
	margin-right:0px;
	margin-top:2px;
}
.menuhistoria dd{
	margin-bottom:1px;
}
.menuhistoria dd a{
	display: block;
	padding: 2px;
	border: solid 1px #EEEEEE;
	background: #EEEEEE;
	height: 1%;
	line-height: 1em;
	color:#333333;
}
.menuhistoria dd a:hover
{
	border: solid 1px #AAAAAA;
	background-color:#DDDDDD;
	text-decoration: none;
	color:#333333;
}
/*
/* Fotos historia */
dl.fotohistoria
{
	float: left;
	margin-bottom:3px;
	padding:0px;
}
.fotohistoria dt { 
	padding:0px;
	margin:0px;
}
.fotohistoria dd { 
	font-weight: normal; 
	text-align:center;
	padding-bottom:1px;
	margin:2px;
}
.fotohistoria dt img
{
	border: 1px solid #8B8B8B;
}
p.titulocolumna{
	background-color: #6E91C9;
	color: #FFFFFF;
	background-image:url(../imgs/topomenui.jpg);
	background-repeat:no-repeat;
	padding: 2px 2px 2px 12px;
	font-weight:bold;	
	margin-bottom:2px;
}
dl.destacados{
	background-color:#F7F7F7;
	padding:4px;
	margin:0px;	
	margin-bottom:5px;
	text-align:center;	
}
.destacados dt img{
	border: 1px solid #8B8B8B;
}
/*Fin de Historia*/
