Team:TecMonterrey/estiloNB.css

From 2013.igem.org

  1. grid{
   width:1000px;
   height:612px;
   position:relative;
   z-index:0;

}

  1. fondo{
   width:1016px;
   height:616px;
   left:0px;
   top:0px;
   position:absolute;
   background-color:#E6EEFC;
   border-radius:5px;
   opacity:0;
   z-index:1;

} .cell{

   opacity:0.7;
   margin: 2px 2px 2px 2px;
   background-color:#d1fcf1;
   border-radius:5px;
   position:absolute;
   float:left;
   height:200px;
   width: 160px;
   text-align:center;
   vertical-align:middle;
   z-index:10;

} .parrafo{

   padding-left:40px;
   position:relative;
   float:left;
   margin-left:64px;
   margin-right:34px;
   height:500px;
   width:360px;

} .mes{

   font-family:sans-serif;
   color:#797a7a;
   position:relative;
   text-align:center;
   z-index:15;

} .texto{

   font-family:sans-serif;
   color:#797a7a;
   position:relative;

} .textosub{

   text-decoration:underline;
   font-family:sans-serif;
   color:#797a7a;
   position:relative;

} .textos{

   font-family:sans-serif;
   color:#797a7a;
   position:relative;
   font-size:small;

} .textosubs{

   text-decoration:underline;
   font-family:sans-serif;
   color:#797a7a;
   position:relative;
   font-size:small;

}

  1. boton{
   text-align:center;
   font-family:sans-serif;
   font-weight:bolder;
   color:#797a7a;
   position:absolute;
   bottom:10px;
   right:30px;
   z-index:5;

}