@import url("fuentes.css");

/* IMAGEN FONDO */
body {
    width: 1900px;
    background-color: rgb(0, 0, 0);
}

#contenedor {
    width: 1900px;
    
}

main{
    width:1800px;
    position: absolute;
}

/* LOGO */

header {
    width: 1900px;
    float: left;
}


header img {
    width: 87.5%;
    margin-left: 6%;
    margin-right: 6.5%;
    margin-top: 2%;
}

/* NAVEGACION */
nav {
    width: 90%;
    float: left;
    margin-top: 0px;
    margin-right: 4%;
    margin-left: 4%;
}

nav ul li {
    float: left;
    list-style: none;
}

nav ul li a {
    text-decoration: none;
    width: 273px;
    display: block;
    font-size: 12pt;
    font-family: 'fishmongerkxcond_light';
    text-align: center;
    border-bottom-style: solid;
    border-right-style: solid;
    padding-bottom: 5px;
    padding-top: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

nav ul li a:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

/* INGRESO */

form {
float: right;
    width: 250px;
    margin-left: 1500px;
    position: absolute;
    top:47px;
    height: 185px;
    padding-right: 25px;
  
}
form ul li{
    font-family: sans-serif; 
list-style:none; 
     height: 30px;
    width: 220px;
    color: rgb(0, 0, 0);
   margin: 3px;
}

 form input{
 width: 200px;
     float: left;
   height: 30px;

 }

 form input.cuadradito{
     width: 12px;
         margin-left: 5px;
   height: 20px;
    clear: both;
    }
 form address  {
 float: right;
     margin-top: 29px;
     margin-right: 10px;
     color: #fff;
     background: #000;
     font-size: 9pt;
     font-family: sans-serif;
     padding:3px;
 }
 form address:hover  {
 color: #000;
 background: rgb(239, 215, 69);
 }


/* TITULOS MATERIAS */

#titulos {
    float:left;
    width: 100%;
   }


#titulos ul li {
    width: 30%;
    float: left;
    list-style: none;
    margin-top: 5%;
    margin: 28.5px;
    margin-left: 30px;
    text-align: center;
}

#titulos ul li a {
    width: 528px;
    height: 600px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.58);
    font-size: 50pt;
    text-align: center;
    font-family: 'fishmongerkmedium_light';
    border-bottom: solid;
    padding-top: 20px;
    float:left;
       
}


#titulos ul li.mg a {
    color: rgb(239,215,69);
}

#titulos ul li.ma a {
    color: rgb(247,71,67);
}

#titulos ul li.mu a {
    color: rgb(169,216,124);
}

/* FONDO MATERIAS - IMAGENES */
#titulos ul li.mg {
    background-image: url(imagenes/f_general.jpg);
    background-size: 600px;
    height: 620px;}

#titulos ul li.ma {
    background-image: url(imagenes/f_arquitectonica.jpg);
    background-size: 630px;
    height: 620px;
}

#titulos ul li.mu {
    background-image: url(imagenes/f_urbana.jpg);
    background-size: 630px;
    height: 620px;
}

/* H OVER MATERIAS */
#titulos ul li.mg a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(239, 215, 69, 0.75);
    height: 600px;
    width: 528px;
}

#titulos ul li.ma a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(247, 71, 67, 0.75);
    height: 600px;
    width: 528px;
}

#titulos ul li.mu a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(169, 216, 124, 0.75);
    height: 600px;
    width: 528px;
}

/* PARRAFOS MATERIAS */
.item {
    position: relative;
}

.item p {
    color: #ffffff;
    font-size: 12pt;
    font-family: sans-serif;
    position: absolute;
    text-align:justify;
    top: 300px;
    margin-left: 50px;
    width: 430px;

}
 .item h2 {
   color: #ffffff;
    font-size: 16pt;
    font-family: sans-serif;
    position: absolute;
    text-align:center;
    top: 200px;
    margin-left: 50px;
    width: 430px;
}

footer {
    clear: both;
    width: 53%;
    margin-left: 25%;
    margin-right: 25%;
    font-size: 10pt;
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 35px;
}

/* links*/

