.fondonavegacionscroll {
	position:fixed;
	width:100%;
	top:0;
	z-index:-11;
}


.barranavegacion {
	position:relative;
	height:100%;
	margin: 0 auto;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	line-height:40px
}

li {
	display:table-cell;
	float: right;
	vertical-align:middle;

}

.linkcontenido:link {
	color:#000000;
	text-decoration:none;

}

.linkcontenido:visited {
	color:#000000;
	text-decoration:none;

}

.linkcontenido:hover{
	color:#ffffff;
	background-color:#4C65BD;
}
body {
	background-color: #ffffff;
	width:auto;
	padding:0;
	border:0;
	margin:0;

}

.fondocontenido {
	background-color: #ffffff;
	width: 800px;
	margin:0 auto;
	border-radius : 20px;
        min-height:100%;
        margin-bottom:-83px;
}

.fondocontenido:after{
        content: "";
        display: block;
}

.footer, .fondocontenido:after{
        height:83px;
}

.cajadestacada {
	background-color: #b0b0b0;
	width:100%;
	border-radius: 30px;
	text-align:center;
	

}
.enlacedestacado:link{
	
	color: #7CA5DD;
	text-align:center;
	text-decoration:none;
	padding:20px;
	margin:20px;
	border-radius:20px;
}


.enlacedestacado:visited{
	
	color: #7CA5DD;
	text-align:center;
	text-decoration:none;
	padding:20px;
	margin:20px;
}
.enlacedestacado:hover{
	background-color:#4C65BD;
	color: #ffffff;
	text-align:center;
	text-decoration:none;
	padding:20px;
	margin:20px;
}

.filatitulo{
	background-color: #b0b0b0;
	border-radius: 30px;
}

.fondonavegacion {
	width:100%;
	background-color: #474747;	
	height: 40px;
	border-bottom: 1px solid #ccc;
	padding:0;
	display:table;
	
}
	

.menunormal:link {

	display: table;
	width: 150px;
	height: 40px;
	color: #ffffff;
	background-color: #474747;
	text-align: center;
	text-decoration: none;
	vertical-align:middle;


}

.menunormal:visited {
	display: table;
	width: 150px;
	height: 40px;
	color: #ffffff;
	background-color: #474747;
	text-align: center;
	text-decoration: none;
}

.menunormal:hover {
	background-color: #4C65BD;
	color : #ffffff;
}

.menunormal:active {
	background-color: #4C65BD;
	color : #ffffff;
}

.menuactual:link {

	display: table;
	width: 150px;
	height: 40px;
	color : #ffffff;
	background-color: #696e8e;
	text-align: center;
	text-decoration: none;


}

.menuactual:visited {
	display: table;
	width: 150px;
	height: 40px;
	color: #ffffff;
	background-color: #696e8e;
	text-align: center;
	text-decoration: none;
}

.menuactual:hover {
	background-color: #696e8e;
	color : #ffffff;
}

.menuactual:active {
	background-color: #696e8e;
	color : #ffffff;
}