/**************************************
 * THEME NAME: liip
 *
 * Files included in this sheet:
 *
 *   liip/styles.css
 **************************************/

/***** liip/styles.css start *****/

/************************************
*
* Theme Name: Liip
* Description: A 900px fixed-width theme for Moodle
* Theme URL: http://newschoollearning.com/themes/liip
* Version: 1.1
* Author: Patrick Malley
* Author URI: http://newschoollearning.com
*
* Customize, edit, poke, prod, and adapt to your needs.
* However, do not share.  Unless other arrangements have been made,
* this style sheet (regardless of modification) remains the 
* property of NewSchool Learning and is licensed for use
* on a single installation of Moodle.
*
*************************************/

@import "styles_lib/styles_reset.css";
@import "styles_lib/styles_type.css";
@import "styles_lib/styles_base.css";
@import "styles_lib/styles_color.css";
@import "styles_lib/styles_links.css";
body{
    background-image:url(http://www.epe.edu.co/squelettes/imagenes/fondo_corcho.jpg) ;
}
#shrinkwrapper{
  width: 960px;
  padding: 0 15px 0 15px;
  background: #FFF url(http://www.epe.edu.co/squelettes/imagenes/papel_fondo.gif) center repeat-y;
}
#middle-column{
  background-color: #FFF;
}


#enlacesredepe{
  width: 100%;
  border-bottom: 4px solid #800;
  background-color: #EEE;
  margin-bottom: 10px;
  font-family: "Arial Narrow",Arial, Helvetica, sans-serif;
  font-size: .85em;
  height: 24px;
  min-height: 24px;
  overflow: auto;
}
#enlacesredepe ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#enlacesredepe ul li{
  display: inline-block;
}


.enlaceredepecada{
  float: left;
}
.logoenlaceredepe{
  float: left;
}
.textoenlaceredepe{
  height: 24px;
  line-height: 24px;
  float: left;
  margin: 0 8px 0 3px;
}
.textoenlaceredepe a, .textoenlaceredepe a:link, .textoenlaceredepe a:visited{
  color: #000;
}
.textoenlaceredepe a:active, .textoenlaceredepe a:hover{
  color: #800;
}

/***** liip/styles.css end *****/