#links {
    width: 20%;
    float:left;
    height: 124px;
    bottom: 0px;
 }

#links ul {
    list-style: none;
    padding-left: 0;
    
 
        
}

#links ul li {
    padding-top: 4px;   
    padding-bottom: 4px;   
   
}

#links ul li a {
    font-family: 'fishmongerkxcond_semibold';
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: 12pt;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
}

#links ul li a:hover {
    color: rgb(0, 0, 0);
    background-color:rgb(239, 215, 69);
}

.lista-flotante {
    position: fixed;
    width: 15%;
    float: left;
    margin-left: 112px;
    margin-top: 90px;
}


/*links derecho*/
/*1*/
#links2pri {
    width: 14%;
    float: right;
    margin-right: 20px;
    margin-top: 60px;
 
   
}
#links2pri ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
  
 }

#links2pri ul li a {
    font-family: 'fishmongerkxcond_semibold';
    text-decoration: none;
    font-size: 12pt;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    color: rgb(239, 215, 69);
    text-align: right;
    border-bottom: solid;
    clear:both;
    }

#links2pri ul li a:hover {
    color: #fff;
}

/*2*/
#links2 {
    width: 14%;
    float: right;
    margin-right: 20px;
    padding-top:570px;
 }

#links2 ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
   }

#links2 ul li a {
    font-family: 'fishmongerkxcond_semibold';
    text-decoration: none;
    font-size: 12pt;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    color: rgb(247, 71, 67);
    text-align: right;
    border-bottom: solid;
    clear:both;
    }
#links2 ul li a:hover {
color: #fff;
}
/*3*/
#links2seg {
    width: 14%;
    float: right;
    margin-right: 20px;
    padding-top: 1020px;
   
}
#links2seg ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
  
 }

#links2seg ul li a {
    font-family: 'fishmongerkxcond_semibold';
    text-decoration: none;
    font-size: 12pt;
    display: block;
    padding-bottom: 4px;
    padding-top: 4px;
    color: rgb(169, 216, 124);
    text-align: right;
    border-bottom: solid;
    clear:both;
    }
#links2seg ul li a:hover {
    color: #fff;
}

/*cuerpo*/
article { 
    margin-left: 30px;
    width:62%;
    float:left;
    padding: 0;

/*MORFOGENERAL*/    
 }
#modulo1 {
    margin-top: 60px;
    float:left;
    padding-bottom: 43px;
    width: 100%
}
#modulo1 ul{
    padding: 0;
    margin-left: 30px;
}


#modulo1 ul li.texto{
    float: left;
    list-style: none;
    width: 48.3%;
    padding-left: 20px;
}

#modulo1 h1 {
    font-size: 60pt;
    font-family: 'fishmongerkmedium_thin';
    color: rgb(239, 215, 69);
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 0;
}

#modulo1 h2 {
    font-size: 18pt;
    font-family: 'fishmongerkmedium_thin';
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 0px;
}

#modulo1 p {
    margin-top: 0px;
    font-size: 13pt;
    font-family: sans-serif;
    color: rgb(255, 255, 255);
}

#modulo1 li.foto img {
    float: left;
    width: 48%;
    padding-right: 20px;
    height: 610px
}
    
/*MORFOARQUITECTONICA*/  

#modulo2 {
    float:left;
    width: 100%;
    padding-bottom: 40px;
    margin-top: 60px;
 
   
}
#modulo2 ul{
    float: left;
    width: 100%;
}


#modulo2 ul li.texto{
    float: left;
    list-style: none;
    width: 45.3%;
    padding-left: 20px;
}

#modulo2 h1 {
    font-size: 60pt;
    font-family: 'fishmongerkmedium_thin';
    color: rgb(247, 71, 67);
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 0;
}

#modulo2 h2 {
    font-size: 18pt;
    font-family: 'fishmongerkmedium_thin';
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 0px;
}

#modulo2 p {
    margin-top: 0px;
    font-size: 13pt;
  font-family: sans-serif;
    color: rgb(255, 255, 255);
}

#modulo2 li.foto img {
    float: left;
  width: 48%;
padding-right: 20px;
   height: 610px
}


