@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Oswald:700);

*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #ebebeb;
}

body.disenografico{
    background-color: #ffdcb4;
}

body.arquitectura{
    background-color: #cdeaff;
}

body.disenoindustrial{
    background-color: #ffffbd;
}

div#carilla{
    font-size: 10pt;
    width: 960px;
    margin: auto;
    background-color: #FFF;
    padding: 1.5rem 2rem;
}

header{
    margin-bottom: 2.5rem;
    text-align: center;
}

div#materia{
    padding: 1.7rem 0rem;
}

header ul li{
    display: inline-block;
    margin: 0 0.7rem;
}

header ul li a{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    color: #000;
    text-decoration: none;
    display: block;
}

header ul li a:hover{
    color: #7ebb00;
}

.destacado1{
    font-weight: 700;
    text-decoration: underline;
    color:#7ebb00;
}

.destacado1:hover{
    color:#7ebb00;
}

.destacado2{
    color:#7ebb00;
}

main{
    display: block;
}

main p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
}

footer{
    background-color: #3c3c3c;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;   
    clear: both;
    color: #e8e8e8;
    padding: 1rem;
}

h1{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
}

h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    color:#FFF;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}

h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
}

h5{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    border-bottom: 0.2rem solid #000;
    margin-bottom: 0.3rem;
}

h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

h6.espaciado1{
    padding-top: 1.5rem;
    padding-bottom: 0.1rem;
}

.espaciado4{
    padding-bottom: 0.1rem;
}

h2.bienvenidos{
    text-align: center;
    background-color: #60774f;
    color:#FFF;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

main h3{
    text-align: center;
    color: #000;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

div.arquitectura h3{
    background-color: rgba(132, 203, 255, 0.6);
}

div.disenografico h3{
    background-color: rgba(255, 168, 68, 0.6);
}

div.disenoindustrial h3{
    background-color: rgba(255, 255, 92, 0.6);
}

div.arquitectura a{
    text-decoration: none;
}

div.disenografico a{
    text-decoration: none;
}

div.disenoindustrial a{
    text-decoration: none;
}

div#sesion{
    background-color: #4c4c4c;
    text-align: right;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

div#sesion a{
    color: #e8e8e8;
    margin-right: 0.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration:none;
}

div#sesion a:hover{
    color: #FFF;
}

div#logo{
    float: left;
}

div#contenedorarq{
    width: 320px;
    height: 640px;
    float: left;
    clear: both;
}

div#contenedorarq:hover{
    background-color: rgba(132, 203, 255, 0.4);
}

div#contenedordg{
    width: 320px;
    height: 640px;
    float: left;
    overflow: hidden;
}

div#contenedordg:hover{
    background-color: rgba(255, 168, 68, 0.4);
    overflow: hidden;
}

div#contenedordi{
    width: 320px;
    height: 640px;
    float: right;
}

div#contenedordi:hover{
    background-color: rgba(255, 255, 92, 0.4);
}

div#carreras{
    width: 960px;
    height: 640px;
    background-image: url(imagenes/slide01.jpg);
}

div.frase{
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
    clear: both;
    padding:2rem 0;
}

div.catedra h4, div.novedades h4, div.propacade h4, div.propuesta h4{
    background-color: #96bf85;
    padding: 0.3rem 0rem;
    color: #000;
}

div.contenedor3{
    border: 0.2rem solid #60774f;
    width: 465px;
}

div.contenedor4{
    border: 0.2rem solid #60774f;
    width: 954px;
}

div.col1{
    width: 465px;
    float: left;
}

div.col2{
    width: 465px;
    float: right;
}

div.link a{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    float: right;
    text-decoration: none;
    color: #7ebb00;
    margin-bottom: 1rem;
}

div.link a:hover{
    text-decoration:underline;
}

div.linkparrafo a{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: none;
    color: #7ebb00;
}

div.linkparrafo{
    padding: 0.5rem 0;
}

div.linkparrafo a:hover{
    text-decoration:underline;
}

div.catedra p, div.novedades p, div.propuesta p{
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
}

p.derecha{
    margin-right: 1rem;
}

