*{margin:0;}

body {
    width: 70%;
    font-size: 16px;
    margin: 0 auto;
    background-image: url(images/tumblr_mmrarytp3C1s9sbvwo7_1280.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
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: 200px;
    width: 200px;
}

/* 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;
}
	
nav { 
    font-family: 'Oswald', sans-serif;
    color: #000;
	text-align: center;
    margin: 27px;
    
}

main {
    width: 100%;
    height: 680px;
    margin: 0px auto;
	text-align: center;
}

.titulo{
    min-height: 200px;
    background-color: #f0efd0;
    margin: 0px auto;
    background-color: rgb(245, 104, 174);
}

.sectionAlumna{
    min-height: 250px;
    margin: 0px auto;  
}
.sectionUno {
    width: 25%;
    float: left;
} 
.artImagenOPres{
    background-color: lemonchiffon;
    min-height: 168px;
}
.imagenAlumna{
	width: 90%;
	height:90%;
	padding-top: 9px;
	margin-left: auto;
}
.nombre {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #d355de;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: lighter;
    font-kerning: auto;
    font-size-adjust: auto;
}
.numAlumna {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #000;
    font-size: 120%;
    font-weight: lighter;
    padding-bottom: 15px;
    padding-top: 0;
}

.sectionDos {
    min-width: 74%;
    min-height: 273px;
    margin-top: 0;
    margin-left: 1%;
    margin-bottom: 0;
    margin-right: 0;
    background-color:lemonchiffon; 
    float: right;
    
}
.info { min-height: 157px;
    min-width: 74%;
    margin-top: 1%;
    margin-left: 1%;
    float: right;
    background-color: lemonchiffon;
}


.artTexto{
    margin: center;
    margin-top: 0;
}

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

.materias { 
   font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    color: #000;
    text-indent: auto;
    font-size: larger;
    padding: 37px 10px 5px 32px;
    font-weight: lighter;
}
.comision {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    color: #000;
    text-indent: auto;
    font-size: larger;
    padding: 37px 10px 5px 32px;
    font-weight: bold;
} 
.descri {
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    color: #000;
    text-indent: auto;
    font-size: larger;
    padding: 0px 10px 5px 32px;
    font-weight: lighter;
} 
.linktp{
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    color: #000;
    text-indent: auto;
    font-size: larger;
    padding: 0px 10px 5px 32px;
    font-weight: lighter;
} 
}

.foot { 
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
	font-size: 10pt;
	margin-top: 16px;
    background-color: #fff
}

footer {
    font-family: 'Open Sans Condensed', sans-serif;
    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%;}
    .sectionUno {width:100%;}
    .sectionDos {width: 100%;}
    .info {width: 100%} 
}