/*MORFOURBANA*/  
#modulo3 {
    width: 100%;
    float:left;
    margin-left: 40px;
 }
#modulo3 ul{
    width: 100%;
    padding: 0;
}
#modulo3 li.texto {
    float: left;
    list-style: none;
    width: 43.3%;
    padding-left: 20px;
    margin-right: 5px;
}

#modulo3 h1 {
    font-size: 60pt;
    font-family: 'fishmongerkmedium_thin';
    color: rgb(169, 216, 124);
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 0;
}

#modulo3 h2 {
    font-size: 18pt;
    font-family: 'fishmongerkmedium_thin';
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-top: 0px;
}

#modulo3 p {
    margin-top: 0px;
    font-size: 13pt;
 font-family: sans-serif;
    color: rgb(255, 255, 255);
}

#modulo3 li.foto img {
     float: left;
  width: 50%;
padding-right: 30px;
   height: 610px
}

/*SLIDER*/
#slider{
    height: 350px;
    float:left;
    padding-top: 0;
}
#slider p{
    color: rgb(247, 71, 67);
    font-family: 'fishmongerkmedium_thin';
    text-align: left;
    margin-top: 40px;
    padding-left: 55px; 
    position: absolute;
}
#slider2 p{
    color: rgb(169, 216, 124);
    font-family: 'fishmongerkmedium_thin';
    text-align: left;
    margin-top: 600px;
    padding-left: 25px; 
    position: absolute;
}

#slider img{
    margin-left: 70px;
    float: left;
    width: 90%;
    height: 400px;
	display: none;

}
#slider img:nth-child(1){
    display: block;
}

/*Galerias*/
div.galeria{
    float: left;
    width:100%;
    margin-bottom:2%;
    margin-top:2%;
}

div.galeria img{
    width:33%;
    float:left;
    }

div.galeria img.mucha{
    width:34%;
    float:left;
    
}


/*Galeria de trabajos pagina*/  

#imagengrande {
    width: 94%;
    margin-left: 50px;
}

article img {    
    width: 100%;
}
.cuerpotps img{
    width: 100%;
   
}
.cuerpotps {
    float: left;
    width: 100%;
    font-family: sans-serif;
    list-style: none;
      }
.cuerpotps ul li a{
color: #fff;
    list-style: none;
    text-decoration: none;
}

.cuerpotps ul li a img{
height: 500px;
    width: 100%;
  margin-bottom: 70px;
}
.cuerpotps p{
background-color: rgba(203, 48, 120, 0);
height: 540px;
    width: 58%;
     position: absolute;
        margin-left: 10px;
    margin-bottom: 10px;
   text-align: right;
  color: rgba(255, 255, 255, 0);
}


.cuerpotps p:hover{
    height: 450px;
    width: 58%;
   color: #fff;
    font-size: 20pt;
background-color: rgba(239, 215, 69, 0.25);
margin-right: 20px;
  padding-right: 20px; 
    padding-top: 20px;
}


article h1.enviar:hover {
       color: #fff;
}

#imagengrande ul.datos{
 float: right;
 width: 310px;
    height: 180px;
  margin-left: 700px;
    background: rgba(239, 215, 69, 0.45);
   position: absolute;
    top: 400px;;
}

#imagengrande ul.datos {
color:#fff;
    font-size: 12pt;
    list-style: none;
    text-decoration: none;
     font-family: 'fishmongerkmedium_thin';
    padding-top: 370px;
    }

#titulotps{
    margin-top: 80px;
width: 94%;
   background: rgba(239, 215, 69, 0.39);
    height: 90px;
    text-align: center;
    padding-top:20px;
    margin-left: 50px;
    
    }

#titulotps h2{
font-size: 20pt;
    font-family: 'fishmongerkmedium_thin';
    color:#fff;
    }

.tps ul {
    float: left;
      width:100%;
      padding-left: 45px;
          text-align: center;
}

.tps ul li {
    float: left;  
       margin: 5px;
     content: center;
 list-style: none;
   color: rgb(239, 215, 69);
     text-align: center;
    border-bottom: solid;
     border-right: solid;
    color: rgb(239, 215, 69);
 }


