html, body {
	align-content: center;
	margin: 0 auto;
	padding: 0px;
	color: #000000;
	font-family: 'Noto Sans', sans-serif;
	box-sizing: border-box;
	background-color: white;
	
}


.menu {
	width: 11%;
	min-width: 150px;
	height: 2000px;
	background-color: #000000;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	
}

.navbar {
width: 50%;
margin: 350px 80px 0 0;	
	
}

.navbar h1{

	color: #fff;
	font-size: 16px;
	line-height: 15px;
	text-align: center;
	 
}

.navbar a{
	text-decoration: none;
	color: white;
	
}

.main {
    margin-left: 200px;
    margin-right: 50px;
    
}

h1 {
    color:dodgerblue;
}

#diagbut {
    background-color: dimgrey;
    padding: 15px;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
    
}

#diagbut:hover {
    background-color: dodgerblue; 
}

.info {
    background-color:lightgrey;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    color: black;
    font-weight: 600;
     transition: 0.3s;
}

.info:hover {
    background-color: dodgerblue;
    color: white;
}

#asegurado {
    margin-top: 100px;
    
}

#asegurado img {
    width: 50%;
    margin: 0 25%;
}

#cobertura {
    margin-top: 100px;
    
}

#cobertura h1{
    margin-top: 100px;
}

#cobertura:last-child{
    margin-bottom: 50px;
}

#intro img {
    float: right;
}

.separador {
    width: 100%;
    height: 380px;
    background-image: url(/images/familia-seguro.jpg);
    background-position: top;
    background-size: cover;
}

.separador2 {
    width: 100%;
    height: 380px;
    background-image: url(/images/intro-patrimonio.jpg);
    background-position: top;
    background-size: cover;
}

.separador3 {
    width: 100%;
    height: 380px;
    background-image: url(/images/familia2.jpg);
    background-position: 0 ;
    background-size: cover;
}
