 /* General styles */

	
	body {
       
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:98%;
        background: #dadada url(../imagenes/fondo_body.gif) repeat-x top center;
        min-width:985px;   /* Minimum width of layout - remove line if not required */
		max-width:1440px;
		margin: 0 auto;					/* The min-width property does not work in old versions of Internet Explorer */
    }

	

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	
	}
	/* column container */
	.colmask {
		position:relative;
		left:0;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;
		margin-left:10px;
		
			/* This chops off any overhanging divs */
	}
	/* 2 column left menu settings */
	.leftmenu {
	position:relative;
	left:0;
	background-color:none;
	overflow: hidden;
	
	
	
	
	}
    .leftmenu .colright {
	    float:left;
        width:200%;
        position:relative;
        left:247px;
		padding-left:10px;
				
		
		}
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:257px;
	    padding-bottom:0em;
		
			
	}
	
	.leftmenu .col1 {
		position:relative;
        margin:0 1em 0 257px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		
	}
	
    .leftmenu .col2 {
        float:left;
        width:10em;
        position:relative;
        right:257px;
		
		
		
	
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		height:127px;
		border-top:1px solid #000;
		background:url(../imagenes/bck_cierre.jpg) repeat-x bottom left;
    }