.tps ul li:hover {
color: rgb(247, 71, 67);
  } 

.tps ul li.tp1{
    height: 200px;
    width: 510px;
   text-align: left;
    background: rgba(239, 215, 69, 0.31);
       }

.tps ul li.tp1 a {
    font-family: 'fishmongerkmedium_semibold';
    font-size: 45pt;
  float: left;
   color: #fff;
    margin-top: 25px;
    margin-left: 25px;
     text-decoration: none;
     border:none;
   }

.tps ul li.tp1 a:hover {
color: rgb(247, 71, 67);
}

.tps ul li.tp2{
  height: 100px;
    width: 520px;
   
}

.tps ul li.tp2 a{
      font-family: 'fishmongerkmedium_semibold';
    font-size: 30pt;
  float: left;
   color: rgb(239, 215, 69);
    margin: 1px;
    margin-top: 25px;
    margin-left: 25px;
    text-decoration: none;
}

.tps ul li.tp2 a:hover {
color:rgb(247, 71, 67);
}

#cuerpotps {
    width: 100%;
align-items: center;
    height: 210px;
}

#cuerpotps ul li{
    margin-top: 20px;
   float: left;
   padding-left: 100px;
       }

#cuerpotps ul li img{
    float: left;
    width: 800px;
    margin: 20px;
      text-align: center;
    margin-bottom: 100px;

}
#cuerpotps ul li a{
   float: left;
    text-decoration: none;
     font-family: 'fishmongerkmedium_thin';
    font-size: 30pt;
       color: #fff;
    
    }

/*CONTACTO*/

article p.contacto{
    width:43%;
      color: rgb(169, 216, 124);
      font-family: sans-serif;
    float: left;
     font-size: 10pt;
    margin-left: 50px;
    top: 500px;
    position: absolute;
   
}

article h3 {
    color: rgb(239, 215, 69);
    margin-left: 19px;
    font-family: 'fishmongerkmedium_thin';
    font-size: 40pt;
    margin-top: 84px;
    margin-bottom: 5px;
    margin-left: 50px;
   
}
article h3.contacto {
border-bottom: solid;
 margin-bottom: 80px; 
    width: 775px;
}

form2{
float: left;
    height: 400px;
    width: 75%;
}
article form2 ul li{
width: 220px;
    list-style: none;
    margin-bottom: 6px;
    margin-left: 10px;
 
}

article form2 ul li input{
width: 229px;
    height: 25px;
      margin-bottom: 5px;
}

article form2 ul li input.texto{
width: 760px;
    height: 250px;
  
}
article address.enviar1{
color: rgb(239, 215, 69);
    margin-left: 690px;
    height: 20px;
    float: left;
    font-family: 'fishmongerkmedium_semibold';
    padding: 6px;
    }
article address.enviar1:hover{
color: rgb(247, 71, 67);
}



.logitos{ 
    width: 110px;
    float: right;
   top: 490px;
    margin-left: 910px;
    position: absolute;
padding: 10px;
}

article a img{ 
float: left;
    width: 60px;
    margin: 7px;
    padding: 10px;
  
}

article a img:hover{ 
margin: 5px;
    width: 70px;
 }


article h4 {
    color: rgb(169, 216, 124);
    margin-left: 42px;
    font-family: 'fishmongerkmedium_thin';
    font-size: 20pt;
    margin-top: 90px;
    margin-bottom: 5px;
     float: left;
    border-bottom: solid;
   width: 780px;
}

article p.direccion{
    width:70%;
      color: rgb(169, 216, 124);
      font-family: sans-serif;
   clear: both;
     font-size: 10pt;
    margin-left: 42px;
  
}
.googlemap {
width: 770px;
   float: left;
    margin-left: 40px;
    margin-top: 5px;
   }

article a.mapa img:hover {
width: 770px;
   float: left;
    margin-left: 40px;
    margin-top: 5px;
   
}

/*PAGINA DOCENTES*/

#modulo1 ul li.centrales {
    float: left;
  margin-right: 10px;
     padding-right:3px;
 width: 47%;
   
}

