.remarcar{
	border-color: red;
	border-style: solid;
	border-width: 1px;
}
.remarcado{
	border-color: black;
	border-style: solid;
	border-width: 3px;
}
p.titulo{
	font-family: 'Suranna', serif;
	color : black;
	font-size: 30px;
	font-weight: bold;
	padding: 0;
    margin: 0;
    line-height: 40px;
}
p.contenido{
	font-size: 14px;
	line-height: 20px;
}
.relativa {
  position: relative;
  top: 0;
  left: 0;
}
.absoluta {
  position: absolute;
  top: 30px;
  left: 30px;;
}
.footer {
	margin-top:20px;
    bottom: 0;
	left: 0;
    width: 100%;
	background-color:black; 
	height:60px;
	color: white;
	text-align: center;
	font-size: 15px;
}
.datos{
	background-color: #808080; 
	color: white; 
	opacity: 0.7;
	bottom : 0px;
	height : 109%;
}
.slider {
    margin: 0 auto;
	height:400px; 
	overflow: hidden; 
	margin-left: 0px; 
	background-color:black;
}
.imgslider {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.imgnav{
	height:150px;
	width: 150px;
}
.slick-prev:before, 
.slick-next:before {
    color: black;    
}