@charset "UTF-8";
/*------------------------------------------------------------------------------------------------
# UNLAM STYLE (Noviembre 2010) - CH.Framework
# Copyright 2010 UNLaM. Todos los derechos reservados.
# Website: http://www.unlam.edu.ar
# Contact: webmaster@unlam.edu.ar
# Version: 2.0
  ----------------------------------------------------------------------------------------------*/

@media screen, projection
{

/*------------------------------------------------------------------------------------------------
  General Layout
  ----------------------------------------------------------------------------------------------*/

  #header							{ width:100%;background:rgb(0,22,6);background:rgba(0,22,6,.96); }
  #middle							{ width:100%;background:#DDDDDD url(../imagenes/layout/content_bg.png) repeat; }
  #footer							{ width:100%;background-color:#000000; }

}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}