#modulo1 ul li.centrales h1{
    font-family: 'fishmongerkxcond_semibold';
       padding-top: 15px;
       color: rgb(239, 215, 69);
    clear:both;
    font-size: 16pt;
    text-align: center;
    text-decoration:none;
    width: 100%; 
}


/*modulo central izq*/

#modulo1 ul li.centrales a.titular {
     text-decoration: none;
       text-align: center;
    font-family: 'fishmongerkxcond_semibold';
    font-size: 14pt;
       color: #fff;
        float:left;
    width: 35%;
    margin-bottom: 20px;
    margin-left:40px;
    margin-right: 5px;
    height: 210px;
    
           }

#modulo1 ul li.centrales a.titular:hover {
     color: rgb(239, 215, 69);

  }


#modulo1 ul li.centrales a.titular img {
width:70%;
float: left;
   margin-left: 10px;
    }

#modulo1 ul li.centrales h2 {
    font-family: 'fishmongerkxcond_semibold';
    padding-left: 1px;
    padding-top: 15px;
     color: rgb(239, 215, 69);
    clear:both;
    font-size: 16pt;
  
}
/*docentes*/

#modulo1 ul li.centrales a.docente {
  text-decoration: none;
    width:24%;
    float:left;
    text-align: center;
    font-family: 'fishmongerkxcond_semibold';
    font-size: 11pt;
       color: #fff;
     margin: 2px;
   height: 160px;
      }

#modulo1 ul li.centrales a.docente:hover {
     color: rgb(239, 215, 69);
    
}


#modulo1 ul li.centrales a.docente img {
width: 70%;

}

/*modulo central der*/
#modulo1 ul li.centrales2 {
    float: left;
   width:46%;
    padding-left:15px;
    padding-right:15px;
       padding-bottom: 11%;
    list-style: none;
    }

#modulo1 ul li.centrales2 h3 {
    width: 100%;
  margin-left: 0;
    margin-bottom: 5px;
      border-bottom: solid;
    margin-top: 0;

}
/*nav1*/
nav2 {
    float: left;
    height: 30px;
    width: 77%;
  padding-left: 155px;
     }

nav2 ul li {  
        width: 100%;
        list-style: none;
  }

nav2 ul li a {
    float: left;
    text-decoration: none;
    width: 100px;
    font-size: 12pt;
    font-family: 'fishmongerkxcond_light';
    text-align: center;
    border-bottom-style: solid;
    border-right-style: solid;
    padding-bottom: 5px;
    padding-top: 0px;

}

/*año*/
.año{
    width: 50px;
   font-size: 27pt;
    font-family: 'fishmongerkxcond_light';
   float: left;
color: rgb(239, 215, 69);
    height: 6px;
       margin-top:35px;
    padding-right: 10px;
   
}
.año1{
    width: 50px;
    font-size: 27pt;
    font-family: 'fishmongerkxcond_light';
   float: left;
color: rgb(239, 215, 69);
    height: 5px;
       margin-top:10px;
    padding-right: 10px;
    
}

#modulo1 ul li.centrales2 p.pri{
      font-family: sans-serif;
   font-size: 12pt;
    color: #fff;
  margin-top: 70px;
    padding-left: 80px;
} 

#modulo1 ul li.centrales2 p{ 
      font-family: sans-serif;
   font-size: 12pt;
    color: #fff;
  margin-top: 30px;
    padding-left: 80px;
     text-align: justify;
}
#modulo1 ul li.centrales2 b{
color: rgb(169, 216, 124);
  }

#modulo1 ul li.centrales2 a{
color: rgb(239, 215, 69);
    font-family: sans-serif;
    margin-bottom: 100px;
   
}
#modulo1 ul li.centrales2 a:hover{
color:rgb(247, 71, 67);
}




.centrales2 img{
width:7%;
    height: 33px;
    float: right;
    margin: 4px;
    margin-top: 0;

}
.centrales2 img:hover{
background: rgb(169, 216, 124);

}

/*COMUNIDAD*/

#modulo1 ul li.comunidad{
width: 650px;
    margin-left: 10px;
    float: left;
}

