/* CSS Document */
@import url("generic.css"); 

body {
  height:100%;
}

#container {
  overflow:hidden;  
  text-align:left;
}

#logo {
  clear:both;
  padding:10px 0;
}

#header {
  clear:both;
  padding:20px 0 10px 0;
}

#main {
  padding: 40px 20px 20px 20px;
  width: 920px;
  overflow:hidden;
  position:relative;
}

#footer {
  clear:both;
  padding: 30px 0 20px 0;
}

#col_1 {
  width:170px;
  float:left;
  clear:both;
}

#col_2 {
  width:700px;
  float:right;
  border-left:1px solid #009cca;
  padding-left:20px;
}

#destacados_home {
  position:absolute;
  top: 60px;
  right: 20px;
  z-index: 500;
}

#main #destacados_home a {
  color:#fff;
  text-decoration:none;
}

#main #destacados_home a:hover {
  text-decoration:underline;
}

#evolucion {
  position:absolute;
  right:15px;
  top: -20px;
  z-index: 500;
}

.center_980 {
	width:980px;
	margin:0 auto;
}

