@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font: 100% Georgia, serif;
	color: #333333#000;
	background-color:#F2E7C7;
}
	
p {
    font-size: 14px;
	line-height: 150%;
    }

h1 {
    color: #C00;
	text-shadow: #000 1px 1px 2px;
    }
	
#contenedor {
	width:720px;
	height:539px;
	margin:10px auto;
	position:relative;
}

#contenido {
	/*width: 720px;*/
	width:546px;
	/*height: 320px;*/	
	height: 539px;
	position: absolute;
	top: 0px;
	left: 90px;
	padding: 0;
	overflow: auto;
}

/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:-270px 0 0 -360px;
	left:50%;
	top:50%;
}
/* fin hack */

#wrapper_main{
	width:700px;
	margin: 10px auto;
	
	}

