*{margin:0;}

body {
    width: 70%;
    font-size: 16px;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 177px;
    background: #dbdbdb;
    margin: 0px auto;
    font-family:  sans-serif 
}
.logodgpc { 
    display: block;
    margin-left: auto;
    margin-right: auto; 
	}
.logouba { padding-top: 56px;
    height: 400px;
    width: 400px;
}

/* unvisited link */
a:link {
    color: #000;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #b964d3;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #ff0089;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #00ffb1;
    text-decoration: none;
}

/* seccion mapa */
.titulomapa{
    height: 250px;
    background-color: #1493ff;
    margin: 0px auto;  
}
.maparoldan { 
    padding-top: 100px;
    height: 95%;
    width: 95%;
}
/* fin sección mapa */

/* seccion plan */

.tituloplan{
    min-height: 250px;
    margin: 0px auto;  
    background-color: #74e2e5;
}

.plan {
    font-family: 'Open Sans Condensed', sans-serif;
    min-width: 100%;
    min-height: 300px;
    background-color:lemonchiffon; 
    float: left;    
}
.textoplan { 
   font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    color: #000;
    text-indent: auto;
    font-size: 100%;
    padding: 30px 90px 30px 90px;
    font-weight: lighter;
}

/* fin sección plan */
	
nav { 
    font-family: 'Oswald', sans-serif;
    color: #000;
	text-align: center;
    margin: 27px;
    
}

main {
    width: 100%;
    height: 1140px;
    background: #fff;
    margin: 0px auto;
	text-align: center;
}

.Titulo{
    min-height: 820px;
    background-color: #f0efd0;
    margin: 0px auto;
    background-color: lemonchiffon;
}

.sectionAlumna{
    height: 250px;
    background-color: deeppink;
    margin: 0px auto;  
}




.sectionDos {
    width: 888px;
    margin: 0px auto;  
    
}


.artTexto{
    margin: center;
    margin-top: 0;
    padding-bottom: 40px;
}

h1 { 
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 160px;
    font-weight: lighter;
}

.infocatedra { 
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #767676;
    letter-spacing: 2px;
    padding-top: 83px;
}
.infouba { 
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #767676;
    letter-spacing: 2px;
    padding-top: 20px;
}
.infofadu { 
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #767676;
    letter-spacing: 2px;
    padding-top: 83px;
}
.titulouba { 
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #767676;
    letter-spacing: 2px;
    padding-top: 20px;
    font-size: xx-large;
    font-weight: bold
}
p { 
   font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    color: #FFFFFF;
    text-indent: auto;
    font-size: 100%;
    padding: 5px 10px 5px 10px;
    font-weight: lighter;
}

.foot { 
    color: #fff;
	font-size: 10pt;
	margin-top: 16px;
    background-color: #fff
}

footer {
    background: #bfbfbf;
    margin: auto;
    text-align: center;
    padding: 5px;
    min-height: 51px;
    
}

/* Responsive */
/* Si es menor a 768px */
@media screen and (max-width:768px) {

    header {width: 100%}
    .sectionAlumna {width:100%;}
    .Titulo {width:100%;}
    .artTexto {width: 100%;}
}