div.parrafo2{
    padding: 1rem;
}

p.parrafo3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: underline;
}

div.catedra{
    float: left;
}

div.novedades{
    float: right;
}

div.contenedor{
    overflow:hidden;
    margin-bottom: 2.5rem;
    clear: both;
}

div.redessociales{
    float: left;
}

i{
    font-size: 1.2rem;
    margin-top: 0.4rem;
}

div.colderecha{
    float: left;
    width: 320px;
}

div.colizq{
    width: 320px;
    float: right;
    border: 0.2rem solid #60774f;
}

div.colizq2{
    width: 320px;
    float: right;
}

.dg{
    background-color: rgba(255, 168, 68, 0.6);
    color: #000; 
    margin-bottom: 2rem;
}

.cat{
    background-color: #96bf85;
    color: #000;
    margin-bottom: 0rem;
}

div.galeria{
    width: 610px;
    height: 430px;
    float: right;
    background-image: url(imagenes/slidedg01.jpg);
    margin-bottom: 0.5rem;
}

div.imgdg img{
    float: left;
    margin-right: 0.46rem;
}

div.contenedor2{
    width: 610px;
    float: right;
}

div.contenedor5{
    width: 610px;
    float: left;
}

div.linkscarrera a{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: none;
    color: #000; 
    float: left;
    margin-right: 1.4rem;
    padding: 0.5rem;
    margin-top: 2rem;
    border: 0.2rem solid rgba(255, 168, 68, 0.6);
}

div.linkscarrera a:hover{
    background-color: rgba(255, 168, 68, 0.6);
}

div.estilo1{
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

div.estilo2{
    width: 465px;
    float: left;
    padding-left: 
}

div.continuaciona{
    float: left;
    width: 465px;
}

div.continuacionb{
    float: right;
}

div.estilo3{
    width: 465px;
    float: right;
    padding-top: 
}

p.estilo4{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

div.estilo5{
    padding-bottom: 1rem;
}

div.estilo6{
    margin-bottom: 1rem;
}

div.estilo7{
    margin: 0;
    margin-bottom: 1rem;
}

p.check{
    padding-bottom: 0.5rem;
}

.items{
    padding-left: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
}

ul.items li{
    padding-top: 0rem;
    padding-bottom: 0.5rem;
}

.espaciado2{
    margin-bottom: 0.5rem;
}

.espaciado3{
    padding-bottom: 1.5rem;
    border-bottom: 0.2rem solid #60774f;
}

.estilo7{
    margin-bottom: 0.5rem;
}

div.contenedor5, div.colizq{
    margin-bottom: 2.5rem;
}

div.imgcolizq img{
    margin:1rem;
}

.estilocolizq{
    padding: 0 1rem;
}

.titulogeneral{
    color: #000;
    background-color: #96bf85;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

div.colder{
    width: 220px;
    float: left;
    margin-right: 1.53rem;
}

div.floatizq{
    width: 220px;
    float: right;
    padding-right: 0.4rem;
}

div.colder img{
    border: 0.2rem solid #60774f;
    margin-bottom: 0.5rem;
}

div.floatizq img{
    border: 0.2rem solid #60774f;
    margin-bottom: 0.5rem;
}

div.contenedor1{
    overflow: hidden;
    margin-bottom: 1rem;
}

div.linkbiblio a{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: none;
    color: #7ebb00;
}

div.linkbiblio a:hover{
    text-decoration:underline;
}

.estilo8{
    margin-bottom: 1.5rem;
}

div.colder2{
    float: left;
    margin-right: 0.7rem;
}

div.colder2 img{
    border: 0.19rem solid #60774f;
}

.floatizq2{
    width: 180px;
    float: right;
}

div.floatizq2 img{
    border: 0.19rem solid #60774f;    
    margin-left: -1rem;
}

div.complementaria1{
    width: 190px;
    float:left;
    margin-right: 1.1rem;
}

div.contenedor5 img{
    margin-bottom: 0.25rem;
    margin-top: 1rem;
}

ul.links{
    margin-top: 1rem;
    padding-left: 1rem;    
}