/* 
    Document   : estructura
    Created on : 04-feb-2010, 19:02:49
    Author     : Juan Manuel
    Description:
        Purpose of the stylesheet follows.
*/
* {margin: 0; padding: 0; border:0}
body {
  margin:0;
  padding:0;
  border:0;		
  width:100%;
  font-size:90%;
  text-align: center;
}

/* Contenedor de la web */
#contenedor{
  text-align: left;
  width: 985px;
  margin:0 auto;
}

#cabecera{
  /*
  clear:both;
  float:left;
  */
  width:100%;
}
#cabecera{
  height: 110px;
  background-color: black;
  color: white;
}
#contenido {
  position:relative;	
  clear:both;
  width:100%;			/* width of whole page */
  overflow:hidden;		/* This chops off any overhanging divs */
  min-height: 600px;
}
#col1 {
  margin-top: 15px;
  width:200px;
  float: left;
}

#col2{
  float:left;
  margin-top: 10px;
  margin-left: 25px;
  width: 520px;
  height: auto!important;
  height: 480px;
  min-height: 500px;
}

#col3 {
  margin-top: 15px;
  /*width:200px;*/
  float: right;
  margin-right: 5px;
}
#pie {
  clear:both;
  float:left;
  width:100%;
}
	