#modulo1 ul li.comunidad h2.titulo{
    color: rgb(239, 215, 69);
    font-size: 18pt;
    border-bottom: groove;
    margin-bottom: 100px;
    margin-left: 1px;
    width: 780px;
}
#modulo1 ul li.comunidad h2.r {
    color: rgb(239, 215, 69);
    width: 200px;
    font-size: 18pt;
    float:left;
   border-right: groove;
    margin: 5px;
    text-align:center;
      margin-top: 70px;
}
#modulo1 ul li.comunidad h2.r:hover {
background: rgba(247, 71, 67, 0.27);
}

#modulo1 ul li.comunidad p{
    color:rgb(247, 71, 67);
font-size: 24pt;
    font-family: 'fishmongerkxcond_semibold';
}


#modulo1 ul li.comunidad2{
 width: 330px;
    float: right;
    margin-left: 90px;
    height: 590px;
    padding-left: 0;
 
}

#modulo1 ul li.comunidad2 h3{
margin-left: 65px;
}

form1 {
float: left;
    margin-left: 35px;
    width: 300px;
}
form1 ul li{
list-style:none; 
    margin-top: 9px;
}

 form1 input{
     margin-bottom: 6px;
     margin-top: 3px;
 width: 255px;
     float: left;
     height: 28px;
   
 }

 form1 input.cuadradito{
     width: 13px;
         margin-left: 10px;
   
    clear: both;
    }

#modulo1 ul li.comunidad2 p.chico{
     font-size: 9.5pt;
     width: 230px;
 margin-left: px;
    float: left;
    margin-top: 7px;
 }


#modulo1 ul li.comunidad2 p.registrate{
margin-left:70px;
    margin-bottom: 2px;
    float: left;
    font-size: 11pt;
}


#modulo1 ul li.comunidad2 address.enviar{
width: 90px;
    margin-top: 10px;
    margin-left: 70px;
    font-family: sans-serif;
    background: rgb(239, 215, 69);
    color: rgb(0, 0, 0);
   text-align: center;
    height: 22px;
    float: left;
    }

#modulo1 ul li.comunidad2 a{
text-decoration: none;
    list-style: none;
    color: rgb(247, 71, 67);
}



/*modulo derecho*/

#modulo1 ul li.der {
      padding-top: 10px;
 width:15%;
    float: left;
     margin-left: 2px;
  
}

#modulo1 ul li.der a{
    padding-top: 2px;
display:block;
 text-decoration: none;
       font-family: 'fishmongerkxcond_semibold';
     color: rgb(4, 78, 244);
  text-align: right;
    border-bottom: solid;
    list-style: none;
   
}

#modulo1 ul li.der a:hover{
color: #fff;
}


 /*CATEDRA*/

#catedra {
    width: 1380px;
    float: left;
    margin-top: 1px;
    margin-left: 0;
 
}

#catedra p {
    color: #fff;
    font-family: sans-serif;
    width:900px;
  
    
}
#catedra p.mes {
    width: 98%;
     margin-left: 0;
    
 }

.meses ul {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 89%;
    margin-left: 40px;
    background: rgba(0, 0, 0, 0.9);
}

.meses {
    display: block;
    padding: 1em;
   width: 1030px;
    background-image: url(imagenes/fondo%20catedra.jpg);
    margin-left: 35px;
}

#catedra h3 {
 width: 1070px;
    margin-left: 35px;
}

.fecha {
width: 150px;
    height: 25px;
    color: #fff;
    font-family: sans-serif;
  
    float: left;
margin-right: 15px;
    font-size: 12pt;
   margin-top: px;
    
}
.fecha1 {
width: 150px;
    height: 50px;
    color: #fff;
    font-family: sans-serif;
      float: left;
margin-right: 15px;
    font-size: 12pt;
   margin-top: px;
    
}

/*......................................................................................*/
/* RESPONSIVE */

