@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

header{
	width:100%;
	height:auto;
	}
body{
	width: 100%;
	height: auto;
	font-family: arial;
	background-image:url(../imagenes/fondo_marias.png);
	background-repeat: no-repeat;
	background-position:center center; 
	background-size: cover;
	background-attachment: fixed;	
}
nav {
  padding: 1em;
  font-size:14px;
  background:#242451;
}
nav ul {
  list-style: none;
  padding: 0;
}
nav li a {
  color: white;
  display: block;
  text-decoration: none;
  padding: .5em 1em;

}
nav li a:hover {
	background:#96C;
    color: white;
}

#portada{
	background-image:url(../imagenes/portada.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:500px;
}


section#accesos{
	width:100%;
	height:auto;
	background-color:#242451;

}

section#accesos p{
	color:white;
	font-size:14px;
	text-align:left;
	line-height:18px;
	padding: 15px;
}
h3{
	color:white;
	font-weight:bold;
	padding: 15px 0px 0px 15px;
}


	

}


@media screen and (min-width:768px) {

nav {
  font-size:20px;
}
nav ul {
      display: flex;
      justify-content: flex-end;
}


@media screen and (min-width:768px) {

nav {
  font-size:20px;
}
nav ul {
      display: flex;
      justify-content: flex-end;
}	

}
	
@media screen and (min-width:1680px) {


}

