/* --------- Maquetacion Home --------- */

#pagina {}
	/*define el ancho cuando la pg no tiene columna derecha.*/
	#contenidos {	float: inherit;	margin-left: 175px;}
	* html #contenidos {	float:left;	margin-left:auto;	background-repeat: no-repeat;	background-position: top;}
		
		/* cambios 2007  */
		#contenidos { margin-top:0;  background-position:top; background-repeat:repeat-x;} 
		* html #contenidos {padding:0px 0em 0em 1em; margin-top:0;  background-position:top; background-repeat:repeat-x;} 
	

	
	#grupoizquierda { float: left; width:/*auto*/100%; font-family:Verdana, Arial, Helvetica, sans-serif;}
	#grupo1 { }
		#grupo1 h1 { font-size:1.3em; color:#000000}
		#grupo1 h2 { font-size:1.3em; color:#000000}
	
	
	
	#promo { width:auto; float:left; margin-top:0.3em; } 		
		#encuesta {width:279px; height:216px; float:left; background-image:url(http://www.juntadeandalucia.es/economiainnovacionyciencia/cocoon/listado/encuesta_fnd.gif); background-repeat:no-repeat;  }
			#encuesta h2 { color:#3D6F45; font-size:1.2em; margin:1.5em 3em -0.5em 4em;}
			#encuesta p { padding: 0em 3em 0.5em 5em;}
		
		#enlaces {	background-color: #EFEFEF;	width: 100%;	margin-top:1em;	float: left;}
		/* IE */* html #enlaces { float:none;} 


/* fix  ancho 2007 */
      #pagina {min-width:750px}
     * html  #pagina { width: expression((documentElement.clientWidth <750) ? "750px" : "100%" ); }
