
@import url(layout.css);
@import url(typography.css);

* { margin:0; padding:0; outline:none; border:none; } /* estilos por defecto para todos los elementos */


/* estilos aplicados directamente sobre las etiquetas HTML */
body { font:73.5% Arial, Helvetica, sans-serif; background:#C8C8C8}

/* estructura base */
	#container { width:950px; margin:auto; background:url(img/bk_body.jpg) center top repeat-y;}
		#header { width:950px; height:120px; background:url(img/bk_header.jpg) center top no-repeat; position:relative }
		#text_content { padding:0 13px;}
		#content_left { width:680px; float:left;}
		#content_right { float:left;width:240px; margin-top: 15px;}
		#footer { width:950px; overflow:auto; background:url(img/bk_footer.jpg) center bottom no-repeat; clear:both; padding-bottom:30px; margin-top: 50px;}