 BODY {
                margin:0;                
                background-image: url(../images/bg.jpg);
                background-repeat:repeat-x;
                background-position:top left;
                background-color:#d2d2d2;
                font-family:Georgia;                
            }
        	
        	img
        	{
        		border:0px;
        	}
        	a
        	{
        		color:#000;
        		font-weight:bold;
        		text-decoration:none;        		
        	}
        	a:hover
        	{
        		color:#333;
        	}
        	
            .marco {
                width:1000px;
                margin:10px auto 10px auto; /* Centrado horizontal */
            }

            .cabecera {                            	            				
            height:118px;   
            text-align:center;         
            }
            .cabecera h1 {
            	margin:0px;
            	padding:0px;
            }

            .cuerpo {                
                overflow-x:hidden;
                overflow-y:auto; /* Hace que se ajuste a la columna más alta en ff */
                height:100%; /* Hace que se ajuste a la columna más alta  en ie6 */
            }
			
			.columna_entera{
				width:100%;
				background-image:url(../images/rene.png);
				background-repeat:no-repeat;
				background-position:top left;
				float:left;
				width:1000px;
				height:440px;			
			}
			.columna_texto
			{			
				background-image:url(../images/bg_text.png);
				background-repeat:no-repeat;
				background-position:left -24px;
				float:left;				
				height:280px;
				padding-left:90px;
				padding-right:55px;
				padding-top:27px;
				color:#666;
			}
			
			.columna_sm
			{			
				background-image:url(../images/bg_sm.png);
				background-repeat:no-repeat;
				background-position:left top;
				float:left;				
				height:176px;
				text-align:center;	
				width:100%;			
			}					
			
			.columna_sm a
			{							
				width:130px;				
			}
			
			.columna_sm img
			{
				border:0;
			}
			
			.columna_enlaces
			{			
				float:left;				
				/*height:250px;*/				
				width:100%;	
			}
			
			.columna_enlaces .bloque_enlaces
			{
				background-image:url(../images/bg_enlaces.png);
				background-repeat:no-repeat;
				background-position:0px 10px;
				width:333px;
				float:left;
				height:400px;
			}
			
			.columna_enlaces .bloque_enlaces ul
			{
				margin-top:10px;
			}
			
			.columna_enlaces .bloque_enlaces h2
			{
				margin-bottom:2px;
				padding-left:30px;
				font-size:1.2em;
				margin-top:20px;
			}
			.columna_enlaces .bloque_enlaces ul li
			{
				background-image:url(../images/bullet.png);
				background-position:0px 4px;
				background-repeat:no-repeat;
				list-style:none;
				padding-left:18px;
				/*margin-bottom:5px;*/
			}
			
			
            .columna_derecha {
                float:right; /* Alineación a la derecha */
                width:330px;
                border:solid lightblue 1px;                
            }

            .columna_izquierda {
                float:left; /* Alineación a la izquierda */
                width:330px;
                border:solid lightblue 1px;                
            }

            .columna_central {                               
                border:solid navy 1px;                
                float:left;
                width:332px;
            }

            .pie {
                border:solid orange 1px;
                padding:10px;
                text-align:center;
                font-size:80%;
            }
            
            .libro
            {
            	float:right;
            	padding-right:80px;
            }