@media all and (max-width: 1280px) { 
    body{ 
        width:67%;
      }
    header img {
        width: 60%;
        margin-left: 2.5%;
    }
    
    nav {
    width: 90%;
    float: left;
    margin-top: 0px;
    margin-right: 4%;
    margin-left: 0.5%;
    }

    nav ul li {
    float: left;
    list-style: none;
    }

    nav ul li a {
    text-decoration: none;
    width: 14em;
    display: block;
    font-size: 10pt;
    font-family: 'fishmongerkxcond_light';
    text-align: center;
    border-bottom-style: solid;
    border-right-style: solid;
    padding-bottom: 5px;
    padding-top: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    }
    
    form {
    margin-left: 50%;
    }
    
    form ul li{
    padding-top: 0.1em;
    font-size: 0.8em;
    color: rgb(255, 255, 255);
    }
    
    form input{
    height: 60%;

 }
    form address  {
    margin-top: 2%;
    margin-right: 2%;
   
 }

    #titulos {
    float:left;
    width: 100%;
   }
    
    #titulos ul {
    width: 67%;
    margin-left: -1%;
    }
    
    #titulos ul li {
    width: 28%;
    float: left;
    list-style: none;
    margin-top: 5%;
    text-align: center;
    background-size: 20%;
    }
   
    #titulos ul li a {
        
    background-size: 20%;
    width: 100%;
    height: 96%;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.58);
    font-size: 3em;
    text-align: center;
    font-family: 'fishmongerkmedium_light';
    border-bottom: solid;
    padding-top: 20px;
    float:left;
    }
    
   #titulos ul li.mg a {
    color: rgb(239,215,69);
   }

    #titulos ul li.ma a {
    color: rgb(247,71,67);
    }

    #titulos ul li.mu a {
    color: rgb(169,216,124);
    }
    
    #titulos ul li.mg a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(239, 215, 69, 0.75);
    height: 440px;
    width: 100%;
    }

    #titulos ul li.ma a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(247, 71, 67, 0.75);
    height: 440px;
    width: 100%;
    }

    #titulos ul li.mu a:hover {
    color: rgb(255, 255, 255);
    background-color: rgba(169, 216, 124, 0.75);
    height: 440px;
    width: 100%;
    }
    
    #titulos ul li.mg {
    background-image: url(imagenes/f_general.jpg);
    background-size: 442px;
    height: 457px;
    }

    #titulos ul li.ma {
    background-image: url(imagenes/f_arquitectonica.jpg);
    background-size: 442px;
    height: 457px;
    }

    #titulos ul li.mu {
    background-image: url(imagenes/f_urbana.jpg);
    background-size: 442px;
    height: 457px;
    }
    .item {
    position: relative;

    }

    .item p {
    color: #ffffff;
    font-size: 0.7em;
    font-family: sans-serif;
    position: absolute;
    text-align:justify;
    top: 60%;
    margin-left: 8%;
    width: 85%;

    }
    .item h2 {
    color: #ffffff;
    font-size: 0.8em;
    font-family: sans-serif;
    position: absolute;
    text-align:center;
    top: 40%;
    margin-left: -14%;
    width: 430px;
    }
    
    
    footer {
    clear: both;
    width: 30%;
    margin-left: 20%;
    font-size: 0.6em;
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 2%;
    padding-bottom: 2%
    }
}

/*.....................................................................................*/

