body{
	background-size: 100vw 100vh;
	background-attachment: fixed;
	margin: 0;
	}
body.ingenieria {
    background-image: url("../img/ing.jpg");
}

body.arquitectura {
    background-image: url("../img/arq.jpg");
}

body.medicina {
    background-image: url("../img/med.jpg");
}

body.odontologia {
    background-image: url("../img/odon.jpg");
}
body.tecnicaturas {
    background-image: url("../img/tec.jpg");
}

body.enfermeria {
    background-image: url("../img/enfer.jpg");
}

body.economicas {
    background-image: url("../img/ce.jpg");
}

body.agrarias {
    background-image: url("../img/vinos.jpg");
}
#ingen .titulo,
#ingen .oferta,
#ingen .pie {
    box-sizing: border-box;
    width: 95%;
}
#ingen .oferta strong,
#ingen .pie strong {
    font-weight: 600;
}
#ingen .titulo {
	text-align: center;
	border-radius: 40px;
    text-decoration: underline;
	max-width: 374px;
	font-size: 20px;
	background: rgba(253,237,201,0.9);
	margin: 70px auto 0px auto; 
	padding: 0px;
    border-style: solid;
    border-color:#966245;
    padding-bottom: 40px;
}
#ingen .titulo h1 {
    margin: 0;
    padding: 10px 8px;
    font-size: 21px;
    font-weight: bold;
}
#ingen .titulo iframe {
    display: block;
    width: 100%;
    max-width: 368px;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}
#ingen .oferta {
	border-radius: 40px;
	text-align: left;
	max-width: 960px;
	font-size: 18px;
	background: rgba(253,237,201,0.9);
	margin: 20px auto; 
	padding: 20px;
    border-style: solid;
    border-color: #966245;

}
#ingen .oferta h2 {
    margin: 25px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#ingen .oferta h2:first-child {
    margin-top: 0;
}

#ingen .oferta p {
    margin: 0 0 16px;
    padding: 0;
    font-size: 19px;
    font-weight: 300;
}

#ingen .oferta a{
  font-weight: bold;
  text-decoration: none;
}
#ingen a:link {
    color: blue;
}

#ingen a:visited {
    color: blue;
}

#ingen a:hover {
    color: darkred;
}
#ingen .pie {
	border-radius: 40px;
	text-align: center;
	max-width: 960px;
	font-size: 16px;
	background: rgba(253,237,201,1);
	margin: 20px auto; 
	padding: 20px;
    border-style: solid;
    border-color: #966245;

}

#ingen .pie h2 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}

#ingen .pie p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
}
#ingen .oferta h2,
#ingen .pie h2 {
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
}