@media all and (max-width: 800px) { 
   
    header img {
        width: 60%;
        margin-left: -2.5%;
    }
    
    nav {
    width: 100%;
    margin-left: 0.5%;
    margin-top: 10%;
    }

    nav ul li {
    list-style: none;
    clear: both;
    }

    nav ul li a {
    clear: both;
    margin-left: -13%;
    margin-top: 5%;
    text-decoration: none;
    width: 18em;
    display: block;
    font-size: 0.7em;
    font-family: sans-serif;
    text-align: center;
    border-style: solid;
    padding-bottom: 5px;
    padding-top: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    }
    
    form {
    margin-left: -1%;
        margin-top: 10%;
    }
    
    form ul li{
    padding-top: 0.1em;
    font-size: 0.8em;
    color: rgb(255, 255, 255);
    }
    
    form input{
    height: 60%;

 }
    form address  {
    margin-top: 2%;
    margin-right: 2%;
    color: #000;
    background: rgb(239, 215, 69);
 }
    form address:hover  {
    color: rgb(0, 0, 0);
    background: rgb(169, 216, 124);
 }

    #titulos {
    margin-left: 16%;
    margin-top: -27.4%;
    width: 100%;
   }
    
    #titulos ul {
    width: 67%;
    margin-left: -1%;
    }
    
    #titulos ul li.mg {
    background-image: url(imagenes/f_general.jpg);
    background-size: 442px;
    height: 457px;
    }

    #titulos ul li.ma {
    background-image: url(imagenes/f_arquitectonica.jpg);
    background-size: 442px;
    height: 457px;
    margin-left: -30.3%;
    margin-top: 50%;
    }

    #titulos ul li.mu {
    background-image: url(imagenes/f_urbana.jpg);
    background-size: 442px;
    height: 457px;
    margin-left: -30.3%;
    margin-top: 95%;
    }
    
    .item {
    position: relative;

    }

    .item p {
    color: #ffffff;
    font-size: 0.7em;
    font-family: sans-serif;
    position: absolute;
    text-align:justify;
    top: 60%;
    margin-left: 8%;
    width: 85%;

    }
    .item h2 {
    color: #ffffff;
    font-size: 0.8em;
    font-family: sans-serif;
    position: absolute;
    text-align:center;
    top: 40%;
    margin-left: -14%;
    width: 430px;
    }
    
    
    footer {
    margin-left: 8%;
    }
}

/*------------------------------------------------------------------------------------*/
@media all and (max-width: 360px) { 
    body{ 
        width:100%;
      }
    header img {
        width: 35%;
        margin-left: -1.5%;
        margin-top: -1%;
    }
    
    form {
        display: none;
    }
    
    nav {
    width: 100%;
    margin-left: 0.5%;
    margin-top: 0%;
    }

    nav ul li {
    list-style: none;
    clear: both;
    }

    nav ul li a {
    clear: both;
    margin-left: 10%;
    margin-top: 5%;
    text-decoration: none;
    width: 18em;
    display: block;
    font-size: 0.7em;
    font-family: sans-serif;
    text-align: center;
    border-style: solid;
    padding-bottom: 5px;
    padding-top: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    }

   
    
    #titulos {
    width: 100%;
    height: 30%;
    margin-top: -25%;
   }
   
    #titulos ul li a {
    clear: both;
    margin-left: -4%;
    width: 80%;
    height: 25%;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.58);
    font-size: 3em;
    text-align: center;
    font-family: 'fishmongerkmedium_light';
    border-bottom: solid;
    padding-top: 5%;
    padding-bottom: 10%;
    
    }
    #titulos ul li.ma a {
        margin-left: -121.3%;
        margin-top: 60%;
    }
    
    #titulos ul li.mu a {
        margin-left: -238.3%;
        margin-top: 120%;
    }
    
    #titulos ul li.mg {
        background-image: none;
        margin-left: -21.5%;
        margin-top: 40%;
    }
    
    #titulos ul li.ma {
        background-image: none;
        margin-left: 2.5%;
        margin-top: 40%;
    }
    
    #titulos ul li.mu {
        background-image: none;
        margin-left: 2.5%;
        margin-top: 40%;
    }
    
   #titulos ul li.mg a {
    color: rgb(239,215,69);
   }

    #titulos ul li.ma a {
    color: rgb(247,71,67);
    }

    #titulos ul li.mu a {
    color: rgb(169,216,124);
    }
    
    #titulos ul li.mg a:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(239, 215, 69);
    width: 80%;
    height: 25%;
    }

    #titulos ul li.ma a:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(247, 71, 67);
    width: 80%;
    height: 25%;
    }

    #titulos ul li.mu a:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(169, 216, 124);
    width: 80%;
    height: 25%;
    }
    .item {
    position: relative;
}
    .item p {
    display: none;

    }
    .item h2 {
    display: none;
    }
    
    footer {
    clear: both;
    width: 16%;
    margin-left: 1.5%;
    font-size: 0.5em;
    font-family: sans-serif;
    font-style: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 7%;
    padding-bottom: 2%;
    }
}

